yahoo_finance_currency 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/CHANGELOG.md +2 -3
  2. metadata +6 -7
data/CHANGELOG.md CHANGED
@@ -1,10 +1,9 @@
1
- Yahoo! Finance Currency 0.1.3
1
+ Yahoo! Finance Currency 0.1.4
2
2
  =====================
3
3
 
4
4
  Features
5
5
  --------
6
- - Change Money version dependency
7
-
6
+ - Update `money` requirement to `~> 3.5`
8
7
 
9
8
  Yahoo! Finance Currency 0.1.2
10
9
  =====================
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yahoo_finance_currency
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 3
10
- version: 0.1.3
9
+ - 4
10
+ version: 0.1.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Vicent Gozalbes
@@ -40,14 +40,13 @@ dependencies:
40
40
  requirement: &id002 !ruby/object:Gem::Requirement
41
41
  none: false
42
42
  requirements:
43
- - - ">="
43
+ - - ~>
44
44
  - !ruby/object:Gem::Version
45
- hash: 27
45
+ hash: 13
46
46
  segments:
47
47
  - 3
48
48
  - 5
49
- - 4
50
- version: 3.5.4
49
+ version: "3.5"
51
50
  type: :runtime
52
51
  version_requirements: *id002
53
52
  description: YahooFinanceCurrency extends Money::Bank::Base and gives you access to the current Yahoo! Finance exchange rates.