peatio-dash 2.5.1 → 2.5.2

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: 757e49811b564cc4f7687313ec38729d8b1de9c21902bf825b9b0a50eef583fe
4
- data.tar.gz: 8e6519822f3f8d8f6c62761244661ba3994988d38e67aa4d4673b0937a5b3c56
3
+ metadata.gz: 0ec134e63ca376d2497b714f78cf0c69c73d0f1106326bac57bf7026979d2931
4
+ data.tar.gz: ebb8d978c1fd86f28ba23f1749894d137b73d24d7364df0e15be4e8ebc0b207c
5
5
  SHA512:
6
- metadata.gz: b7256f49477deed669dabb28efa70d7eb045ee5266b1e5cfdf3e4c235ae5353a79e1a50875ffc95398e24437f3f1c1573c2d062d04ca390372eb55bae3104eda
7
- data.tar.gz: 28c3b0789dc0a4cc33cd73f3e79eb567edc84f8881c2a9b5f3c94d7fe11e58bb6fc89a5fbeb6782f7c0ee2af58d9fbf1921daaf4b4238982633b39a48736b4c2
6
+ metadata.gz: f8af689438f2fa8e2360105cb3d1e8b6c8466f8b6c7c9d894f7921b75337e0e8ae7f982c27c2c3a90d8edb84c5caf7b04f96b0ce183c97ed1efca2162dfcaf19
7
+ data.tar.gz: 2ef2207826d1bd7898b89e4cb35b23df217a01840fef3d782f785f05e0fde21d36556adecbb472ed7eb7c1c2bdbfa7ec060f39866c6ac2b32f4aff88341ac2df
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- peatio-dash (2.5.1)
4
+ peatio-dash (2.5.2)
5
5
  activesupport (~> 5.2.3)
6
6
  better-faraday (~> 1.0.5)
7
7
  faraday (~> 0.15.4)
@@ -21,7 +21,7 @@ GEM
21
21
  tzinfo (~> 1.1)
22
22
  addressable (2.7.0)
23
23
  public_suffix (>= 2.0.2, < 5.0)
24
- amq-protocol (2.3.0)
24
+ amq-protocol (2.3.1)
25
25
  amqp (1.8.0)
26
26
  amq-protocol (>= 2.2.0)
27
27
  eventmachine
@@ -29,8 +29,8 @@ GEM
29
29
  better-faraday (1.0.8)
30
30
  activesupport (>= 4.0, < 6.0)
31
31
  faraday (~> 0.12)
32
- bunny (2.14.4)
33
- amq-protocol (~> 2.3, >= 2.3.0)
32
+ bunny (2.15.0)
33
+ amq-protocol (~> 2.3, >= 2.3.1)
34
34
  byebug (11.1.1)
35
35
  clamp (1.3.1)
36
36
  coderay (1.1.2)
@@ -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.4)
63
+ faye (1.2.5)
64
64
  cookiejar (>= 0.3.0)
65
65
  em-http-request (>= 0.3.0)
66
66
  eventmachine (>= 0.12.0)
@@ -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.3)
95
+ peatio (2.4.4)
96
96
  activemodel (> 5.2, <= 6.0.0)
97
97
  amqp
98
98
  bunny
@@ -113,7 +113,7 @@ GEM
113
113
  pry-byebug (3.9.0)
114
114
  byebug (~> 11.0)
115
115
  pry (~> 0.13.0)
116
- public_suffix (4.0.3)
116
+ public_suffix (4.0.4)
117
117
  rack (2.2.2)
118
118
  rainbow (3.0.0)
119
119
  rake (13.0.1)
@@ -154,7 +154,7 @@ GEM
154
154
  eventmachine (~> 1.0, >= 1.0.4)
155
155
  rack (>= 1, < 3)
156
156
  thread_safe (0.3.6)
157
- tzinfo (1.2.6)
157
+ tzinfo (1.2.7)
158
158
  thread_safe (~> 0.1)
159
159
  unicode-display_width (1.6.1)
160
160
  webmock (3.8.3)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Peatio
4
4
  module Dash
5
- VERSION = "2.5.1"
5
+ VERSION = "2.5.2"
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.5.1
4
+ version: 2.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - MoD
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-26 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport