Sha256: 29db7cd04aa30ba3412df8c06e5f1162d324e3e31fae41f8f0ee52c9839d95fa
Contents?: true
Size: 622 Bytes
Versions: 3
Compression:
Stored size: 622 Bytes
Contents
# Money Open Exchange Rates A gem that calculates the exchange rate using published rates from [open-exchange-rates](http://josscrowcroft.github.com/open-exchange-rates/) ## Usage ```ruby require 'money/bank/open_exchange_rates_bank' moe = Money::Bank::OpenExchangeRatesBank.new moe.cache = 'path/to/file/cache' Money.default_bank = moe ``` ## Refs * https://github.com/currencybot/open-exchange-rates * https://github.com/RubyMoney/money * https://github.com/RubyMoney/eu_central_bank * https://github.com/RubyMoney/google_currency ## License The MIT License Copyright © 2011 Laurent Arnoud <laurent@spkdev.net>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
money-open-exchange-rates-0.0.3 | README.markdown |
money-open-exchange-rates-0.0.2 | README.markdown |
money-open-exchange-rates-0.0.1 | README.markdown |