irix3 3.2.1.1 → 3.3.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: 6b319260e54f2382a090fea635487b8e1e156720301d9adeb97850e24260827b
4
- data.tar.gz: d2b8a29ccb7248f28a55b6ccafce77261347abcb71eb3878e572b63df24d5007
3
+ metadata.gz: 575dd9c7feb2770230a550cc6bee6032e6f740dd2715970a24aa8d21111a72af
4
+ data.tar.gz: 0af4c69d470ff8de17dd32151a62c65a034895c70b4e747dece11929db60e2c6
5
5
  SHA512:
6
- metadata.gz: ffbf0f981dc678801a37e147741234030a182568608cebb1621e5e0603ba899503551e2352b8057c94da8398375b25028a72b21b78fcd9af02ff0e4661d94226
7
- data.tar.gz: 4ba5b2acec514146f20ecfc1c3bef4f74bf69aaad951209f6e01d6122ab52c0dd32800eb450c7b508737082cdca07d1b0364f10f266919dc1f6b032103f041ba
6
+ metadata.gz: 2c8a162b3e86c34f4f6165f6073d5452f84da5967c1943ced013f3e90d758265768e78108c814eff559c3a4196ff997f91804e1a68291eacc617e2cb515d4ab6
7
+ data.tar.gz: e544c5b83e6ba827786e424a10343afa0a1453e3a0778275d7af22f7a2a9df9ab684953943d21997510d7b9cae1dec403717e064af82380715e736b3e9462170
data/Gemfile.lock CHANGED
@@ -1,59 +1,51 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- irix (3.2.1)
4
+ irix3 (3.3)
5
5
  em-synchrony (~> 1.0)
6
6
  em-websocket
7
7
  eventmachine
8
- faraday_middleware (~> 1.2)
9
- faye (~> 1.2)
10
- peatio (~> 3.1)
8
+ peatio-dao (>= 3.1.3)
9
+ websocket-client-simple (~> 0.9.0)
11
10
 
12
11
  GEM
13
12
  remote: https://rubygems.org/
14
13
  specs:
15
- activemodel (7.1.3.4)
16
- activesupport (= 7.1.3.4)
17
- activesupport (7.1.3.4)
14
+ activemodel (8.0.2)
15
+ activesupport (= 8.0.2)
16
+ activesupport (8.0.2)
18
17
  base64
18
+ benchmark (>= 0.3)
19
19
  bigdecimal
20
- concurrent-ruby (~> 1.0, >= 1.0.2)
20
+ concurrent-ruby (~> 1.0, >= 1.3.1)
21
21
  connection_pool (>= 2.2.5)
22
22
  drb
23
23
  i18n (>= 1.6, < 2)
24
+ logger (>= 1.4.2)
24
25
  minitest (>= 5.1)
25
- mutex_m
26
- tzinfo (~> 2.0)
27
- addressable (2.8.7)
28
- public_suffix (>= 2.0.2, < 7.0)
29
- amq-protocol (2.3.2)
26
+ securerandom (>= 0.3)
27
+ tzinfo (~> 2.0, >= 2.0.5)
28
+ uri (>= 0.13.1)
29
+ amq-protocol (2.3.3)
30
30
  amqp (1.8.0)
31
31
  amq-protocol (>= 2.2.0)
32
32
  eventmachine
33
- ast (2.4.2)
33
+ ast (2.4.3)
34
34
  base64 (0.2.0)
35
- bigdecimal (3.1.8)
36
- bunny (2.22.0)
37
- amq-protocol (~> 2.3, >= 2.3.1)
35
+ benchmark (0.4.0)
36
+ bigdecimal (3.1.9)
37
+ bunny (2.24.0)
38
+ amq-protocol (~> 2.3)
38
39
  sorted_set (~> 1, >= 1.0.2)
39
- byebug (11.1.3)
40
+ byebug (12.0.0)
40
41
  clamp (1.3.2)
41
42
  coderay (1.1.3)
42
- concurrent-ruby (1.3.3)
43
- connection_pool (2.4.1)
44
- cookiejar (0.3.4)
43
+ concurrent-ruby (1.3.5)
44
+ connection_pool (2.5.1)
45
45
  daemons (1.4.1)
46
- diff-lcs (1.5.1)
47
- docile (1.4.0)
46
+ diff-lcs (1.6.1)
47
+ docile (1.4.1)
48
48
  drb (2.2.1)
49
- em-http-request (1.1.7)
50
- addressable (>= 2.3.4)
51
- cookiejar (!= 0.3.1)
52
- em-socksify (>= 0.3)
53
- eventmachine (>= 1.0.3)
54
- http_parser.rb (>= 0.6.0)
55
- em-socksify (0.3.2)
56
- eventmachine (>= 1.0.0.beta.4)
57
49
  em-spec (0.2.7)
58
50
  eventmachine
59
51
  em-synchrony (1.0.6)
@@ -64,8 +56,9 @@ GEM
64
56
  em-websocket-client (0.1.2)
65
57
  eventmachine
66
58
  websocket
59
+ event_emitter (0.2.6)
67
60
  eventmachine (1.2.7)
68
- faraday (1.10.3)
61
+ faraday (1.10.4)
69
62
  faraday-em_http (~> 1.0)
70
63
  faraday-em_synchrony (~> 1.0)
71
64
  faraday-excon (~> 1.1)
@@ -81,44 +74,32 @@ GEM
81
74
  faraday-em_synchrony (1.0.0)
82
75
  faraday-excon (1.1.0)
83
76
  faraday-httpclient (1.0.1)
84
- faraday-multipart (1.0.4)
85
- multipart-post (~> 2)
86
- faraday-net_http (1.0.1)
77
+ faraday-multipart (1.1.0)
78
+ multipart-post (~> 2.0)
79
+ faraday-net_http (1.0.2)
87
80
  faraday-net_http_persistent (1.2.0)
88
81
  faraday-patron (1.0.0)
89
82
  faraday-rack (1.0.0)
90
83
  faraday-retry (1.0.3)
91
- faraday_middleware (1.2.0)
92
- faraday (~> 1.0)
93
- faye (1.4.0)
94
- cookiejar (>= 0.3.0)
95
- em-http-request (>= 1.1.6)
96
- eventmachine (>= 0.12.0)
97
- faye-websocket (>= 0.11.0)
98
- multi_json (>= 1.0.0)
99
- rack (>= 1.0.0)
100
- websocket-driver (>= 0.5.1)
101
- faye-websocket (0.11.3)
102
- eventmachine (>= 0.12.0)
103
- websocket-driver (>= 0.5.1)
104
84
  http_parser.rb (0.8.0)
105
- i18n (1.14.5)
85
+ i18n (1.14.7)
106
86
  concurrent-ruby (~> 1.0)
107
- json (2.7.2)
108
- jwt (2.8.2)
87
+ json (2.10.2)
88
+ jwt (2.10.1)
109
89
  base64
110
- language_server-protocol (3.17.0.3)
90
+ language_server-protocol (3.17.0.4)
91
+ lint_roller (1.1.0)
92
+ logger (1.7.0)
111
93
  method_source (1.1.0)
112
- minitest (5.24.0)
113
- multi_json (1.15.0)
94
+ minitest (5.25.5)
114
95
  multipart-post (2.4.1)
115
- mutex_m (0.2.0)
96
+ mutex_m (0.3.0)
116
97
  mysql2 (0.5.6)
117
- parallel (1.25.1)
118
- parser (3.3.3.0)
98
+ parallel (1.27.0)
99
+ parser (3.3.8.0)
119
100
  ast (~> 2.4.1)
120
101
  racc
121
- peatio (3.1.1)
102
+ peatio-dao (3.1.3)
122
103
  activemodel (> 5.2)
123
104
  amqp
124
105
  bunny
@@ -127,75 +108,78 @@ GEM
127
108
  em-websocket
128
109
  eventmachine
129
110
  faraday (~> 1.10)
130
- faye (~> 1.2)
131
111
  jwt
132
112
  mysql2
133
113
  prometheus-client
134
114
  thin
135
- prometheus-client (4.2.2)
136
- pry (0.14.2)
115
+ websocket-client-simple (~> 0.9.0)
116
+ prism (1.4.0)
117
+ prometheus-client (4.2.4)
118
+ base64
119
+ pry (0.15.2)
137
120
  coderay (~> 1.1)
138
121
  method_source (~> 1.0)
139
- pry-byebug (3.10.1)
140
- byebug (~> 11.0)
141
- pry (>= 0.13, < 0.15)
142
- public_suffix (5.1.1)
143
- racc (1.8.0)
144
- rack (2.2.9)
122
+ pry-byebug (3.11.0)
123
+ byebug (~> 12.0)
124
+ pry (>= 0.13, < 0.16)
125
+ racc (1.8.1)
126
+ rack (2.2.13)
145
127
  rainbow (3.1.1)
146
128
  rake (13.2.1)
147
129
  rbtree (0.4.6)
148
- regexp_parser (2.9.2)
149
- rexml (3.3.0)
150
- strscan
130
+ regexp_parser (2.10.0)
151
131
  rspec (3.13.0)
152
132
  rspec-core (~> 3.13.0)
153
133
  rspec-expectations (~> 3.13.0)
154
134
  rspec-mocks (~> 3.13.0)
155
- rspec-core (3.13.0)
135
+ rspec-core (3.13.3)
156
136
  rspec-support (~> 3.13.0)
157
- rspec-expectations (3.13.1)
137
+ rspec-expectations (3.13.3)
158
138
  diff-lcs (>= 1.2.0, < 2.0)
159
139
  rspec-support (~> 3.13.0)
160
- rspec-mocks (3.13.1)
140
+ rspec-mocks (3.13.2)
161
141
  diff-lcs (>= 1.2.0, < 2.0)
162
142
  rspec-support (~> 3.13.0)
163
- rspec-support (3.13.1)
143
+ rspec-support (3.13.2)
164
144
  rspec_junit_formatter (0.6.0)
165
145
  rspec-core (>= 2, < 4, != 2.12.0)
166
- rubocop (1.64.1)
146
+ rubocop (1.75.2)
167
147
  json (~> 2.3)
168
- language_server-protocol (>= 3.17.0)
148
+ language_server-protocol (~> 3.17.0.2)
149
+ lint_roller (~> 1.1.0)
169
150
  parallel (~> 1.10)
170
151
  parser (>= 3.3.0.2)
171
152
  rainbow (>= 2.2.2, < 4.0)
172
- regexp_parser (>= 1.8, < 3.0)
173
- rexml (>= 3.2.5, < 4.0)
174
- rubocop-ast (>= 1.31.1, < 2.0)
153
+ regexp_parser (>= 2.9.3, < 3.0)
154
+ rubocop-ast (>= 1.44.0, < 2.0)
175
155
  ruby-progressbar (~> 1.7)
176
- unicode-display_width (>= 2.4.0, < 3.0)
177
- rubocop-ast (1.31.3)
178
- parser (>= 3.3.1.0)
179
- rubocop-github (0.20.0)
180
- rubocop (>= 1.37)
181
- rubocop-performance (>= 1.15)
182
- rubocop-rails (>= 2.17)
183
- rubocop-performance (1.21.1)
184
- rubocop (>= 1.48.1, < 2.0)
185
- rubocop-ast (>= 1.31.1, < 2.0)
186
- rubocop-rails (2.25.0)
156
+ unicode-display_width (>= 2.4.0, < 4.0)
157
+ rubocop-ast (1.44.1)
158
+ parser (>= 3.3.7.2)
159
+ prism (~> 1.4)
160
+ rubocop-github (0.23.0)
161
+ rubocop (>= 1.72)
162
+ rubocop-performance (>= 1.24)
163
+ rubocop-rails (>= 2.23)
164
+ rubocop-performance (1.25.0)
165
+ lint_roller (~> 1.1)
166
+ rubocop (>= 1.75.0, < 2.0)
167
+ rubocop-ast (>= 1.38.0, < 2.0)
168
+ rubocop-rails (2.31.0)
187
169
  activesupport (>= 4.2.0)
170
+ lint_roller (~> 1.1)
188
171
  rack (>= 1.1)
189
- rubocop (>= 1.33.0, < 2.0)
190
- rubocop-ast (>= 1.31.1, < 2.0)
172
+ rubocop (>= 1.75.0, < 2.0)
173
+ rubocop-ast (>= 1.38.0, < 2.0)
191
174
  ruby-progressbar (1.13.0)
192
175
  ruby2_keywords (0.0.5)
193
- set (1.0.4)
176
+ securerandom (0.4.1)
177
+ set (1.1.1)
194
178
  simplecov (0.22.0)
195
179
  docile (~> 1.1)
196
180
  simplecov-html (~> 0.11)
197
181
  simplecov_json_formatter (~> 0.1)
198
- simplecov-html (0.12.3)
182
+ simplecov-html (0.13.1)
199
183
  simplecov-json (0.2.3)
200
184
  json
201
185
  simplecov
@@ -203,27 +187,32 @@ GEM
203
187
  sorted_set (1.0.3)
204
188
  rbtree
205
189
  set (~> 1.0)
206
- strscan (3.1.0)
207
190
  thin (1.8.2)
208
191
  daemons (~> 1.0, >= 1.0.9)
209
192
  eventmachine (~> 1.0, >= 1.0.4)
210
193
  rack (>= 1, < 3)
211
194
  tzinfo (2.0.6)
212
195
  concurrent-ruby (~> 1.0)
213
- unicode-display_width (2.5.0)
214
- websocket (1.2.10)
215
- websocket-driver (0.7.6)
216
- websocket-extensions (>= 0.1.0)
217
- websocket-extensions (0.1.5)
196
+ unicode-display_width (3.1.4)
197
+ unicode-emoji (~> 4.0, >= 4.0.4)
198
+ unicode-emoji (4.0.4)
199
+ uri (1.0.3)
200
+ websocket (1.2.11)
201
+ websocket-client-simple (0.9.0)
202
+ base64
203
+ event_emitter
204
+ mutex_m
205
+ websocket
218
206
 
219
207
  PLATFORMS
208
+ ruby
220
209
  x86_64-linux
221
210
 
222
211
  DEPENDENCIES
223
212
  bundler (~> 2.4)
224
213
  em-spec
225
214
  em-websocket-client
226
- irix!
215
+ irix3!
227
216
  pry-byebug
228
217
  rake (~> 13.0)
229
218
  rspec (~> 3.0)
@@ -233,4 +222,4 @@ DEPENDENCIES
233
222
  simplecov-json
234
223
 
235
224
  BUNDLED WITH
236
- 2.4.0
225
+ 2.6.6
data/bin/console CHANGED
File without changes
data/lib/irix/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Irix
2
- VERSION = "3.2.1.1"
2
+ VERSION = "3.3.2"
3
3
  end
data/lib/irix.rb CHANGED
@@ -1,11 +1,10 @@
1
1
  require "peatio"
2
- #require "faraday_middleware"
2
+ # require "faraday_middleware"
3
3
  require "faraday"
4
4
  require "em-synchrony"
5
5
  require "em-websocket"
6
6
  require "eventmachine"
7
7
  #require "faraday_middleware"
8
- require "faye"
9
8
 
10
9
  module Irix
11
10
  require "irix/bitfinex"
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: irix3
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1.1
4
+ version: 3.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Naichuk M.
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-06-25 00:00:00.000000000 Z
10
+ date: 2025-04-20 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: em-synchrony
@@ -53,47 +52,33 @@ dependencies:
53
52
  - !ruby/object:Gem::Version
54
53
  version: '0'
55
54
  - !ruby/object:Gem::Dependency
56
- name: faye
55
+ name: websocket-client-simple
57
56
  requirement: !ruby/object:Gem::Requirement
58
57
  requirements:
59
58
  - - "~>"
60
59
  - !ruby/object:Gem::Version
61
- version: '1.2'
60
+ version: 0.9.0
62
61
  type: :runtime
63
62
  prerelease: false
64
63
  version_requirements: !ruby/object:Gem::Requirement
65
64
  requirements:
66
65
  - - "~>"
67
66
  - !ruby/object:Gem::Version
68
- version: '1.2'
67
+ version: 0.9.0
69
68
  - !ruby/object:Gem::Dependency
70
- name: peatio
69
+ name: peatio-dao
71
70
  requirement: !ruby/object:Gem::Requirement
72
71
  requirements:
73
- - - "~>"
74
- - !ruby/object:Gem::Version
75
- version: '3.1'
76
- type: :runtime
77
- prerelease: false
78
- version_requirements: !ruby/object:Gem::Requirement
79
- requirements:
80
- - - "~>"
81
- - !ruby/object:Gem::Version
82
- version: '3.1'
83
- - !ruby/object:Gem::Dependency
84
- name: faraday_middleware
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - "~>"
72
+ - - ">="
88
73
  - !ruby/object:Gem::Version
89
- version: '1.2'
74
+ version: 3.1.3
90
75
  type: :runtime
91
76
  prerelease: false
92
77
  version_requirements: !ruby/object:Gem::Requirement
93
78
  requirements:
94
- - - "~>"
79
+ - - ">="
95
80
  - !ruby/object:Gem::Version
96
- version: '1.2'
81
+ version: 3.1.3
97
82
  - !ruby/object:Gem::Dependency
98
83
  name: bundler
99
84
  requirement: !ruby/object:Gem::Requirement
@@ -258,7 +243,6 @@ files:
258
243
  homepage: https://www.openware.com
259
244
  licenses: []
260
245
  metadata: {}
261
- post_install_message:
262
246
  rdoc_options: []
263
247
  require_paths:
264
248
  - lib
@@ -273,8 +257,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
273
257
  - !ruby/object:Gem::Version
274
258
  version: '0'
275
259
  requirements: []
276
- rubygems_version: 3.5.3
277
- signing_key:
260
+ rubygems_version: 3.6.6
278
261
  specification_version: 4
279
262
  summary: Irix is implementing several crypto-exchange for Arke and Peatio.
280
263
  test_files: []