Closed jbender closed 9 years ago
I think now you need to rebase this for the merge to succeed. On first sight I guess it's the README.
Other than that it looks good.
@tkadauke Should be good to go
(don't forget to sign up for TravisCI.org, I can't sign up this repo as I'm not an owner of it)
bump @tkadauke
I can merge this for now, although I think one of the more active members should sign up for TravisCI.org (if not done already). @colinta? @clayallsopp?
I turned on TravisCI support, I forget if there's anything else to do.
Would recommend looking at http://docs.travis-ci.com/user/deployment/rubygems/
Basically just run travis setup rubygems
and it'll be configured to automatically build and deploy tagged versions so you don't have to think about it in the future :fireworks:
Done! Thanks, @jbender!
Adds
.to_json
to core classes, usesNSJSONSerialization
for non-primitives.