Skip to content

Latest commit

 

History

History
97 lines (72 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

97 lines (72 loc) · 1.58 KB

Google Currency 2.0.2

Bugfixes

  • Fix encoding issue

Google Currency 2.0.1

Features

  • Handles funky exchange rates (Arnaud Joubay)

Bugfixes

  • Fix for running under 1.9.2 in TextMate (larspind)

Google Currency 2.0.0

Features

  • Added multi_json to allow users to select their own JSON parsing engine.
  • Removed deprecated method #get_google_rate.

Bugfixes

  • Updated deprecated rake tasks

Google Currency 1.1.1

Bugfixes

  • Built gem using Ruby 1.8.7 to bypass a known error with RubyGems 1.5.0 and Ruby 1.9.2

Google Currency 1.1.0

Features

  • Deprecated #get_google_rate, use #get_rate (thanks RMU Alumni)

Bugfixes

  • Fixed an issue when rates over 1000 did not parse correctly (thanks Brandon Anderson)

Google Currency 1.0.3

Features

  • Update money requirement to ~> 3.5

Google Currency 1.0.2

Features

  • Replace eval with JSON.parse
  • Use BigDecimal instead of Float

Bugfixes

  • Quell parenthetical warnings in specs

Google Currency 1.0.1

Features

  • Update money requirement to ~> 3.1.5

Google Currency 1.0.0

Features

  • Updated money requirement to ~> 3.1.0

Google Currency 0.1.1

Features

  • Added #flush_rates
  • Added #flush_rate

Google Currency 0.1.0

Features

  • Initial release