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

Invalid rubygems version specified in .gemspec. #4

Closed cacciaresi closed 13 years ago

cacciaresi commented 13 years ago

I think that if google_currency is intended to work with the money gem, it should require the same version of rubygems. In one server we have rubygems version 1.3.6 and we are not able to install google_currency gem.

https://github.com/RubyMoney/google_currency/blob/master/google_currency.gemspec s.required_rubygems_version = ">= 1.3.7"

https://github.com/RubyMoney/money/blob/master/money.gemspec s.required_rubygems_version = ">= 1.3.6"

The same problem happened for the money gem: https://github.com/RubyMoney/money/issuesearch?state=closed&q=1.3.6#issue/26 and it was resolved.

semmons99 commented 13 years ago

fixed in commit 9f4900dca10eb65e6fef357fb15846c90e9d65c4

cacciaresi commented 13 years ago

Thanks a lot!