pyro2927 / GoogleDocsBackend

Use a Google Docs Spreadsheet in a style similar to Parse
GNU General Public License v2.0
20 stars 5 forks source link

Bug fix: first value row is skipped #1

Closed eladb closed 10 years ago

eladb commented 10 years ago

Since nextObject is initially set to nil, the first value values set are set on a nil dictionary and hence skipped.

pyro2927 commented 10 years ago

Thanks!

eladb commented 10 years ago

:+1: Let me know when you are bumping the pod, so we can point to the new version.

On Tue, Mar 4, 2014 at 9:06 PM, Joseph Pintozzi notifications@github.comwrote:

Thanks!

Reply to this email directly or view it on GitHubhttps://github.com/pyro2927/GoogleDocsBackend/pull/1#issuecomment-36661136 .

pyro2927 commented 10 years ago

Here ya go: c6918a81ac7e9734b3a63ff16e484dbd6f0a8537. You should just be able to pod update since the podspec in master is pointing to 0.1.1 now.

eladb commented 10 years ago

Thanks!

On Tue, Mar 4, 2014 at 9:11 PM, Joseph Pintozzi notifications@github.comwrote:

Here ya go: c6918a8https://github.com/pyro2927/GoogleDocsBackend/commit/c6918a81ac7e9734b3a63ff16e484dbd6f0a8537

Reply to this email directly or view it on GitHubhttps://github.com/pyro2927/GoogleDocsBackend/pull/1#issuecomment-36661681 .

genadyo commented 10 years ago

Can you please push to CocoaPods/Specs too?

pyro2927 commented 10 years ago

PR submitted: https://github.com/CocoaPods/Specs/pull/9347