bittrex-enterprise 0.5 → 0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +11 -9
- data/bittrex-enterprise.gemspec +1 -1
- data/lib/bittrex-enterprise/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2f11ceff79507ce0156e3fa22a6d718be8256759c68e769b6934874259701e9b
|
4
|
+
data.tar.gz: a3a6ccf95e75167cfde83bc6f9aafb3adc37cf08d7555eded61500ee4d9f805f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
+
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.
|
14
|
-
public_suffix (>= 2.0.2, <
|
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.
|
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.
|
23
|
+
mime-types (3.3)
|
23
24
|
mime-types-data (~> 3.2015)
|
24
|
-
mime-types-data (3.2019.
|
25
|
+
mime-types-data (3.2019.0904)
|
25
26
|
multi_xml (0.6.0)
|
26
27
|
openssl (2.1.2)
|
27
|
-
|
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.
|
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.
|
69
|
+
1.17.3
|
data/bittrex-enterprise.gemspec
CHANGED
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.
|
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-
|
11
|
+
date: 2019-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|