istox 0.2.10.pre.1 → 0.2.10

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +66 -70
  3. data/lib/istox/version.rb +1 -1
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5bb9f52ae8d2903dd9945db8f4f9cc35bba65476b38fab52facd2ee7af1a9be3
4
- data.tar.gz: 3ea4da15fce4939aa97e1449029ae023b2f6292f320c1ff00c8d86b060a17647
3
+ metadata.gz: f2099515f9703dcadd1f99da2d05be06e062c624638ae9c3646880497c7d192d
4
+ data.tar.gz: 1ceba372de27ec21beb41acde07f601f138cf116d1aad19f50034af3f7cb2d18
5
5
  SHA512:
6
- metadata.gz: 83a8ec6ed983aff937d8a6732c451ac2f49e37ab5c325ecc2fe0ec0053ec3cc0de4f42e260d058117a5a16f583e5c708f49382a3065e956382ecb8bfcb15b0b7
7
- data.tar.gz: dc287d41fea3dfbf61c1e6398c190bb67efefa45e879e8fa8271c7e50584c2e7ec91d6bfa95b897d0907a5e77a4c3356b524072ec56e85705ed1f9bb322ef32b
6
+ metadata.gz: 9263b776b77849f00a25f08b99a2e753a5eabc03e929afeb3628b6c58d13dcf799e1c587418781b77c2c01e2bd0afd7bba9de88291569198a4d66f8354a8c8dc
7
+ data.tar.gz: 9d6034c961985ae0ea89c806ac44dd505074fabfe899f73765328b9ef00bc4b85a06a907d8203ea3ad9f35cac77841caf372fe518911184b1f808f68f0f6a682
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- istox (0.2.10)
4
+ istox (0.2.9)
5
5
  amazing_print
6
6
  awesome_print
7
7
  aws-sdk-sns (~> 1)
@@ -22,43 +22,43 @@ PATH
22
22
  GEM
23
23
  remote: https://rubygems.org/
24
24
  specs:
25
- actioncable (5.2.6)
26
- actionpack (= 5.2.6)
25
+ actioncable (5.2.2)
26
+ actionpack (= 5.2.2)
27
27
  nio4r (~> 2.0)
28
28
  websocket-driver (>= 0.6.1)
29
- actionmailer (5.2.6)
30
- actionpack (= 5.2.6)
31
- actionview (= 5.2.6)
32
- activejob (= 5.2.6)
29
+ actionmailer (5.2.2)
30
+ actionpack (= 5.2.2)
31
+ actionview (= 5.2.2)
32
+ activejob (= 5.2.2)
33
33
  mail (~> 2.5, >= 2.5.4)
34
34
  rails-dom-testing (~> 2.0)
35
- actionpack (5.2.6)
36
- actionview (= 5.2.6)
37
- activesupport (= 5.2.6)
38
- rack (~> 2.0, >= 2.0.8)
35
+ actionpack (5.2.2)
36
+ actionview (= 5.2.2)
37
+ activesupport (= 5.2.2)
38
+ rack (~> 2.0)
39
39
  rack-test (>= 0.6.3)
40
40
  rails-dom-testing (~> 2.0)
41
41
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
42
- actionview (5.2.6)
43
- activesupport (= 5.2.6)
42
+ actionview (5.2.2)
43
+ activesupport (= 5.2.2)
44
44
  builder (~> 3.1)
45
45
  erubi (~> 1.4)
46
46
  rails-dom-testing (~> 2.0)
47
47
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
48
- activejob (5.2.6)
49
- activesupport (= 5.2.6)
48
+ activejob (5.2.2)
49
+ activesupport (= 5.2.2)
50
50
  globalid (>= 0.3.6)
51
- activemodel (5.2.6)
52
- activesupport (= 5.2.6)
53
- activerecord (5.2.6)
54
- activemodel (= 5.2.6)
55
- activesupport (= 5.2.6)
51
+ activemodel (5.2.2)
52
+ activesupport (= 5.2.2)
53
+ activerecord (5.2.2)
54
+ activemodel (= 5.2.2)
55
+ activesupport (= 5.2.2)
56
56
  arel (>= 9.0)
57
- activestorage (5.2.6)
58
- actionpack (= 5.2.6)
59
- activerecord (= 5.2.6)
60
- marcel (~> 1.0.0)
61
- activesupport (5.2.6)
57
+ activestorage (5.2.2)
58
+ actionpack (= 5.2.2)
59
+ activerecord (= 5.2.2)
60
+ marcel (~> 0.3.1)
61
+ activesupport (5.2.2)
62
62
  concurrent-ruby (~> 1.0, >= 1.0.2)
63
63
  i18n (>= 0.7, < 2)
64
64
  minitest (~> 5.1)
@@ -96,12 +96,12 @@ GEM
96
96
  sorted_set (~> 1, >= 1.0.2)
97
97
  byebug (11.1.3)
98
98
  coderay (1.1.2)
99
- concurrent-ruby (1.1.9)
99
+ concurrent-ruby (1.1.6)
100
100
  crass (1.0.6)
101
101
  database_cleaner (1.6.2)
102
102
  debug_inspector (1.1.0)
103
103
  diff-lcs (1.3)
104
- erubi (1.10.0)
104
+ erubi (1.9.0)
105
105
  exponential-backoff (0.0.4)
106
106
  factory_bot (4.8.2)
107
107
  activesupport (>= 3.0.0)
@@ -112,39 +112,35 @@ GEM
112
112
  i18n (~> 0.5)
113
113
  fakeredis (0.7.0)
114
114
  redis (>= 3.2, < 5.0)
115
- faraday (1.4.2)
116
- faraday-em_http (~> 1.0)
117
- faraday-em_synchrony (~> 1.0)
115
+ faraday (1.4.1)
118
116
  faraday-excon (~> 1.1)
119
117
  faraday-net_http (~> 1.0)
120
118
  faraday-net_http_persistent (~> 1.1)
121
119
  multipart-post (>= 1.2, < 3)
122
120
  ruby2_keywords (>= 0.0.4)
123
- faraday-em_http (1.0.0)
124
- faraday-em_synchrony (1.0.0)
125
121
  faraday-excon (1.1.0)
126
122
  faraday-net_http (1.0.1)
127
123
  faraday-net_http_persistent (1.1.0)
128
124
  faraday_middleware (1.0.0)
129
125
  faraday (~> 1.0)
130
- ffi (1.15.3)
126
+ ffi (1.15.1)
131
127
  globalid (0.4.2)
132
128
  activesupport (>= 4.2.0)
133
- google-protobuf (3.17.3)
129
+ google-protobuf (3.15.8-universal-darwin)
134
130
  googleapis-common-protos-types (1.0.6)
135
131
  google-protobuf (~> 3.14)
136
132
  graphlient (0.5.0)
137
133
  faraday (>= 1.0)
138
134
  faraday_middleware
139
135
  graphql-client
140
- graphql (1.12.12)
136
+ graphql (1.12.8)
141
137
  graphql-client (0.16.0)
142
138
  activesupport (>= 3.0)
143
139
  graphql (~> 1.8)
144
- grpc (1.38.0)
140
+ grpc (1.37.0-universal-darwin)
145
141
  google-protobuf (~> 3.15)
146
142
  googleapis-common-protos-types (~> 1.0)
147
- grpc-tools (1.38.0)
143
+ grpc-tools (1.37.0)
148
144
  hashie (3.5.7)
149
145
  i18n (0.9.5)
150
146
  concurrent-ruby (~> 1.0)
@@ -158,23 +154,24 @@ GEM
158
154
  listen (3.0.8)
159
155
  rb-fsevent (~> 0.9, >= 0.9.4)
160
156
  rb-inotify (~> 0.9, >= 0.9.7)
161
- loofah (2.10.0)
157
+ loofah (2.4.0)
162
158
  crass (~> 1.0.2)
163
159
  nokogiri (>= 1.5.9)
164
160
  mail (2.7.1)
165
161
  mini_mime (>= 0.1.1)
166
- marcel (1.0.1)
162
+ marcel (0.3.3)
163
+ mimemagic (~> 0.3.2)
167
164
  method_source (0.9.2)
168
- mini_mime (1.1.0)
169
- mini_portile2 (2.5.3)
170
- minitest (5.14.4)
165
+ mimemagic (0.3.3)
166
+ mini_mime (1.0.1)
167
+ mini_portile2 (2.4.0)
168
+ minitest (5.14.0)
171
169
  multi_json (1.14.1)
172
170
  multipart-post (2.1.1)
173
- nio4r (2.5.7)
174
- nokogiri (1.11.7)
175
- mini_portile2 (~> 2.5.0)
176
- racc (~> 1.4)
177
- oj (3.11.6)
171
+ nio4r (2.3.1)
172
+ nokogiri (1.10.9)
173
+ mini_portile2 (~> 2.4.0)
174
+ oj (3.11.5)
178
175
  ougai (2.0.0)
179
176
  oj (~> 3.10)
180
177
  paranoia (2.4.3)
@@ -187,31 +184,30 @@ GEM
187
184
  pry (~> 0.10)
188
185
  pry-rails (0.3.9)
189
186
  pry (>= 0.10.4)
190
- racc (1.5.2)
191
- rack (2.2.3)
187
+ rack (2.2.2)
192
188
  rack-test (1.1.0)
193
189
  rack (>= 1.0, < 3)
194
- rails (5.2.6)
195
- actioncable (= 5.2.6)
196
- actionmailer (= 5.2.6)
197
- actionpack (= 5.2.6)
198
- actionview (= 5.2.6)
199
- activejob (= 5.2.6)
200
- activemodel (= 5.2.6)
201
- activerecord (= 5.2.6)
202
- activestorage (= 5.2.6)
203
- activesupport (= 5.2.6)
190
+ rails (5.2.2)
191
+ actioncable (= 5.2.2)
192
+ actionmailer (= 5.2.2)
193
+ actionpack (= 5.2.2)
194
+ actionview (= 5.2.2)
195
+ activejob (= 5.2.2)
196
+ activemodel (= 5.2.2)
197
+ activerecord (= 5.2.2)
198
+ activestorage (= 5.2.2)
199
+ activesupport (= 5.2.2)
204
200
  bundler (>= 1.3.0)
205
- railties (= 5.2.6)
201
+ railties (= 5.2.2)
206
202
  sprockets-rails (>= 2.0.0)
207
203
  rails-dom-testing (2.0.3)
208
204
  activesupport (>= 4.2.0)
209
205
  nokogiri (>= 1.6)
210
206
  rails-html-sanitizer (1.3.0)
211
207
  loofah (~> 2.3)
212
- railties (5.2.6)
213
- actionpack (= 5.2.6)
214
- activesupport (= 5.2.6)
208
+ railties (5.2.2)
209
+ actionpack (= 5.2.2)
210
+ activesupport (= 5.2.2)
215
211
  method_source
216
212
  rake (>= 0.8.7)
217
213
  thor (>= 0.19.0, < 2.0)
@@ -225,7 +221,7 @@ GEM
225
221
  actionpack (>= 5, < 7)
226
222
  redis-rack (>= 2.1.0, < 3)
227
223
  redis-store (>= 1.1.0, < 2)
228
- redis-activesupport (5.2.1)
224
+ redis-activesupport (5.2.0)
229
225
  activesupport (>= 3, < 7)
230
226
  redis-store (>= 1.3, < 2)
231
227
  redis-namespace (1.8.1)
@@ -266,25 +262,25 @@ GEM
266
262
  sorted_set (1.0.3)
267
263
  rbtree
268
264
  set (~> 1.0)
269
- sprockets (4.0.2)
265
+ sprockets (3.7.2)
270
266
  concurrent-ruby (~> 1.0)
271
267
  rack (> 1, < 3)
272
- sprockets-rails (3.2.2)
268
+ sprockets-rails (3.2.1)
273
269
  actionpack (>= 4.0)
274
270
  activesupport (>= 4.0)
275
271
  sprockets (>= 3.0.0)
276
272
  sqlite3 (1.3.13)
277
- thor (1.1.0)
273
+ thor (0.20.3)
278
274
  thread_safe (0.3.6)
279
275
  timecop (0.9.1)
280
- tzinfo (1.2.9)
276
+ tzinfo (1.2.6)
281
277
  thread_safe (~> 0.1)
282
278
  uniform_notifier (1.11.0)
283
279
  vault (0.16.0)
284
280
  aws-sigv4
285
- websocket-driver (0.7.5)
281
+ websocket-driver (0.7.0)
286
282
  websocket-extensions (>= 0.1.0)
287
- websocket-extensions (0.1.5)
283
+ websocket-extensions (0.1.3)
288
284
 
289
285
  PLATFORMS
290
286
  ruby
data/lib/istox/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = '0.2.10-1'.freeze
2
+ VERSION = '0.2.10'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: istox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10.pre.1
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-06-18 00:00:00.000000000 Z
11
+ date: 2021-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: amazing_print
@@ -528,9 +528,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
528
528
  version: '0'
529
529
  required_rubygems_version: !ruby/object:Gem::Requirement
530
530
  requirements:
531
- - - ">"
531
+ - - ">="
532
532
  - !ruby/object:Gem::Version
533
- version: 1.3.1
533
+ version: '0'
534
534
  requirements: []
535
535
  rubygems_version: 3.0.6
536
536
  signing_key: