openexchangerates_data 0.1.0 → 0.1.1

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: b25de72609f0decfb1765d20e3deeecd0f5733c8
4
- data.tar.gz: 116e29ffa053a0b5433d6fa069fe8b520951e478
3
+ metadata.gz: 94eca4c747807d4c958e8cd7a486bbb931c58973
4
+ data.tar.gz: 5c77b1972b400af9bfdc3757a4513810607449b9
5
5
  SHA512:
6
- metadata.gz: b0d13e768166107305754374025dee4bb0fcde22b50610c1069fd171eb9eb3103513ec2078d415ce0e02c3d6c19f23294db3362e8cd7a9527bf2022ea31696c7
7
- data.tar.gz: 34aeb0c45fb9905b0a67b5ed315a21e02a96041a4b4665ae2e0abc9285197efa857fd115a28ef4cae77537d3e4ee2869b5657c28ca146fc136d851eff20668ab
6
+ metadata.gz: 15b9a67fc70b41188e3d779158974e3797491ba4f409dade6a9eeaa0d654dfba4037d110ad704ade886863216a2c2e0ebf2be68868c45b43b8afd2e1b141a76a
7
+ data.tar.gz: 9f3738aa0c2f8fe3e59b2e65016fc9b61e881b30a59c32d1abe957494b89cf71c472897ea6cafad519f385d9eb92ed31064bdabbcccc003dfabe7597a2c611f2
@@ -1,6 +1,6 @@
1
1
  require "httparty"
2
- require "./lib/openexchangerates_data/version"
3
- require "./lib/openexchangerates_data/client"
2
+ require "openexchangerates_data/version"
3
+ require "openexchangerates_data/client"
4
4
 
5
5
  module OpenexchangeratesData
6
6
  # Your code goes here...
@@ -1,3 +1,3 @@
1
1
  module OpenexchangeratesData
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["balyam"]
10
10
  spec.email = ["bolatumarov@gmail.com"]
11
11
 
12
- spec.summary = %q{A Ruby wrapper to the Openexchangerates API.}
13
- spec.homepage = "https://docs.openexchangerates.org/"
12
+ spec.summary = %q{A Ruby wrapper for Openexchangerates API.}
13
+ spec.homepage = "https://github.com/balyam/openexchangerates_data"
14
14
  spec.license = "MIT"
15
15
 
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openexchangerates_data
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - balyam
@@ -71,7 +71,7 @@ files:
71
71
  - lib/openexchangerates_data/client.rb
72
72
  - lib/openexchangerates_data/version.rb
73
73
  - openexchangerates_data.gemspec
74
- homepage: https://docs.openexchangerates.org/
74
+ homepage: https://github.com/balyam/openexchangerates_data
75
75
  licenses:
76
76
  - MIT
77
77
  metadata: {}
@@ -94,5 +94,5 @@ rubyforge_project:
94
94
  rubygems_version: 2.5.1
95
95
  signing_key:
96
96
  specification_version: 4
97
- summary: A Ruby wrapper to the Openexchangerates API.
97
+ summary: A Ruby wrapper for Openexchangerates API.
98
98
  test_files: []