Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 690 Bytes

README.markdown

File metadata and controls

29 lines (19 loc) · 690 Bytes

Money Open Exchange Rates

A gem that calculates the exchange rate using published rates from open-exchange-rates

Usage

require 'money/bank/open_exchange_rates_bank'
moe = Money::Bank::OpenExchangeRatesBank.new
moe.cache = 'path/to/file/cache'

Money.default_bank = moe

Tests

bundle exec ruby test/open_exchange_rates_bank_test.rb

Refs

License

The MIT License

Copyright © 2011 Laurent Arnoud laurent@spkdev.net