Sha256: 4f66d8d37e5ee2ae594684760430e6b33c9ca2fed88542e39e7d0406572de750

Contents?: true

Size: 903 Bytes

Versions: 1

Compression:

Stored size: 903 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'
moe.update_rates

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

## Contributors

* [Wayne See](https://github.com/weynsee)
* [Julien Boyer](https://github.com/chatgris)
* [Kevin Ball](https://github.com/kball)
* [Michael Morris](https://github.com/mtcmorris)

## License
The MIT License

Copyright © 2012 Laurent Arnoud <laurent@spkdev.net>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
money-open-exchange-rates-0.0.7 README.markdown