peatio-dash 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: 2c3a565d9a2084d3b55f10c6682e6d4acbf258670766c9360cfaf66ae5768ee6
4
- data.tar.gz: 65c093151dd1b7e667a4e0a89a502b506a95bc7dfd454dc60a195b656a29d9c1
3
+ metadata.gz: 0da01ba436a0f10812c1a796b902c8ba2ee507688771521bf55a6df6e310318f
4
+ data.tar.gz: 77a5b0f858f0fd1a9423e560aa621433e96c008f9ecb791d72d88398f1de4854
5
5
  SHA512:
6
- metadata.gz: 92efce7a22485c0c7566a87e87eaea7c29aaace61bf526802ce8bdc45124ec78fc0cd45cb29b9714627e1b5545751f039d0ee4d8eb31792d9be702b85a813a3e
7
- data.tar.gz: de728f33a2f7aac283d6c88a13c2feaec61e7c40f4e782376b335f7ff909b840047166032da0599c02bb3fced86c3d0a97ce753b965fc203daec9ea8724a4b84
6
+ metadata.gz: 58e4f05198b20afe8b5ab987474bb000d3235ea40e8dda3f368c73148873ea6fd7733a8c144aa9f857547c47089ec9045e350cb982e87733c836cfa8c1aaa9f5
7
+ data.tar.gz: 0e13d4303f6d34d2cc99264f545b8b08977afdb09e8c1a41100f370a93a6456aff1b2ef38d0f29a7b88078efd120277606d61a712e765e01b0e387295a571367
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- peatio-dash (2.4.0)
4
+ peatio-dash (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)
@@ -29,12 +29,12 @@ GEM
29
29
  better-faraday (1.0.8)
30
30
  activesupport (>= 4.0, < 6.0)
31
31
  faraday (~> 0.12)
32
- bunny (2.14.3)
32
+ bunny (2.14.4)
33
33
  amq-protocol (~> 2.3, >= 2.3.0)
34
- byebug (11.0.1)
34
+ byebug (11.1.1)
35
35
  clamp (1.3.1)
36
36
  coderay (1.1.2)
37
- concurrent-ruby (1.1.5)
37
+ concurrent-ruby (1.1.6)
38
38
  connection_pool (2.2.2)
39
39
  crack (0.4.3)
40
40
  safe_yaml (~> 1.0.0)
@@ -46,26 +46,25 @@ GEM
46
46
  eventmachine (1.2.7)
47
47
  faraday (0.15.4)
48
48
  multipart-post (>= 1.2, < 3)
49
- hashdiff (1.0.0)
49
+ hashdiff (1.0.1)
50
50
  http_parser.rb (0.6.0)
51
- i18n (1.7.0)
51
+ i18n (1.8.2)
52
52
  concurrent-ruby (~> 1.0)
53
- irb (1.0.0)
53
+ io-console (0.5.6)
54
+ irb (1.2.3)
55
+ reline (>= 0.0.1)
54
56
  jaro_winkler (1.5.4)
55
- json (2.2.0)
56
57
  jwt (2.2.1)
57
- memoist (0.16.1)
58
- metaclass (0.0.4)
58
+ memoist (0.16.2)
59
59
  method_source (0.9.2)
60
- minitest (5.13.0)
61
- mocha (1.9.0)
62
- metaclass (~> 0.0.1)
60
+ minitest (5.14.0)
61
+ mocha (1.11.2)
63
62
  multipart-post (2.1.1)
64
- mysql2 (0.5.2)
63
+ mysql2 (0.5.3)
65
64
  net-http-persistent (3.0.1)
66
65
  connection_pool (~> 2.2)
67
- parallel (1.19.0)
68
- parser (2.6.5.0)
66
+ parallel (1.19.1)
67
+ parser (2.7.0.4)
69
68
  ast (~> 2.4.0)
70
69
  peatio (0.6.3)
71
70
  activemodel (> 5.2, <= 6.0.0)
@@ -79,49 +78,49 @@ GEM
79
78
  pry (0.12.2)
80
79
  coderay (~> 1.1.0)
81
80
  method_source (~> 0.9.0)
82
- pry-byebug (3.7.0)
81
+ pry-byebug (3.8.0)
83
82
  byebug (~> 11.0)
84
83
  pry (~> 0.10)
85
- public_suffix (4.0.1)
84
+ public_suffix (4.0.3)
86
85
  rainbow (3.0.0)
87
86
  rake (10.5.0)
87
+ reline (0.1.3)
88
+ io-console (~> 0.5)
89
+ rexml (3.2.4)
88
90
  rspec (3.9.0)
89
91
  rspec-core (~> 3.9.0)
90
92
  rspec-expectations (~> 3.9.0)
91
93
  rspec-mocks (~> 3.9.0)
92
- rspec-core (3.9.0)
93
- rspec-support (~> 3.9.0)
94
+ rspec-core (3.9.1)
95
+ rspec-support (~> 3.9.1)
94
96
  rspec-expectations (3.9.0)
95
97
  diff-lcs (>= 1.2.0, < 2.0)
96
98
  rspec-support (~> 3.9.0)
97
- rspec-mocks (3.9.0)
99
+ rspec-mocks (3.9.1)
98
100
  diff-lcs (>= 1.2.0, < 2.0)
99
101
  rspec-support (~> 3.9.0)
100
- rspec-support (3.9.0)
101
- rubocop (0.76.0)
102
+ rspec-support (3.9.2)
103
+ rubocop (0.80.1)
102
104
  jaro_winkler (~> 1.5.1)
103
105
  parallel (~> 1.10)
104
- parser (>= 2.6)
106
+ parser (>= 2.7.0.1)
105
107
  rainbow (>= 2.2.2, < 4.0)
108
+ rexml
106
109
  ruby-progressbar (~> 1.7)
107
110
  unicode-display_width (>= 1.4.0, < 1.7)
108
- rubocop-github (0.13.0)
109
- rubocop (~> 0.70)
110
- rubocop-performance (~> 1.3.0)
111
- rubocop-performance (1.3.0)
112
- rubocop (>= 0.68.0)
111
+ rubocop-github (0.14.0)
112
+ rubocop (~> 0.59)
113
113
  ruby-progressbar (1.10.1)
114
114
  safe_yaml (1.0.5)
115
- simplecov (0.17.1)
115
+ simplecov (0.18.5)
116
116
  docile (~> 1.1)
117
- json (>= 1.8, < 3)
118
- simplecov-html (~> 0.10.0)
119
- simplecov-html (0.10.2)
117
+ simplecov-html (~> 0.11)
118
+ simplecov-html (0.12.2)
120
119
  thread_safe (0.3.6)
121
- tzinfo (1.2.5)
120
+ tzinfo (1.2.6)
122
121
  thread_safe (~> 0.1)
123
- unicode-display_width (1.6.0)
124
- webmock (3.7.6)
122
+ unicode-display_width (1.6.1)
123
+ webmock (3.8.2)
125
124
  addressable (>= 2.3.6)
126
125
  crack (>= 0.3.2)
127
126
  hashdiff (>= 0.4.0, < 2.0.0)
@@ -28,8 +28,8 @@ module Peatio
28
28
  end
29
29
 
30
30
  def register
31
- Peatio::Blockchain.registry[:dash] = Dash::Blockchain.new
32
- Peatio::Wallet.registry[:dashd] = Dash::Wallet.new
31
+ Peatio::Blockchain.registry[:dash] = Dash::Blockchain
32
+ Peatio::Wallet.registry[:dashd] = Dash::Wallet
33
33
  end
34
34
  end
35
35
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Peatio
4
4
  module Dash
5
- VERSION = "2.4.0"
5
+ VERSION = "2.5.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peatio-dash
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
  - MoD
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