Release Name: 0.4.10
Notes:
Currency models currencies, monetary values, foreign exchanges rates.
Pulls live and historical rates from http://xe.com/, http://newyorkfed.org/, http://thefinancials.com/.
Can store/retrieve historical rate data from database using ActiveRecord.
Can store/retrieve Money values using ActiveRecord.
For more details, see:
http://rubyforge.org/projects/currency/
http://currency.rubyforge.org/
http://currency.rubyforge.org/files/README_txt.html
Changes:
== Release 0.4.10: 2007/11/01
CRITICAL FIXES
* xe.rb - http://xe.com format change: Handle inline div in rates table.
* bin/currency_historical_rate_load - script for pulling rates from sources into historical rate table.
* exception.rb - Currency::Exception::Base can take Array with optional key/values.
* exception.rb - Additional exception classes.
* ALL - use raise instead of throw throughout.
|