currency_updater 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.markdown +2 -1
  2. metadata +18 -4
data/README.markdown CHANGED
@@ -55,7 +55,8 @@ Have a look at the remote specs to get an idea how the output looks like:
55
55
 
56
56
  ## Changelog
57
57
 
58
- * 2010-11-19: Initial commit
58
+ * 2010-11-20: Update Gemspec dependencies (1.0.1)
59
+ * 2010-11-19: Initial commit (1.0.0)
59
60
 
60
61
  ## Contributors
61
62
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jan Riethmayer
@@ -16,8 +16,22 @@ cert_chain: []
16
16
 
17
17
  date: 2010-11-20 00:00:00 +01:00
18
18
  default_executable:
19
- dependencies: []
20
-
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: iso_country_codes
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - "="
27
+ - !ruby/object:Gem::Version
28
+ segments:
29
+ - 0
30
+ - 2
31
+ - 2
32
+ version: 0.2.2
33
+ type: :runtime
34
+ version_requirements: *id001
21
35
  description: Updating currency rates made easy.
22
36
  email: jan@urbanvention.com
23
37
  executables: []