peatio-bitcoincash 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: d4866ff4a33465bd9c2df41f1ca551ac40931814fbf386cc3b645eb816ed3a7e
4
- data.tar.gz: 5b5b194fbae1d6177af698c82a608bdef3e75030bd2de6ffac1cb2c65be4aca3
3
+ metadata.gz: 74461a194ff9d50955adfe50a6328e42f1dc2d784d3ecc079910ab38e0ddb321
4
+ data.tar.gz: 42277bae984f87c77f568857c69f2c6e27474195276dca558b40074fd0518b52
5
5
  SHA512:
6
- metadata.gz: c3fd4c98b12b65b42663eaa8a541b11beff112ce0335dec2e1a74260b2f09a795dfe5c7c445523b70558eead8e783760323b8039e518a1d9e7045a46dac5ba35
7
- data.tar.gz: f8b424ec7147a97bfddcd969ebfc1871e506a6b2c08ab3292b355e06b8220e81a399976154badfe5238d7c536a0c41ac66aa6dd6331c6df5f23a4cd1864e0f7f
6
+ metadata.gz: 7f9f42b7bf4ae2e90dc35e3854a49b9d03128126cf9ee365b252147514c08a94cf0abaa46ffa327b7d5a42717a7d4f469b75a6e43a5fe19e68ddd465a8531ca0
7
+ data.tar.gz: ef56e97cc2e9cbbfc4c764083a82f1ccff478436e95aa3d016da55ebca1c38754a65bfbc6a367718fc9c3cebae5f8c2f461c9d2a36f4c06310d3a177721fc9f1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- peatio-bitcoincash (2.4.0)
4
+ peatio-bitcoincash (2.5.0)
5
5
  activesupport (~> 5.2.3)
6
6
  better-faraday (~> 1.0.5)
7
7
  cash-addr (~> 0.2.0)
@@ -13,9 +13,9 @@ PATH
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- activemodel (5.2.3)
17
- activesupport (= 5.2.3)
18
- activesupport (5.2.3)
16
+ activemodel (5.2.4.1)
17
+ activesupport (= 5.2.4.1)
18
+ activesupport (5.2.4.1)
19
19
  concurrent-ruby (~> 1.0, >= 1.0.2)
20
20
  i18n (>= 0.7, < 2)
21
21
  minitest (~> 5.1)
@@ -30,14 +30,14 @@ GEM
30
30
  better-faraday (1.0.8)
31
31
  activesupport (>= 4.0, < 6.0)
32
32
  faraday (~> 0.12)
33
- bunny (2.14.3)
33
+ bunny (2.14.4)
34
34
  amq-protocol (~> 2.3, >= 2.3.0)
35
35
  byebug (11.0.1)
36
36
  cash-addr (0.2.0)
37
37
  base58 (~> 0.2.2)
38
38
  clamp (1.3.1)
39
39
  coderay (1.1.2)
40
- concurrent-ruby (1.1.5)
40
+ concurrent-ruby (1.1.6)
41
41
  connection_pool (2.2.2)
42
42
  crack (0.4.3)
43
43
  safe_yaml (~> 1.0.0)
@@ -50,17 +50,17 @@ GEM
50
50
  multipart-post (>= 1.2, < 3)
51
51
  hashdiff (1.0.0)
52
52
  http_parser.rb (0.6.0)
53
- i18n (1.7.0)
53
+ i18n (1.8.2)
54
54
  concurrent-ruby (~> 1.0)
55
55
  jwt (2.2.1)
56
- memoist (0.16.1)
56
+ memoist (0.16.2)
57
57
  metaclass (0.0.4)
58
58
  method_source (0.9.2)
59
- minitest (5.13.0)
59
+ minitest (5.14.0)
60
60
  mocha (1.9.0)
61
61
  metaclass (~> 0.0.1)
62
62
  multipart-post (2.1.1)
63
- mysql2 (0.5.2)
63
+ mysql2 (0.5.3)
64
64
  net-http-persistent (3.0.1)
65
65
  connection_pool (~> 2.2)
66
66
  peatio (0.6.3)
@@ -95,7 +95,7 @@ GEM
95
95
  rspec-support (3.9.0)
96
96
  safe_yaml (1.0.5)
97
97
  thread_safe (0.3.6)
98
- tzinfo (1.2.5)
98
+ tzinfo (1.2.6)
99
99
  thread_safe (~> 0.1)
100
100
  webmock (3.7.6)
101
101
  addressable (>= 2.3.6)
@@ -26,8 +26,8 @@ module Peatio
26
26
  end
27
27
 
28
28
  def register
29
- Peatio::Blockchain.registry[:bitcoincash] = Bitcoincash::Blockchain.new
30
- Peatio::Wallet.registry[:bitcoincashd] = Bitcoincash::Wallet.new
29
+ Peatio::Blockchain.registry[:bitcoincash] = Bitcoincash::Blockchain
30
+ Peatio::Wallet.registry[:bitcoincashd] = Bitcoincash::Wallet
31
31
  end
32
32
  end
33
33
 
@@ -1,5 +1,5 @@
1
1
  module Peatio
2
2
  module Bitcoincash
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-bitcoincash
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
  - Dinesh Chohda
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