peatio-dash 2.6.0 → 2.6.1

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: b1ad408a30a09d6841cec6229b4263a51492cd76cfa048f0c9d09117f878a5b6
4
- data.tar.gz: abbac21c06c24e62d6fe7915b886a3383ab2558973a99be263a06fe7e6962fb4
3
+ metadata.gz: 440d43c4b1fa0bc5e8cf4197e947e82de8c0a8f01ebd757aeebce48d994f8e2a
4
+ data.tar.gz: f0f93257c9c1fc8881fc53274011e4ccbff24af12ca437feec529874c619c8c5
5
5
  SHA512:
6
- metadata.gz: 574cc27aa39c83f6d6770803798b9a9f4196de8167865e4d27b8e03ea087cc89dbf6651e50827e2f8e1a0c776ff3739ccfcacee423cf49de74926120983aa47f
7
- data.tar.gz: 571e79b4639d879e0d2e770078065ef1cdb2f055c598002ff1e8b0b479316908801375a972498eda80a2dbf6d3060960d93937d231462b18c83b2f13022d3095
6
+ metadata.gz: c54063cd11893cf800e0e2c6b31bb2f29ca60e676ae6f8360363b38b4c8963b19932a5c8dbc4db1a566aa26383b5c973bd737f487e202f13f7bc5243d9e8f7c2
7
+ data.tar.gz: b3671bccd874d4f7a4855a8e646505b8aa49ce3bbefc26cabb8ce3716cc1753e8285eafa673a177b381e3b11617c4ff24a395740f0000eeafbbeb30963fd6599
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- peatio-dash (2.6.0)
4
+ peatio-dash (2.6.1)
5
5
  activesupport (~> 5.2.3)
6
6
  better-faraday (~> 1.0.5)
7
7
  faraday (~> 0.17)
@@ -12,9 +12,9 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activemodel (5.2.4.2)
16
- activesupport (= 5.2.4.2)
17
- activesupport (5.2.4.2)
15
+ activemodel (5.2.4.3)
16
+ activesupport (= 5.2.4.3)
17
+ activesupport (5.2.4.3)
18
18
  concurrent-ruby (~> 1.0, >= 1.0.2)
19
19
  i18n (>= 0.7, < 2)
20
20
  minitest (~> 5.1)
@@ -35,14 +35,14 @@ GEM
35
35
  clamp (1.3.1)
36
36
  coderay (1.1.2)
37
37
  concurrent-ruby (1.1.6)
38
- connection_pool (2.2.2)
38
+ connection_pool (2.2.3)
39
39
  cookiejar (0.3.3)
40
40
  crack (0.4.3)
41
41
  safe_yaml (~> 1.0.0)
42
42
  daemons (1.3.1)
43
43
  diff-lcs (1.3)
44
44
  docile (1.3.2)
45
- em-http-request (1.1.5)
45
+ em-http-request (1.1.6)
46
46
  addressable (>= 2.3.4)
47
47
  cookiejar (!= 0.3.1)
48
48
  em-socksify (>= 0.3)
@@ -60,7 +60,7 @@ GEM
60
60
  multipart-post (>= 1.2, < 3)
61
61
  faraday_middleware (0.13.1)
62
62
  faraday (>= 0.7.4, < 1.0)
63
- faye (1.2.5)
63
+ faye (1.3.0)
64
64
  cookiejar (>= 0.3.0)
65
65
  em-http-request (>= 0.3.0)
66
66
  eventmachine (>= 0.12.0)
@@ -73,7 +73,7 @@ GEM
73
73
  websocket-driver (>= 0.5.1)
74
74
  hashdiff (1.0.1)
75
75
  http_parser.rb (0.6.0)
76
- i18n (1.8.2)
76
+ i18n (1.8.3)
77
77
  concurrent-ruby (~> 1.0)
78
78
  io-console (0.5.6)
79
79
  irb (1.2.3)
@@ -82,7 +82,7 @@ GEM
82
82
  jwt (2.2.1)
83
83
  memoist (0.16.2)
84
84
  method_source (1.0.0)
85
- minitest (5.14.0)
85
+ minitest (5.14.1)
86
86
  mocha (1.11.2)
87
87
  multi_json (1.14.1)
88
88
  multipart-post (2.1.1)
@@ -92,7 +92,7 @@ GEM
92
92
  parallel (1.19.1)
93
93
  parser (2.7.0.5)
94
94
  ast (~> 2.4.0)
95
- peatio (2.4.4)
95
+ peatio (2.6.1)
96
96
  activemodel (> 5.2, <= 6.0.0)
97
97
  amqp
98
98
  bunny
@@ -161,9 +161,9 @@ GEM
161
161
  addressable (>= 2.3.6)
162
162
  crack (>= 0.3.2)
163
163
  hashdiff (>= 0.4.0, < 2.0.0)
164
- websocket-driver (0.7.1)
164
+ websocket-driver (0.7.2)
165
165
  websocket-extensions (>= 0.1.0)
166
- websocket-extensions (0.1.4)
166
+ websocket-extensions (0.1.5)
167
167
 
168
168
  PLATFORMS
169
169
  ruby
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Peatio
4
4
  module Dash
5
- VERSION = "2.6.0".freeze
5
+ VERSION = "2.6.1".freeze
6
6
  end
7
7
  end
@@ -3,8 +3,11 @@
3
3
  module Peatio
4
4
  module Dash
5
5
  class Wallet < Peatio::Wallet::Abstract
6
- def initialize(settings={})
7
- @settings = settings
6
+ DEFAULT_FEATURES = { skip_deposit_collection: false }.freeze
7
+
8
+ def initialize(custom_features = {})
9
+ @features = DEFAULT_FEATURES.merge(custom_features).slice(*SUPPORTED_FEATURES)
10
+ @settings = {}
8
11
  end
9
12
 
10
13
  def configure(settings={})
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.6.0
4
+ version: 2.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - MoD
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-15 00:00:00.000000000 Z
11
+ date: 2020-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport