RubyMoney / google_currency

Ruby Money::Bank interface for the Google Currency exchange data
http://rubymoney.github.com/google_currency
MIT License
182 stars 90 forks source link

Multi json #7

Closed jlecour closed 13 years ago

jlecour commented 13 years ago

Hi, I've forked and made the switch to MultiJSON.

To run the tests with a different JSON library, you can change "require 'json'" to "require 'yajl'" for example in the spec file.

I've also added a fix for the content, to remove non-breaking spaces since it can cause some bad decoding.

semmons99 commented 13 years ago

merged

jlecour commented 13 years ago

Thanks.

Could you push the gem to Rubygems.org ?

jlecour commented 13 years ago

also reminding you to add a v2.0.0 tag ;-)

semmons99 commented 13 years ago

done

jlecour commented 13 years ago

Thanks !

I'll stop harassing you, for now ;-)

semmons99 commented 13 years ago

No problem. Thanks for submitting a patch and getting the ball rolling.