rubymotion-community / motion-support

Commonly useful extensions to the standard library for RubyMotion
MIT License
132 stars 28 forks source link

Add .to_json monkeypatches #27

Closed jbender closed 9 years ago

jbender commented 9 years ago

Adds .to_json to core classes, uses NSJSONSerialization for non-primitives.

tkadauke commented 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.

jbender commented 9 years ago

@tkadauke Should be good to go

jbender commented 9 years ago

(don't forget to sign up for TravisCI.org, I can't sign up this repo as I'm not an owner of it)

jbender commented 9 years ago

bump @tkadauke

tkadauke commented 9 years ago

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?

colinta commented 9 years ago

I turned on TravisCI support, I forget if there's anything else to do.

jbender commented 9 years ago

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:

colinta commented 9 years ago

Done! Thanks, @jbender!