peatio-ripple 2.4.0 → 2.5.0

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: 1a9f8709c2f011d255cedf911bacad327898770daa720ea6a31c90aa8610bf62
4
- data.tar.gz: 941e35f35df7494ef22d2fe9015c58c47fe4575def226e81bc5700cd9e6ca1bc
3
+ metadata.gz: 32df8f783dc2f1eaa4ea71a966007f0ea8693b2ac6c2e4015de7449e6cd74ad1
4
+ data.tar.gz: 1b5390f230118d0dc7dc687998448a9bb87c273d49cac1789e65d03ca5c630a2
5
5
  SHA512:
6
- metadata.gz: 11b510ca522b23881e2ae2bafc633707a9900703f2ba740062939fef6d9a91951e9d0c641a7825258f6641c3a0098d8f75a3f2b09d3a18386c4f0cfbfc97a69a
7
- data.tar.gz: 309d8f9368e6c177becb01e04b968ae896a60795b30d41a9f02c6d8e7c956ce928899f2ade649d873ebfe24e53b44149eee9f0c7b09f1aefa439d7792ad8d302
6
+ metadata.gz: 3c01c456879be8d522661b1a2e87d8469f73075c946bcdc2ecfc9543b7cd3cf6b2b6ec42db7f6a3a178cb23afa919c50526594835d40427ef5da20f9792c87d9
7
+ data.tar.gz: 6cb1c4fa51d94bf24f0d26c232b91711861a8fbd141ebdb4d8a6c0c1c2abf5f30b29a13505d9dbfd2a485ccb9dee0b4a01604926720a50c32312066123cc59ec
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- peatio-ripple (2.4.0)
4
+ peatio-ripple (2.5.0)
5
5
  activesupport (~> 5.2.3)
6
6
  better-faraday (~> 1.0.5)
7
7
  faraday (~> 0.15.4)
@@ -12,9 +12,9 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activemodel (5.2.3)
16
- activesupport (= 5.2.3)
17
- activesupport (5.2.3)
15
+ activemodel (5.2.4.1)
16
+ activesupport (= 5.2.4.1)
17
+ activesupport (5.2.4.1)
18
18
  concurrent-ruby (~> 1.0, >= 1.0.2)
19
19
  i18n (>= 0.7, < 2)
20
20
  minitest (~> 5.1)
@@ -28,12 +28,12 @@ GEM
28
28
  better-faraday (1.0.8)
29
29
  activesupport (>= 4.0, < 6.0)
30
30
  faraday (~> 0.12)
31
- bunny (2.14.3)
31
+ bunny (2.14.4)
32
32
  amq-protocol (~> 2.3, >= 2.3.0)
33
- byebug (11.0.1)
33
+ byebug (11.1.1)
34
34
  clamp (1.3.1)
35
35
  coderay (1.1.2)
36
- concurrent-ruby (1.1.5)
36
+ concurrent-ruby (1.1.6)
37
37
  connection_pool (2.2.2)
38
38
  crack (0.4.3)
39
39
  safe_yaml (~> 1.0.0)
@@ -44,19 +44,17 @@ GEM
44
44
  eventmachine (1.2.7)
45
45
  faraday (0.15.4)
46
46
  multipart-post (>= 1.2, < 3)
47
- hashdiff (1.0.0)
47
+ hashdiff (1.0.1)
48
48
  http_parser.rb (0.6.0)
49
- i18n (1.7.0)
49
+ i18n (1.8.2)
50
50
  concurrent-ruby (~> 1.0)
51
51
  jwt (2.2.1)
52
- memoist (0.16.1)
53
- metaclass (0.0.4)
52
+ memoist (0.16.2)
54
53
  method_source (0.9.2)
55
- minitest (5.13.0)
56
- mocha (1.9.0)
57
- metaclass (~> 0.0.1)
54
+ minitest (5.14.0)
55
+ mocha (1.11.2)
58
56
  multipart-post (2.1.1)
59
- mysql2 (0.5.2)
57
+ mysql2 (0.5.3)
60
58
  net-http-persistent (3.0.1)
61
59
  connection_pool (~> 2.2)
62
60
  peatio (0.6.3)
@@ -71,29 +69,29 @@ GEM
71
69
  pry (0.12.2)
72
70
  coderay (~> 1.1.0)
73
71
  method_source (~> 0.9.0)
74
- pry-byebug (3.7.0)
72
+ pry-byebug (3.8.0)
75
73
  byebug (~> 11.0)
76
74
  pry (~> 0.10)
77
- public_suffix (4.0.1)
75
+ public_suffix (4.0.3)
78
76
  rake (10.5.0)
79
77
  rspec (3.9.0)
80
78
  rspec-core (~> 3.9.0)
81
79
  rspec-expectations (~> 3.9.0)
82
80
  rspec-mocks (~> 3.9.0)
83
- rspec-core (3.9.0)
84
- rspec-support (~> 3.9.0)
81
+ rspec-core (3.9.1)
82
+ rspec-support (~> 3.9.1)
85
83
  rspec-expectations (3.9.0)
86
84
  diff-lcs (>= 1.2.0, < 2.0)
87
85
  rspec-support (~> 3.9.0)
88
- rspec-mocks (3.9.0)
86
+ rspec-mocks (3.9.1)
89
87
  diff-lcs (>= 1.2.0, < 2.0)
90
88
  rspec-support (~> 3.9.0)
91
- rspec-support (3.9.0)
89
+ rspec-support (3.9.2)
92
90
  safe_yaml (1.0.5)
93
91
  thread_safe (0.3.6)
94
- tzinfo (1.2.5)
92
+ tzinfo (1.2.6)
95
93
  thread_safe (~> 0.1)
96
- webmock (3.7.6)
94
+ webmock (3.8.2)
97
95
  addressable (>= 2.3.6)
98
96
  crack (>= 0.3.2)
99
97
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -19,8 +19,8 @@ module Peatio
19
19
  end
20
20
 
21
21
  def register
22
- Peatio::Blockchain.registry[:ripple] = Ripple::Blockchain.new
23
- Peatio::Wallet.registry[:rippled] = Ripple::Wallet.new
22
+ Peatio::Blockchain.registry[:ripple] = Ripple::Blockchain
23
+ Peatio::Wallet.registry[:rippled] = Ripple::Wallet
24
24
  end
25
25
  end
26
26
 
@@ -1,5 +1,5 @@
1
1
  module Peatio
2
2
  module Ripple
3
- VERSION = "2.4.0".freeze
3
+ VERSION = "2.5.0".freeze
4
4
  end
5
5
  end
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: 2.4.0
4
+ version: 2.5.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-16 00:00:00.000000000 Z
11
+ date: 2020-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport