peatio 2.4.4 → 2.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc4f8e1e466d879d27371bb2350c387de4862b67a5c7e22c09b5520de3d8fcf1
4
- data.tar.gz: e5db65471707d00d86e9c8e45c6f89de6ab09499b5ae1a8413cd7ede568b0c03
3
+ metadata.gz: c3cf7b575b86a434da7210b3ef4b7cd1bc703a61248c02b5de6868302493653c
4
+ data.tar.gz: e23017b721c9ae86537907bea8cf97423422cca48f92280e055b5af67f36e7e7
5
5
  SHA512:
6
- metadata.gz: 94695de75e3bd793e5ebc90035c84cce5295d8cdebd4e1cf3c7b53301c70af019f1dbcedf7e60a76bcee33e36c5b7109ba504c9a28af490b7e1763bacdd5bff2
7
- data.tar.gz: 77c2083620d64aebc7d518a8943b83226d59999dae1f251a4b2ac7090acb62fd5bf8612b6e63ff7107d6922999db9dcdbc669b5327cef89620a3eb3eff7153c0
6
+ metadata.gz: 51e0f35070706c1bdb1a152808116667daf0401865883df5f74202293b22023d111b94cf176c1eceed65bbfa339a424b25fcbebc40fbb160a0e0fa33198f9f76
7
+ data.tar.gz: dc90d88ef3b7d394dd65e1f71aec90cccec3a9b76709774c0b5c2d7e21b141c40eb14e772b23b3cb837fe1d97317c3e46a976cb23b08ef6d060377c0e4a08f8f
@@ -0,0 +1,29 @@
1
+ ---
2
+ kind: pipeline
3
+ name: default
4
+
5
+ steps:
6
+ - name: Run rspec for each library
7
+ image: ruby:2.6
8
+ commands:
9
+ - bundle install
10
+ - bundle exec rspec
11
+
12
+ - name: Release gems
13
+ image: ruby:2.6
14
+ environment:
15
+ GEM_CREDENTIALS:
16
+ from_secret: gem_credentials
17
+ commands:
18
+ - mkdir -p ~/.gem
19
+ - echo $GEM_CREDENTIALS | base64 -d > ~/.gem/credentials
20
+ - chmod 0600 ~/.gem/credentials
21
+ - gem build peatio.gemspec
22
+ - gem push peatio-*.gem
23
+ when:
24
+ branch:
25
+ - master
26
+
27
+ trigger:
28
+ event:
29
+ - push
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- peatio (2.4.4)
4
+ peatio (2.6.0)
5
5
  activemodel (> 5.2, <= 6.0.0)
6
6
  amqp
7
7
  bunny
@@ -29,25 +29,25 @@ GEM
29
29
  zeitwerk (~> 2.1, >= 2.1.8)
30
30
  addressable (2.7.0)
31
31
  public_suffix (>= 2.0.2, < 5.0)
32
- amq-protocol (2.3.0)
32
+ amq-protocol (2.3.1)
33
33
  amqp (1.8.0)
34
34
  amq-protocol (>= 2.2.0)
35
35
  eventmachine
36
36
  ast (2.4.0)
37
- bump (0.8.0)
38
- bunny (2.14.3)
39
- amq-protocol (~> 2.3, >= 2.3.0)
37
+ bump (0.9.0)
38
+ bunny (2.15.0)
39
+ amq-protocol (~> 2.3, >= 2.3.1)
40
40
  bunny-mock (1.7.0)
41
41
  bunny (>= 1.7)
42
- byebug (11.0.1)
42
+ byebug (11.1.3)
43
43
  clamp (1.3.1)
44
- coderay (1.1.2)
44
+ coderay (1.1.3)
45
45
  concurrent-ruby (1.1.6)
46
46
  cookiejar (0.3.3)
47
47
  daemons (1.3.1)
48
48
  diff-lcs (1.3)
49
49
  docile (1.3.2)
50
- em-http-request (1.1.5)
50
+ em-http-request (1.1.6)
51
51
  addressable (>= 2.3.4)
52
52
  cookiejar (!= 0.3.1)
53
53
  em-socksify (>= 0.3)
@@ -70,7 +70,7 @@ GEM
70
70
  multipart-post (>= 1.2, < 3)
71
71
  faraday_middleware (0.13.1)
72
72
  faraday (>= 0.7.4, < 1.0)
73
- faye (1.2.4)
73
+ faye (1.3.0)
74
74
  cookiejar (>= 0.3.0)
75
75
  em-http-request (>= 0.3.0)
76
76
  eventmachine (>= 0.12.0)
@@ -82,65 +82,75 @@ GEM
82
82
  eventmachine (>= 0.12.0)
83
83
  websocket-driver (>= 0.5.1)
84
84
  http_parser.rb (0.6.0)
85
- i18n (1.8.2)
85
+ i18n (1.8.3)
86
86
  concurrent-ruby (~> 1.0)
87
- irb (1.0.0)
87
+ io-console (0.5.6)
88
+ irb (1.2.4)
89
+ reline (>= 0.0.1)
88
90
  jaro_winkler (1.5.4)
89
- json (2.2.0)
91
+ json (2.3.0)
90
92
  jwt (2.2.1)
91
- method_source (0.9.2)
92
- minitest (5.14.0)
93
+ method_source (1.0.0)
94
+ minitest (5.14.1)
93
95
  multi_json (1.14.1)
94
96
  multipart-post (2.1.1)
95
97
  mysql2 (0.5.3)
96
- parallel (1.19.0)
97
- parser (2.6.5.0)
98
+ parallel (1.19.1)
99
+ parser (2.7.1.3)
98
100
  ast (~> 2.4.0)
99
101
  prometheus-client (2.0.0)
100
- pry (0.12.2)
101
- coderay (~> 1.1.0)
102
- method_source (~> 0.9.0)
103
- pry-byebug (3.7.0)
102
+ pry (0.13.1)
103
+ coderay (~> 1.1)
104
+ method_source (~> 1.0)
105
+ pry-byebug (3.9.0)
104
106
  byebug (~> 11.0)
105
- pry (~> 0.10)
106
- public_suffix (4.0.4)
107
+ pry (~> 0.13.0)
108
+ public_suffix (4.0.5)
107
109
  rack (2.2.2)
108
110
  rainbow (3.0.0)
109
111
  rake (13.0.1)
112
+ reline (0.1.4)
113
+ io-console (~> 0.5)
114
+ rexml (3.2.4)
110
115
  rspec (3.9.0)
111
116
  rspec-core (~> 3.9.0)
112
117
  rspec-expectations (~> 3.9.0)
113
118
  rspec-mocks (~> 3.9.0)
114
- rspec-core (3.9.0)
115
- rspec-support (~> 3.9.0)
116
- rspec-expectations (3.9.0)
119
+ rspec-core (3.9.2)
120
+ rspec-support (~> 3.9.3)
121
+ rspec-expectations (3.9.2)
117
122
  diff-lcs (>= 1.2.0, < 2.0)
118
123
  rspec-support (~> 3.9.0)
119
- rspec-mocks (3.9.0)
124
+ rspec-mocks (3.9.1)
120
125
  diff-lcs (>= 1.2.0, < 2.0)
121
126
  rspec-support (~> 3.9.0)
122
- rspec-support (3.9.0)
127
+ rspec-support (3.9.3)
123
128
  rspec_junit_formatter (0.4.1)
124
129
  rspec-core (>= 2, < 4, != 2.12.0)
125
- rubocop (0.76.0)
130
+ rubocop (0.82.0)
126
131
  jaro_winkler (~> 1.5.1)
127
132
  parallel (~> 1.10)
128
- parser (>= 2.6)
133
+ parser (>= 2.7.0.1)
129
134
  rainbow (>= 2.2.2, < 4.0)
135
+ rexml
130
136
  ruby-progressbar (~> 1.7)
131
- unicode-display_width (>= 1.4.0, < 1.7)
132
- rubocop-github (0.13.0)
133
- rubocop (~> 0.70)
134
- rubocop-performance (~> 1.3.0)
135
- rubocop-performance (1.3.0)
136
- rubocop (>= 0.68.0)
137
+ unicode-display_width (>= 1.4.0, < 2.0)
138
+ rubocop-github (0.16.0)
139
+ rubocop (<= 0.82.0)
140
+ rubocop-performance (~> 1.0)
141
+ rubocop-rails (~> 2.0)
142
+ rubocop-performance (1.6.1)
143
+ rubocop (>= 0.71.0)
144
+ rubocop-rails (2.6.0)
145
+ activesupport (>= 4.2.0)
146
+ rack (>= 1.1)
147
+ rubocop (>= 0.82.0)
137
148
  ruby-progressbar (1.10.1)
138
- simplecov (0.17.1)
149
+ simplecov (0.18.5)
139
150
  docile (~> 1.1)
140
- json (>= 1.8, < 3)
141
- simplecov-html (~> 0.10.0)
142
- simplecov-html (0.10.2)
143
- simplecov-json (0.2)
151
+ simplecov-html (~> 0.11)
152
+ simplecov-html (0.12.2)
153
+ simplecov-json (0.2.1)
144
154
  json
145
155
  simplecov
146
156
  thin (1.7.2)
@@ -150,11 +160,11 @@ GEM
150
160
  thread_safe (0.3.6)
151
161
  tzinfo (1.2.7)
152
162
  thread_safe (~> 0.1)
153
- unicode-display_width (1.6.0)
163
+ unicode-display_width (1.7.0)
154
164
  websocket (1.2.8)
155
- websocket-driver (0.7.1)
165
+ websocket-driver (0.7.2)
156
166
  websocket-extensions (>= 0.1.0)
157
- websocket-extensions (0.1.4)
167
+ websocket-extensions (0.1.5)
158
168
  zeitwerk (2.3.0)
159
169
 
160
170
  PLATFORMS
@@ -53,6 +53,10 @@ module Peatio #:nodoc:
53
53
  # return [Integer] transaction number in send-to-many request
54
54
  attr_accessor :txout
55
55
 
56
+ # @!attribute [rw] from_address
57
+ # return [Array<String>] transaction source addresses
58
+ attr_accessor :from_addresses
59
+
56
60
  # @!attribute [rw] to_address
57
61
  # return [String] transaction recepient address
58
62
  attr_accessor :to_address
@@ -93,7 +93,7 @@ module Peatio
93
93
  price: trade[:price],
94
94
  amount: trade[:amount],
95
95
  market_id: @market,
96
- created_at: Time.at(trade[:date]).iso8601,
96
+ created_at: Time.at(trade[:date]).utc.iso8601,
97
97
  taker_type: trade[:taker_type]
98
98
  }
99
99
  end
@@ -1,3 +1,3 @@
1
1
  module Peatio
2
- VERSION = "2.4.4"
2
+ VERSION = "2.6.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peatio
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.4
4
+ version: 2.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Louis B.
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-04-23 00:00:00.000000000 Z
12
+ date: 2020-06-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activemodel
@@ -391,6 +391,7 @@ executables:
391
391
  extensions: []
392
392
  extra_rdoc_files: []
393
393
  files:
394
+ - ".drone.yml"
394
395
  - ".gitignore"
395
396
  - ".rspec"
396
397
  - ".rubocop.yml"