open_exchange_rates_conversion 0.3.3 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 100a806f269914954be7d9eeac7a5299ae898c19
4
- data.tar.gz: 30a0639e1ae985847d9f5a4f9117cf5ed8ce4db7
3
+ metadata.gz: 3619e00c089aaead92d58f725d0d486ea3a996a0
4
+ data.tar.gz: 89c1403dccd40a39bda4f98b34cd7bb71cec983a
5
5
  SHA512:
6
- metadata.gz: 0833280a9aa6ec674602ed489453cf879ec93d9c86ba6501b16005c6352a607b16f4cc48b4b116d738bdc9bd053acbb15325de9371e79ec4d577215f4e6539f5
7
- data.tar.gz: f8c6b3d8f597e07c04a69d24c34ac0d309b3d8a6309f0839e5207d72b2c08ccfef903b31e968b98b8453fb576a155dff4744c769c9b8a8f6ca6316f5a5edf087
6
+ metadata.gz: b865457223ca54caf9da4f519021ee694f30e86256514da1e2c54c316394e34b3d410406e6b2554152094c14addbff610bf5dffca70f7d200105d868e9163ba6
7
+ data.tar.gz: 257b42c01e921e479b4589c4b8ad4921ed223f59b96b37529415159d9de13187b496f2ef81aeecabd171bbc5b4556909c833b611ab73f5be1043a384b66ad9ba
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.3
1
+ 0.3.4
@@ -26,7 +26,7 @@ class Converter
26
26
  rate_result = "rates."+currency.to_s
27
27
  api_access = "http://openexchangerates.org/api/latest.json?app_id="+app_id.to_s
28
28
 
29
- file = open(API_access)
29
+ file = open(api_access)
30
30
  contents = file.read
31
31
  results = JSON.parse(contents)
32
32
  rate = results.access(rate_result)
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "open_exchange_rates_conversion"
8
- s.version = "0.3.3"
8
+ s.version = "0.3.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["John Wade"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: open_exchange_rates_conversion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Wade