- Fix the deprecated URL
- Add captcha response detection
- Use finance.google.com for reliability across different regions
- Update Money gem dep
- Increase precision of rates by using inverse reciprocals for certain currencyes
- Google closed ig/calculator, so we're now using finance/calculator
- fix incorrect parsing of complex rates
- Update money dependency to ~> 5.1.0
- Update money dependency to ~> 5.0.0
- Fix encoding issue
- Handles funky exchange rates (Arnaud Joubay)
- Fix for running under 1.9.2 in TextMate (larspind)
- Added multi_json to allow users to select their own JSON parsing engine.
- Removed deprecated method #get_google_rate.
- Updated deprecated rake tasks
- Built gem using Ruby 1.8.7 to bypass a known error with RubyGems 1.5.0 and Ruby 1.9.2
- Deprecated #get_google_rate, use #get_rate (thanks RMU Alumni)
- Fixed an issue when rates over 1000 did not parse correctly (thanks Brandon Anderson)
- Update
money
requirement to~> 3.5
- Replace
eval
withJSON.parse
- Use BigDecimal instead of Float
- Quell parenthetical warnings in specs
- Update
money
requirement to~> 3.1.5
- Updated
money
requirement to~> 3.1.0
- Added #flush_rates
- Added #flush_rate
- Initial release