peatio-litecoin 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: 40c2da0f3e9c103805b9b268977e9b967b0a43b4969e076adcb368039a3c1668
4
- data.tar.gz: 72465df9ae06b0f194edd0f98f5b0741161510a5cc336724a9abcff09467d382
3
+ metadata.gz: 387d2d6b28ba55eb8327e9eae2fffad1e4e83d1e60710fc67ada854467fad06f
4
+ data.tar.gz: 74489cb213fe88d3c0838197ec7b2a349f6883ee74220290c939c5e04b81cbd2
5
5
  SHA512:
6
- metadata.gz: 85276e6e758bfd1d466d5b87a0129bbc114ff2097a20f4e968a0bb52c3fb52db56fec114d1970e0fc4624746c6a8b3bc58461c54ff97649263ee52b97e91b57e
7
- data.tar.gz: e1ad868613e39377e23e8b857edfbb979582d4c8170d8dbb95158a78a50aaecde1e6ba907df4f2b6ab665eb0c840f0ee88e21c7ca94352ef2ce64fa509837d17
6
+ metadata.gz: b78625522e312073f8f7dbece7daee45547385a51f00031122223698a5ac7163ca19e6e199b088abc31de7fc2db0700653b793fcdccf0e6bb643a48ffa7242a8
7
+ data.tar.gz: 74c8fa18cc7ea0a810ac16bd1639b1365d3f927a1e6de91b4061f29460b24772611103f60068bb75e3a0c76f4c8a6ce4e99742b7063c6010114efc8266e84bb1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- peatio-litecoin (2.5.1)
4
+ peatio-litecoin (2.5.2)
5
5
  activesupport (~> 5.2.3)
6
6
  better-faraday (~> 1.0.5)
7
7
  faraday (~> 0.15.4)
@@ -21,15 +21,15 @@ 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
28
28
  better-faraday (1.0.8)
29
29
  activesupport (>= 4.0, < 6.0)
30
30
  faraday (~> 0.12)
31
- bunny (2.14.4)
32
- amq-protocol (~> 2.3, >= 2.3.0)
31
+ bunny (2.15.0)
32
+ amq-protocol (~> 2.3, >= 2.3.1)
33
33
  byebug (11.1.1)
34
34
  clamp (1.3.1)
35
35
  coderay (1.1.2)
@@ -58,7 +58,7 @@ GEM
58
58
  multipart-post (>= 1.2, < 3)
59
59
  faraday_middleware (0.13.1)
60
60
  faraday (>= 0.7.4, < 1.0)
61
- faye (1.2.4)
61
+ faye (1.2.5)
62
62
  cookiejar (>= 0.3.0)
63
63
  em-http-request (>= 0.3.0)
64
64
  eventmachine (>= 0.12.0)
@@ -83,7 +83,7 @@ GEM
83
83
  mysql2 (0.5.3)
84
84
  net-http-persistent (3.0.1)
85
85
  connection_pool (~> 2.2)
86
- peatio (2.4.3)
86
+ peatio (2.4.4)
87
87
  activemodel (> 5.2, <= 6.0.0)
88
88
  amqp
89
89
  bunny
@@ -104,7 +104,7 @@ GEM
104
104
  pry-byebug (3.9.0)
105
105
  byebug (~> 11.0)
106
106
  pry (~> 0.13.0)
107
- public_suffix (4.0.3)
107
+ public_suffix (4.0.4)
108
108
  rack (2.2.2)
109
109
  rake (13.0.1)
110
110
  rspec (3.9.0)
@@ -126,7 +126,7 @@ GEM
126
126
  eventmachine (~> 1.0, >= 1.0.4)
127
127
  rack (>= 1, < 3)
128
128
  thread_safe (0.3.6)
129
- tzinfo (1.2.6)
129
+ tzinfo (1.2.7)
130
130
  thread_safe (~> 0.1)
131
131
  webmock (3.8.3)
132
132
  addressable (>= 2.3.6)
@@ -1,5 +1,5 @@
1
1
  module Peatio
2
2
  module Litecoin
3
- VERSION = "2.5.1"
3
+ VERSION = "2.5.2".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peatio-litecoin
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
  - Yaroslav S.
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