datamapper / dm-types

DataMapper plugin providing extra data types
http://datamapper.org/
MIT License
55 stars 80 forks source link

Replace json_pure by json #9

Closed udl closed 13 years ago

udl commented 13 years ago

I'm using dm-types in conjunction with cucumber for testing. Actually, I have to use a old cucumber version, because they switched to json (aslak said "Nobody should use json_pure anymore." - https://github.com/aslakhellesoy/cucumber/commit/60a1d2a55d56b645287cc39316722abe32df31ad ) I tried to change the Gemfile myself in a fork, but I didn't get the testsetup running :( Thanks, keep up the good work!

solnic commented 13 years ago

Done

udl commented 13 years ago

perfect, thank you! ----update---

seems you've forgot to make the change in the gemspec and Rakefile also?

dkubb commented 13 years ago

I've updated the gemspec and Rakefile so "json" is now the dependency we use.

udl commented 13 years ago

thanks a lot!