eu_central_bank 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # eu_central_bank changelog
2
2
 
3
+ ## 0.3.6 (Sep 4 2013)
4
+
5
+ * Bank url change
6
+ * fix ruby-version warning
7
+
3
8
  ## 0.3.0 (Jan 29 2012)
4
9
 
5
10
  * Updated Money dependency to 4.0.1
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # eu_central_bank
2
2
 
3
- {<img src="https://secure.travis-ci.org/RubyMoney/eu_central_bank.png?branch=master" alt="Build Status" />}[http://travis-ci.org/RubyMoney/eu_central_bank]
3
+ [![Build Status](https://travis-ci.org/RubyMoney/eu_central_bank.png?branch=master)](https://travis-ci.org/RubyMoney/eu_central_bank)
4
4
 
5
5
  ## Introduction
6
6
 
@@ -10,7 +10,7 @@ class EuCentralBank < Money::Bank::VariableExchange
10
10
  attr_accessor :last_updated
11
11
  attr_accessor :rates_updated_at
12
12
 
13
- ECB_RATES_URL = 'http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml'
13
+ ECB_RATES_URL = 'http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml'
14
14
  CURRENCIES = %w(USD JPY BGN CZK DKK GBP HUF ILS LTL LVL PLN RON SEK CHF NOK HRK RUB TRY AUD BRL CAD CNY HKD IDR INR KRW MXN MYR NZD PHP SGD THB ZAR)
15
15
 
16
16
  def update_rates(cache=nil)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eu_central_bank
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2013-08-16 00:00:00.000000000 Z
15
+ date: 2013-09-04 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: nokogiri
@@ -120,7 +120,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
120
120
  version: '0'
121
121
  segments:
122
122
  - 0
123
- hash: -209299811093199673
123
+ hash: -2548782731518398539
124
124
  required_rubygems_version: !ruby/object:Gem::Requirement
125
125
  none: false
126
126
  requirements: