Closed cacciaresi closed 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.
fixed in commit 9f4900dca10eb65e6fef357fb15846c90e9d65c4
Thanks a lot!
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.