bittrex-enterprise 0.5 → 0.6

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
  SHA256:
3
- metadata.gz: c6f8406456ef73d808ac31d37cba80b1c27f54712aa596438608888db2eafc56
4
- data.tar.gz: e77fdc8c06fe316aec6d13673e74fb0e653cbba65c3820fd60ca72604c68412e
3
+ metadata.gz: 2f11ceff79507ce0156e3fa22a6d718be8256759c68e769b6934874259701e9b
4
+ data.tar.gz: a3a6ccf95e75167cfde83bc6f9aafb3adc37cf08d7555eded61500ee4d9f805f
5
5
  SHA512:
6
- metadata.gz: f186e187657ecfa2533e2563b6e38ea4ded457d58045054457eaaab91d98b5666cac9e18fd2ef84344936827ea1e3067698d9fdf668f28d229a4b8ef1cc0289d
7
- data.tar.gz: 8a4068905e753eb88369e0611231d8dcfc217f3ff5fe47669d297782629321b167f41d1a55f8439043bf96fca9924cf19ab98c4c7bd9cf21049308de95571258
6
+ metadata.gz: 57d506ba6677480f36434a376a3fae66375a02e804c8d0d26ea2d73b271a2efa4ca999d7465b5fd4ae37e1e0f6c42e733eb4beac0508d574a2c5decdb1d9bd85
7
+ data.tar.gz: 3d90175187a0eebbaaffba3444e4e7598496f0a684437fb9b04ae4d9522b670856c1061d4ac06fb4ed2b88f43fdaa6841b83a0ac2e75ca8a44035728422582f0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bittrex-enterprise (0.4)
4
+ bittrex-enterprise (0.5)
5
5
  addressable (~> 2.6)
6
6
  httparty (~> 0.17)
7
7
  json (~> 2.2)
@@ -10,27 +10,29 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- addressable (2.6.0)
14
- public_suffix (>= 2.0.2, < 4.0)
13
+ addressable (2.7.0)
14
+ public_suffix (>= 2.0.2, < 5.0)
15
15
  ansi (1.5.0)
16
16
  diff-lcs (1.3)
17
17
  docile (1.3.2)
18
- httparty (0.17.0)
18
+ httparty (0.17.1)
19
19
  mime-types (~> 3.0)
20
20
  multi_xml (>= 0.5.2)
21
+ ipaddr (1.2.2)
21
22
  json (2.2.0)
22
- mime-types (3.2.2)
23
+ mime-types (3.3)
23
24
  mime-types-data (~> 3.2015)
24
- mime-types-data (3.2019.0331)
25
+ mime-types-data (3.2019.0904)
25
26
  multi_xml (0.6.0)
26
27
  openssl (2.1.2)
27
- public_suffix (3.1.0)
28
+ ipaddr
29
+ public_suffix (4.0.1)
28
30
  rake (10.5.0)
29
31
  rspec (3.8.0)
30
32
  rspec-core (~> 3.8.0)
31
33
  rspec-expectations (~> 3.8.0)
32
34
  rspec-mocks (~> 3.8.0)
33
- rspec-core (3.8.1)
35
+ rspec-core (3.8.2)
34
36
  rspec-support (~> 3.8.0)
35
37
  rspec-expectations (3.8.4)
36
38
  diff-lcs (>= 1.2.0, < 2.0)
@@ -64,4 +66,4 @@ DEPENDENCIES
64
66
  simplecov-console (~> 0.5.0)
65
67
 
66
68
  BUNDLED WITH
67
- 1.17.2
69
+ 1.17.3
@@ -1,5 +1,5 @@
1
1
 
2
- lib = File.expand_path('lib', __dir__)
2
+ lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
  require 'bittrex-enterprise/version'
5
5
 
@@ -1,3 +1,3 @@
1
1
  module BittrexEnterprise
2
- VERSION = '0.5'
2
+ VERSION = '0.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bittrex-enterprise
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.5'
4
+ version: '0.6'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vertbase
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-07-02 00:00:00.000000000 Z
11
+ date: 2019-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable