Sha256: e3811a4c97051b470740351cdb05d6e69ec5292b010578050d02e63dd88b34c7

Contents?: true

Size: 690 Bytes

Versions: 3

Compression:

Stored size: 690 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
```

## Tests

  bundle exec ruby test/open_exchange_rates_bank_test.rb

## 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.6 README.markdown
money-open-exchange-rates-0.0.5 README.markdown
money-open-exchange-rates-0.0.4 README.markdown