Skip to content

Commit

Permalink
Merge branch 'master' of github.com:atwam/money-historical-bank
Browse files Browse the repository at this point in the history
  • Loading branch information
atwam committed Jun 26, 2012
2 parents 2aaf169 + 7a7ee21 commit 218fc81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/money/bank/open_exchange_rates_loader.rb
Expand Up @@ -7,8 +7,8 @@
class Money
module Bank
module OpenExchangeRatesLoader
HIST_URL = 'https://raw.github.com/currencybot/open-exchange-rates/master/historical/'
OER_URL = 'https://raw.github.com/currencybot/open-exchange-rates/master/latest.json'
HIST_URL = 'http://openexchangerates.org/historical/'
OER_URL = 'http://openexchangerates.org/latest.json'

# Tries to load data from OpenExchangeRates for the given rate.
# Won't do anything if there's no data available for that date
Expand Down

0 comments on commit 218fc81

Please sign in to comment.