currency-rate 1.6.0 → 1.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c47a6075c17cd2607ff962c2eba930b5e6f9e829b67f684c2178dcabbaab3f9
4
- data.tar.gz: 0fb833c095e7bd320ffea734b584c5ed31360891553b437d54599cbe560b5900
3
+ metadata.gz: b21eccbd3d6865daf9b36cd06dd060d8d5ee37269dd89285fd4d6b7a78e1690d
4
+ data.tar.gz: e0a1391e9ac90a5f0d5a95bd2b6246cb18a89bd63e6494e3fb7761781837f9fd
5
5
  SHA512:
6
- metadata.gz: 4d284b54c95ec1ecdb77f802899508156ccadb03aab16681c753ee3fa97f0bda71ee402aff6976156e8635e72703cc666b949403b0ab1805a316dbf3ce60184a
7
- data.tar.gz: f9d7d5c458c76b93486007761f4d9e2777649bd22d5de13d78075afa4fd69334b0d91863fbc3bc6dbafd99235a7a2ff28f511b46940932c51f039a40e82af9ab
6
+ metadata.gz: 6794a647cf5ccb998214f89b981036a671a786f0469845cd1482434200dec6e144eee707bf18fe1f830d5b522b491aa4a48b4169baf83e119c3be713957aabce
7
+ data.tar.gz: b2df8f2c40ba376cb3154d100afc73bae6c11e51deb6060438e08dc5bc9573832580dc107c57aee9ad78f5c58f5ba353b1352548a05afca4f39b889108296ab9
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- currency-rate (1.6.0)
5
- http
4
+ currency-rate (1.6.1)
5
+ http (>= 4.3)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -20,7 +20,7 @@ GEM
20
20
  ffi (>= 1.0.0)
21
21
  rake
22
22
  hashdiff (1.0.0)
23
- http (4.3.0)
23
+ http (4.4.1)
24
24
  addressable (~> 2.3)
25
25
  http-cookie (~> 1.0)
26
26
  http-form_data (~> 2.2)
@@ -48,7 +48,7 @@ GEM
48
48
  safe_yaml (1.0.5)
49
49
  unf (0.1.4)
50
50
  unf_ext
51
- unf_ext (0.0.7.6)
51
+ unf_ext (0.0.7.7)
52
52
  webmock (3.7.6)
53
53
  addressable (>= 2.3.6)
54
54
  crack (>= 0.3.2)
@@ -65,4 +65,4 @@ DEPENDENCIES
65
65
  webmock
66
66
 
67
67
  BUNDLED WITH
68
- 2.0.2
68
+ 2.1.2
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
31
31
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
32
32
  spec.require_paths = ["lib"]
33
33
 
34
- spec.add_dependency "http", ">= 0"
34
+ spec.add_dependency "http", ">= 4.3"
35
35
 
36
36
  spec.add_development_dependency "byebug"
37
37
  spec.add_development_dependency "rake", "~> 10.0"
@@ -1,3 +1,3 @@
1
1
  module CurrencyRate
2
- VERSION = "1.6.0"
2
+ VERSION = "1.6.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: currency-rate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Snitko
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-26 00:00:00.000000000 Z
11
+ date: 2020-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: http
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0'
19
+ version: '4.3'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '0'
26
+ version: '4.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -95,8 +95,6 @@ files:
95
95
  - README.md
96
96
  - Rakefile
97
97
  - api_keys.yml.sample
98
- - bin/rake
99
- - bin/rspec
100
98
  - currency-rate.gemspec
101
99
  - lib/adapter.rb
102
100
  - lib/adapters/crypto/binance_adapter.rb
@@ -149,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
149
147
  - !ruby/object:Gem::Version
150
148
  version: '0'
151
149
  requirements: []
152
- rubygems_version: 3.0.6
150
+ rubygems_version: 3.1.2
153
151
  signing_key:
154
152
  specification_version: 4
155
153
  summary: Converter for fiat and crypto currencies
data/bin/rake DELETED
@@ -1,29 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
-
4
- #
5
- # This file was generated by Bundler.
6
- #
7
- # The application 'rake' is installed as part of a gem, and
8
- # this file is here to facilitate running it.
9
- #
10
-
11
- require "pathname"
12
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
13
- Pathname.new(__FILE__).realpath)
14
-
15
- bundle_binstub = File.expand_path("../bundle", __FILE__)
16
-
17
- if File.file?(bundle_binstub)
18
- if File.read(bundle_binstub, 300) =~ /This file was generated by Bundler/
19
- load(bundle_binstub)
20
- else
21
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
22
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
23
- end
24
- end
25
-
26
- require "rubygems"
27
- require "bundler/setup"
28
-
29
- load Gem.bin_path("rake", "rake")
data/bin/rspec DELETED
@@ -1,29 +0,0 @@
1
- #!/usr/bin/env ruby
2
- # frozen_string_literal: true
3
-
4
- #
5
- # This file was generated by Bundler.
6
- #
7
- # The application 'rspec' is installed as part of a gem, and
8
- # this file is here to facilitate running it.
9
- #
10
-
11
- require "pathname"
12
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
13
- Pathname.new(__FILE__).realpath)
14
-
15
- bundle_binstub = File.expand_path("../bundle", __FILE__)
16
-
17
- if File.file?(bundle_binstub)
18
- if File.read(bundle_binstub, 300) =~ /This file was generated by Bundler/
19
- load(bundle_binstub)
20
- else
21
- abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
22
- Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.")
23
- end
24
- end
25
-
26
- require "rubygems"
27
- require "bundler/setup"
28
-
29
- load Gem.bin_path("rspec-core", "rspec")