istox 0.2.10 → 0.2.11.pre.1

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: f2099515f9703dcadd1f99da2d05be06e062c624638ae9c3646880497c7d192d
4
- data.tar.gz: 1ceba372de27ec21beb41acde07f601f138cf116d1aad19f50034af3f7cb2d18
3
+ metadata.gz: 3d865062fc28824902e7fc515b231a239c80cbf3158c4608d63e959657708837
4
+ data.tar.gz: 36b3c7d537641c2a100d3e8a68422597f3d7b0efefffb310f976157337aca082
5
5
  SHA512:
6
- metadata.gz: 9263b776b77849f00a25f08b99a2e753a5eabc03e929afeb3628b6c58d13dcf799e1c587418781b77c2c01e2bd0afd7bba9de88291569198a4d66f8354a8c8dc
7
- data.tar.gz: 9d6034c961985ae0ea89c806ac44dd505074fabfe899f73765328b9ef00bc4b85a06a907d8203ea3ad9f35cac77841caf372fe518911184b1f808f68f0f6a682
6
+ metadata.gz: e7b60fea203a0c66e6f79e32c1b821c59c32c3ee54355b68e977dd693cebd57f9824d558b281a4d61ca06005ed17b97edb01cb1d913d64a0be0a6836d09ea7ef
7
+ data.tar.gz: 3c001c7763d3e931dc05bcbbf928271057bb3098fdeeb399ca7eaac8ebcccb928e7dd81b41a45da70a0517a8d13bf5eb8905c8b65b9c9ac9e6c143aedf9ded40
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- istox (0.2.9)
4
+ istox (0.2.10)
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.2)
26
- actionpack (= 5.2.2)
25
+ actioncable (5.2.6)
26
+ actionpack (= 5.2.6)
27
27
  nio4r (~> 2.0)
28
28
  websocket-driver (>= 0.6.1)
29
- actionmailer (5.2.2)
30
- actionpack (= 5.2.2)
31
- actionview (= 5.2.2)
32
- activejob (= 5.2.2)
29
+ actionmailer (5.2.6)
30
+ actionpack (= 5.2.6)
31
+ actionview (= 5.2.6)
32
+ activejob (= 5.2.6)
33
33
  mail (~> 2.5, >= 2.5.4)
34
34
  rails-dom-testing (~> 2.0)
35
- actionpack (5.2.2)
36
- actionview (= 5.2.2)
37
- activesupport (= 5.2.2)
38
- rack (~> 2.0)
35
+ actionpack (5.2.6)
36
+ actionview (= 5.2.6)
37
+ activesupport (= 5.2.6)
38
+ rack (~> 2.0, >= 2.0.8)
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.2)
43
- activesupport (= 5.2.2)
42
+ actionview (5.2.6)
43
+ activesupport (= 5.2.6)
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.2)
49
- activesupport (= 5.2.2)
48
+ activejob (5.2.6)
49
+ activesupport (= 5.2.6)
50
50
  globalid (>= 0.3.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)
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)
56
56
  arel (>= 9.0)
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)
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)
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.6)
99
+ concurrent-ruby (1.1.9)
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.9.0)
104
+ erubi (1.10.0)
105
105
  exponential-backoff (0.0.4)
106
106
  factory_bot (4.8.2)
107
107
  activesupport (>= 3.0.0)
@@ -112,35 +112,39 @@ GEM
112
112
  i18n (~> 0.5)
113
113
  fakeredis (0.7.0)
114
114
  redis (>= 3.2, < 5.0)
115
- faraday (1.4.1)
115
+ faraday (1.4.2)
116
+ faraday-em_http (~> 1.0)
117
+ faraday-em_synchrony (~> 1.0)
116
118
  faraday-excon (~> 1.1)
117
119
  faraday-net_http (~> 1.0)
118
120
  faraday-net_http_persistent (~> 1.1)
119
121
  multipart-post (>= 1.2, < 3)
120
122
  ruby2_keywords (>= 0.0.4)
123
+ faraday-em_http (1.0.0)
124
+ faraday-em_synchrony (1.0.0)
121
125
  faraday-excon (1.1.0)
122
126
  faraday-net_http (1.0.1)
123
127
  faraday-net_http_persistent (1.1.0)
124
128
  faraday_middleware (1.0.0)
125
129
  faraday (~> 1.0)
126
- ffi (1.15.1)
130
+ ffi (1.15.3)
127
131
  globalid (0.4.2)
128
132
  activesupport (>= 4.2.0)
129
- google-protobuf (3.15.8-universal-darwin)
133
+ google-protobuf (3.17.3)
130
134
  googleapis-common-protos-types (1.0.6)
131
135
  google-protobuf (~> 3.14)
132
136
  graphlient (0.5.0)
133
137
  faraday (>= 1.0)
134
138
  faraday_middleware
135
139
  graphql-client
136
- graphql (1.12.8)
140
+ graphql (1.12.12)
137
141
  graphql-client (0.16.0)
138
142
  activesupport (>= 3.0)
139
143
  graphql (~> 1.8)
140
- grpc (1.37.0-universal-darwin)
144
+ grpc (1.38.0)
141
145
  google-protobuf (~> 3.15)
142
146
  googleapis-common-protos-types (~> 1.0)
143
- grpc-tools (1.37.0)
147
+ grpc-tools (1.38.0)
144
148
  hashie (3.5.7)
145
149
  i18n (0.9.5)
146
150
  concurrent-ruby (~> 1.0)
@@ -154,24 +158,23 @@ GEM
154
158
  listen (3.0.8)
155
159
  rb-fsevent (~> 0.9, >= 0.9.4)
156
160
  rb-inotify (~> 0.9, >= 0.9.7)
157
- loofah (2.4.0)
161
+ loofah (2.10.0)
158
162
  crass (~> 1.0.2)
159
163
  nokogiri (>= 1.5.9)
160
164
  mail (2.7.1)
161
165
  mini_mime (>= 0.1.1)
162
- marcel (0.3.3)
163
- mimemagic (~> 0.3.2)
166
+ marcel (1.0.1)
164
167
  method_source (0.9.2)
165
- mimemagic (0.3.3)
166
- mini_mime (1.0.1)
167
- mini_portile2 (2.4.0)
168
- minitest (5.14.0)
168
+ mini_mime (1.1.0)
169
+ mini_portile2 (2.5.3)
170
+ minitest (5.14.4)
169
171
  multi_json (1.14.1)
170
172
  multipart-post (2.1.1)
171
- nio4r (2.3.1)
172
- nokogiri (1.10.9)
173
- mini_portile2 (~> 2.4.0)
174
- oj (3.11.5)
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)
175
178
  ougai (2.0.0)
176
179
  oj (~> 3.10)
177
180
  paranoia (2.4.3)
@@ -184,30 +187,31 @@ GEM
184
187
  pry (~> 0.10)
185
188
  pry-rails (0.3.9)
186
189
  pry (>= 0.10.4)
187
- rack (2.2.2)
190
+ racc (1.5.2)
191
+ rack (2.2.3)
188
192
  rack-test (1.1.0)
189
193
  rack (>= 1.0, < 3)
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)
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)
200
204
  bundler (>= 1.3.0)
201
- railties (= 5.2.2)
205
+ railties (= 5.2.6)
202
206
  sprockets-rails (>= 2.0.0)
203
207
  rails-dom-testing (2.0.3)
204
208
  activesupport (>= 4.2.0)
205
209
  nokogiri (>= 1.6)
206
210
  rails-html-sanitizer (1.3.0)
207
211
  loofah (~> 2.3)
208
- railties (5.2.2)
209
- actionpack (= 5.2.2)
210
- activesupport (= 5.2.2)
212
+ railties (5.2.6)
213
+ actionpack (= 5.2.6)
214
+ activesupport (= 5.2.6)
211
215
  method_source
212
216
  rake (>= 0.8.7)
213
217
  thor (>= 0.19.0, < 2.0)
@@ -221,7 +225,7 @@ GEM
221
225
  actionpack (>= 5, < 7)
222
226
  redis-rack (>= 2.1.0, < 3)
223
227
  redis-store (>= 1.1.0, < 2)
224
- redis-activesupport (5.2.0)
228
+ redis-activesupport (5.2.1)
225
229
  activesupport (>= 3, < 7)
226
230
  redis-store (>= 1.3, < 2)
227
231
  redis-namespace (1.8.1)
@@ -262,25 +266,25 @@ GEM
262
266
  sorted_set (1.0.3)
263
267
  rbtree
264
268
  set (~> 1.0)
265
- sprockets (3.7.2)
269
+ sprockets (4.0.2)
266
270
  concurrent-ruby (~> 1.0)
267
271
  rack (> 1, < 3)
268
- sprockets-rails (3.2.1)
272
+ sprockets-rails (3.2.2)
269
273
  actionpack (>= 4.0)
270
274
  activesupport (>= 4.0)
271
275
  sprockets (>= 3.0.0)
272
276
  sqlite3 (1.3.13)
273
- thor (0.20.3)
277
+ thor (1.1.0)
274
278
  thread_safe (0.3.6)
275
279
  timecop (0.9.1)
276
- tzinfo (1.2.6)
280
+ tzinfo (1.2.9)
277
281
  thread_safe (~> 0.1)
278
282
  uniform_notifier (1.11.0)
279
283
  vault (0.16.0)
280
284
  aws-sigv4
281
- websocket-driver (0.7.0)
285
+ websocket-driver (0.7.5)
282
286
  websocket-extensions (>= 0.1.0)
283
- websocket-extensions (0.1.3)
287
+ websocket-extensions (0.1.5)
284
288
 
285
289
  PLATFORMS
286
290
  ruby
@@ -27,7 +27,7 @@ module Istox
27
27
  private
28
28
 
29
29
  def init_host(host_type, url)
30
- client = Graphlient::Client.new(url, http: Graphlient::Adapters::HTTP::HTTPAdapter)
30
+ client = Graphlient::Client.new(url, http: Graphlient::Adapters::HTTP::FaradayAdapter)
31
31
 
32
32
  @@hosts[host_type] = client
33
33
  end
data/lib/istox/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = '0.2.10'.freeze
2
+ VERSION = '0.2.11.pre.1 '.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
4
+ version: 0.2.11.pre.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-06-17 00:00:00.000000000 Z
11
+ date: 2021-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: amazing_print
@@ -517,7 +517,7 @@ files:
517
517
  homepage: http://www.abc.com
518
518
  licenses: []
519
519
  metadata: {}
520
- post_install_message:
520
+ post_install_message:
521
521
  rdoc_options: []
522
522
  require_paths:
523
523
  - lib
@@ -528,12 +528,12 @@ 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: '0'
533
+ version: 1.3.1
534
534
  requirements: []
535
- rubygems_version: 3.0.6
536
- signing_key:
535
+ rubygems_version: 3.0.1
536
+ signing_key:
537
537
  specification_version: 4
538
538
  summary: istox backend shared gem
539
539
  test_files: []