peatio-ripple 0.1.2 → 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/ripple/version.rb +1 -1
- data/peatio-ripple.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: 1a9f8709c2f011d255cedf911bacad327898770daa720ea6a31c90aa8610bf62
|
4
|
+
data.tar.gz: 941e35f35df7494ef22d2fe9015c58c47fe4575def226e81bc5700cd9e6ca1bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11b510ca522b23881e2ae2bafc633707a9900703f2ba740062939fef6d9a91951e9d0c641a7825258f6641c3a0098d8f75a3f2b09d3a18386c4f0cfbfc97a69a
|
7
|
+
data.tar.gz: 309d8f9368e6c177becb01e04b968ae896a60795b30d41a9f02c6d8e7c956ce928899f2ade649d873ebfe24e53b44149eee9f0c7b09f1aefa439d7792ad8d302
|
data/Gemfile.lock
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
peatio-ripple (
|
4
|
+
peatio-ripple (2.4.0)
|
5
5
|
activesupport (~> 5.2.3)
|
6
6
|
better-faraday (~> 1.0.5)
|
7
7
|
faraday (~> 0.15.4)
|
8
8
|
memoist (~> 0.16.0)
|
9
9
|
net-http-persistent (~> 3.0.1)
|
10
|
-
peatio (
|
10
|
+
peatio (>= 0.6.3)
|
11
11
|
|
12
12
|
GEM
|
13
13
|
remote: https://rubygems.org/
|
@@ -19,8 +19,8 @@ GEM
|
|
19
19
|
i18n (>= 0.7, < 2)
|
20
20
|
minitest (~> 5.1)
|
21
21
|
tzinfo (~> 1.1)
|
22
|
-
addressable (2.
|
23
|
-
public_suffix (>= 2.0.2, <
|
22
|
+
addressable (2.7.0)
|
23
|
+
public_suffix (>= 2.0.2, < 5.0)
|
24
24
|
amq-protocol (2.3.0)
|
25
25
|
amqp (1.8.0)
|
26
26
|
amq-protocol (>= 2.2.0)
|
@@ -44,7 +44,7 @@ GEM
|
|
44
44
|
eventmachine (1.2.7)
|
45
45
|
faraday (0.15.4)
|
46
46
|
multipart-post (>= 1.2, < 3)
|
47
|
-
hashdiff (0.
|
47
|
+
hashdiff (1.0.0)
|
48
48
|
http_parser.rb (0.6.0)
|
49
49
|
i18n (1.7.0)
|
50
50
|
concurrent-ruby (~> 1.0)
|
@@ -53,7 +53,7 @@ GEM
|
|
53
53
|
metaclass (0.0.4)
|
54
54
|
method_source (0.9.2)
|
55
55
|
minitest (5.13.0)
|
56
|
-
mocha (1.
|
56
|
+
mocha (1.9.0)
|
57
57
|
metaclass (~> 0.0.1)
|
58
58
|
multipart-post (2.1.1)
|
59
59
|
mysql2 (0.5.2)
|
@@ -74,29 +74,29 @@ GEM
|
|
74
74
|
pry-byebug (3.7.0)
|
75
75
|
byebug (~> 11.0)
|
76
76
|
pry (~> 0.10)
|
77
|
-
public_suffix (
|
77
|
+
public_suffix (4.0.1)
|
78
78
|
rake (10.5.0)
|
79
|
-
rspec (3.
|
80
|
-
rspec-core (~> 3.
|
81
|
-
rspec-expectations (~> 3.
|
82
|
-
rspec-mocks (~> 3.
|
83
|
-
rspec-core (3.
|
84
|
-
rspec-support (~> 3.
|
85
|
-
rspec-expectations (3.
|
79
|
+
rspec (3.9.0)
|
80
|
+
rspec-core (~> 3.9.0)
|
81
|
+
rspec-expectations (~> 3.9.0)
|
82
|
+
rspec-mocks (~> 3.9.0)
|
83
|
+
rspec-core (3.9.0)
|
84
|
+
rspec-support (~> 3.9.0)
|
85
|
+
rspec-expectations (3.9.0)
|
86
86
|
diff-lcs (>= 1.2.0, < 2.0)
|
87
|
-
rspec-support (~> 3.
|
88
|
-
rspec-mocks (3.
|
87
|
+
rspec-support (~> 3.9.0)
|
88
|
+
rspec-mocks (3.9.0)
|
89
89
|
diff-lcs (>= 1.2.0, < 2.0)
|
90
|
-
rspec-support (~> 3.
|
91
|
-
rspec-support (3.
|
90
|
+
rspec-support (~> 3.9.0)
|
91
|
+
rspec-support (3.9.0)
|
92
92
|
safe_yaml (1.0.5)
|
93
93
|
thread_safe (0.3.6)
|
94
94
|
tzinfo (1.2.5)
|
95
95
|
thread_safe (~> 0.1)
|
96
|
-
webmock (3.
|
96
|
+
webmock (3.7.6)
|
97
97
|
addressable (>= 2.3.6)
|
98
98
|
crack (>= 0.3.2)
|
99
|
-
hashdiff
|
99
|
+
hashdiff (>= 0.4.0, < 2.0.0)
|
100
100
|
|
101
101
|
PLATFORMS
|
102
102
|
ruby
|
data/peatio-ripple.gemspec
CHANGED
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
|
|
24
24
|
spec.require_paths = ["lib"]
|
25
25
|
|
26
26
|
spec.add_dependency "activesupport", "~> 5.2.3"
|
27
|
-
spec.add_dependency "peatio", "
|
27
|
+
spec.add_dependency "peatio", ">= 0.6.3"
|
28
28
|
spec.add_dependency "faraday", "~> 0.15.4"
|
29
29
|
spec.add_dependency "memoist", "~> 0.16.0"
|
30
30
|
spec.add_dependency "better-faraday", "~> 1.0.5"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: peatio-ripple
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Maksym N.
|
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
|
@@ -28,14 +28,14 @@ dependencies:
|
|
28
28
|
name: peatio
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: 0.6.3
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - "
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 0.6.3
|
41
41
|
- !ruby/object:Gem::Dependency
|