peatio-bitcoincash 0.1.1 → 2.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +20 -20
- data/lib/peatio/bitcoincash/version.rb +1 -1
- data/peatio-bitcoincash.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d4866ff4a33465bd9c2df41f1ca551ac40931814fbf386cc3b645eb816ed3a7e
|
4
|
+
data.tar.gz: 5b5b194fbae1d6177af698c82a608bdef3e75030bd2de6ffac1cb2c65be4aca3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3fd4c98b12b65b42663eaa8a541b11beff112ce0335dec2e1a74260b2f09a795dfe5c7c445523b70558eead8e783760323b8039e518a1d9e7045a46dac5ba35
|
7
|
+
data.tar.gz: f8b424ec7147a97bfddcd969ebfc1871e506a6b2c08ab3292b355e06b8220e81a399976154badfe5238d7c536a0c41ac66aa6dd6331c6df5f23a4cd1864e0f7f
|
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
peatio-bitcoincash (
|
4
|
+
peatio-bitcoincash (2.4.0)
|
5
5
|
activesupport (~> 5.2.3)
|
6
6
|
better-faraday (~> 1.0.5)
|
7
7
|
cash-addr (~> 0.2.0)
|
8
8
|
faraday (~> 0.15.4)
|
9
9
|
memoist (~> 0.16.0)
|
10
10
|
net-http-persistent (~> 3.0.1)
|
11
|
-
peatio (
|
11
|
+
peatio (>= 0.6.3)
|
12
12
|
|
13
13
|
GEM
|
14
14
|
remote: https://rubygems.org/
|
@@ -20,8 +20,8 @@ GEM
|
|
20
20
|
i18n (>= 0.7, < 2)
|
21
21
|
minitest (~> 5.1)
|
22
22
|
tzinfo (~> 1.1)
|
23
|
-
addressable (2.
|
24
|
-
public_suffix (>= 2.0.2, <
|
23
|
+
addressable (2.7.0)
|
24
|
+
public_suffix (>= 2.0.2, < 5.0)
|
25
25
|
amq-protocol (2.3.0)
|
26
26
|
amqp (1.8.0)
|
27
27
|
amq-protocol (>= 2.2.0)
|
@@ -48,7 +48,7 @@ GEM
|
|
48
48
|
eventmachine (1.2.7)
|
49
49
|
faraday (0.15.4)
|
50
50
|
multipart-post (>= 1.2, < 3)
|
51
|
-
hashdiff (0.
|
51
|
+
hashdiff (1.0.0)
|
52
52
|
http_parser.rb (0.6.0)
|
53
53
|
i18n (1.7.0)
|
54
54
|
concurrent-ruby (~> 1.0)
|
@@ -57,7 +57,7 @@ GEM
|
|
57
57
|
metaclass (0.0.4)
|
58
58
|
method_source (0.9.2)
|
59
59
|
minitest (5.13.0)
|
60
|
-
mocha (1.
|
60
|
+
mocha (1.9.0)
|
61
61
|
metaclass (~> 0.0.1)
|
62
62
|
multipart-post (2.1.1)
|
63
63
|
mysql2 (0.5.2)
|
@@ -78,29 +78,29 @@ GEM
|
|
78
78
|
pry-byebug (3.7.0)
|
79
79
|
byebug (~> 11.0)
|
80
80
|
pry (~> 0.10)
|
81
|
-
public_suffix (
|
81
|
+
public_suffix (4.0.1)
|
82
82
|
rake (10.5.0)
|
83
|
-
rspec (3.
|
84
|
-
rspec-core (~> 3.
|
85
|
-
rspec-expectations (~> 3.
|
86
|
-
rspec-mocks (~> 3.
|
87
|
-
rspec-core (3.
|
88
|
-
rspec-support (~> 3.
|
89
|
-
rspec-expectations (3.
|
83
|
+
rspec (3.9.0)
|
84
|
+
rspec-core (~> 3.9.0)
|
85
|
+
rspec-expectations (~> 3.9.0)
|
86
|
+
rspec-mocks (~> 3.9.0)
|
87
|
+
rspec-core (3.9.0)
|
88
|
+
rspec-support (~> 3.9.0)
|
89
|
+
rspec-expectations (3.9.0)
|
90
90
|
diff-lcs (>= 1.2.0, < 2.0)
|
91
|
-
rspec-support (~> 3.
|
92
|
-
rspec-mocks (3.
|
91
|
+
rspec-support (~> 3.9.0)
|
92
|
+
rspec-mocks (3.9.0)
|
93
93
|
diff-lcs (>= 1.2.0, < 2.0)
|
94
|
-
rspec-support (~> 3.
|
95
|
-
rspec-support (3.
|
94
|
+
rspec-support (~> 3.9.0)
|
95
|
+
rspec-support (3.9.0)
|
96
96
|
safe_yaml (1.0.5)
|
97
97
|
thread_safe (0.3.6)
|
98
98
|
tzinfo (1.2.5)
|
99
99
|
thread_safe (~> 0.1)
|
100
|
-
webmock (3.
|
100
|
+
webmock (3.7.6)
|
101
101
|
addressable (>= 2.3.6)
|
102
102
|
crack (>= 0.3.2)
|
103
|
-
hashdiff
|
103
|
+
hashdiff (>= 0.4.0, < 2.0.0)
|
104
104
|
|
105
105
|
PLATFORMS
|
106
106
|
ruby
|
data/peatio-bitcoincash.gemspec
CHANGED
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
|
|
27
27
|
spec.add_dependency "better-faraday", "~> 1.0.5"
|
28
28
|
spec.add_dependency "faraday", "~> 0.15.4"
|
29
29
|
spec.add_dependency "memoist", "~> 0.16.0"
|
30
|
-
spec.add_dependency "peatio", "
|
30
|
+
spec.add_dependency "peatio", ">= 0.6.3"
|
31
31
|
spec.add_dependency "cash-addr", '~> 0.2.0'
|
32
32
|
spec.add_dependency 'net-http-persistent', '~> 3.0.1'
|
33
33
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: peatio-bitcoincash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dinesh Chohda
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-11-
|
11
|
+
date: 2019-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -70,14 +70,14 @@ dependencies:
|
|
70
70
|
name: peatio
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- - "
|
73
|
+
- - ">="
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: 0.6.3
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- - "
|
80
|
+
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: 0.6.3
|
83
83
|
- !ruby/object:Gem::Dependency
|