neetob 0.4.13 → 0.4.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -0
- data/Gemfile.lock +149 -3
- data/data/github-labels.json +5 -0
- data/exe/neetob +0 -1
- data/lib/neetob/cli/base.rb +1 -1
- data/lib/neetob/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d98516296800b8f2624e6697f32b3545cddff7984f3cdb196db1cc82a8c643e9
|
4
|
+
data.tar.gz: bccefb8277058a65973c3d0f34957207735501b35ad41cc4ea2f05bac072898c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc6606fd681823169a71724dc37267f6226d07f139c5e5a71f4ad9cffeb526b8b9236bc763f12a451f54ee6296d4daf972d24b23e804f476979e488c0a035e27
|
7
|
+
data.tar.gz: d28fe730e79c1fafe2e0e45d6ca86fbeb46f78ed6b88a2b620f51f9a1c81bfe68ad078c2028080e6334197359171f402524a44d39a400865ceeabad00318a902
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
neetob (0.4.
|
4
|
+
neetob (0.4.15)
|
5
5
|
brakeman (~> 5.0)
|
6
6
|
chronic
|
7
7
|
dotenv (~> 2.8.1)
|
@@ -14,7 +14,28 @@ PATH
|
|
14
14
|
GEM
|
15
15
|
remote: https://O6Ts9-SVDaUZpHMRs2CpJp22RwbETDE@gems.neeto.com/
|
16
16
|
specs:
|
17
|
-
neeto-
|
17
|
+
neeto-commons-backend (1.0.272)
|
18
|
+
actionview
|
19
|
+
bullet
|
20
|
+
database_cleaner
|
21
|
+
honeybadger
|
22
|
+
kaminari
|
23
|
+
omniauth-google-oauth2
|
24
|
+
premailer-rails
|
25
|
+
public_suffix
|
26
|
+
pundit
|
27
|
+
rack-attack
|
28
|
+
rack-cors
|
29
|
+
rack-mini-profiler
|
30
|
+
rack-timeout
|
31
|
+
rails_email_preview
|
32
|
+
rake
|
33
|
+
redis
|
34
|
+
sidekiq
|
35
|
+
sidekiq-cron
|
36
|
+
sidekiq-failures
|
37
|
+
webmock
|
38
|
+
neeto-compliance (1.1.8)
|
18
39
|
colorize
|
19
40
|
deep_merge
|
20
41
|
hashdiff
|
@@ -94,19 +115,33 @@ GEM
|
|
94
115
|
ast (2.4.2)
|
95
116
|
brakeman (5.4.1)
|
96
117
|
builder (3.2.4)
|
118
|
+
bullet (7.1.1)
|
119
|
+
activesupport (>= 3.0.0)
|
120
|
+
uniform_notifier (~> 1.11)
|
97
121
|
byebug (11.1.3)
|
98
122
|
childprocess (4.1.0)
|
99
123
|
chronic (0.10.2)
|
100
124
|
coderay (1.1.3)
|
101
|
-
colorize (
|
125
|
+
colorize (1.1.0)
|
102
126
|
concurrent-ruby (1.1.10)
|
127
|
+
connection_pool (2.4.1)
|
103
128
|
crack (0.4.5)
|
104
129
|
rexml
|
105
130
|
crass (1.0.6)
|
131
|
+
css_parser (1.16.0)
|
132
|
+
addressable
|
133
|
+
database_cleaner (2.0.2)
|
134
|
+
database_cleaner-active_record (>= 2, < 3)
|
135
|
+
database_cleaner-active_record (2.1.0)
|
136
|
+
activerecord (>= 5.a)
|
137
|
+
database_cleaner-core (~> 2.0.0)
|
138
|
+
database_cleaner-core (2.0.1)
|
106
139
|
deep_merge (1.2.2)
|
107
140
|
docile (1.4.0)
|
108
141
|
dotenv (2.8.1)
|
109
142
|
erubi (1.11.0)
|
143
|
+
et-orbi (1.2.7)
|
144
|
+
tzinfo
|
110
145
|
event_emitter (0.2.6)
|
111
146
|
faraday (2.7.1)
|
112
147
|
faraday-net_http (>= 2.0, < 3.1)
|
@@ -114,10 +149,17 @@ GEM
|
|
114
149
|
faraday-net_http (3.0.2)
|
115
150
|
faraday-retry (2.0.0)
|
116
151
|
faraday (~> 2.0)
|
152
|
+
ffi (1.16.3)
|
153
|
+
fugit (1.8.1)
|
154
|
+
et-orbi (~> 1, >= 1.2.7)
|
155
|
+
raabro (~> 1.4)
|
117
156
|
fury (0.0.1)
|
118
157
|
globalid (1.0.1)
|
119
158
|
activesupport (>= 5.0)
|
120
159
|
hashdiff (1.0.1)
|
160
|
+
hashie (5.0.0)
|
161
|
+
honeybadger (5.2.1)
|
162
|
+
htmlentities (4.3.4)
|
121
163
|
httparty (0.21.0)
|
122
164
|
mini_mime (>= 1.0.0)
|
123
165
|
multi_xml (>= 0.5.2)
|
@@ -125,6 +167,19 @@ GEM
|
|
125
167
|
concurrent-ruby (~> 1.0)
|
126
168
|
iniparse (1.5.0)
|
127
169
|
json (2.6.3)
|
170
|
+
jwt (2.7.1)
|
171
|
+
kaminari (1.2.2)
|
172
|
+
activesupport (>= 4.1.0)
|
173
|
+
kaminari-actionview (= 1.2.2)
|
174
|
+
kaminari-activerecord (= 1.2.2)
|
175
|
+
kaminari-core (= 1.2.2)
|
176
|
+
kaminari-actionview (1.2.2)
|
177
|
+
actionview
|
178
|
+
kaminari-core (= 1.2.2)
|
179
|
+
kaminari-activerecord (1.2.2)
|
180
|
+
activerecord
|
181
|
+
kaminari-core (= 1.2.2)
|
182
|
+
kaminari-core (1.2.2)
|
128
183
|
launchy (2.5.2)
|
129
184
|
addressable (~> 2.8)
|
130
185
|
loofah (2.19.1)
|
@@ -138,6 +193,7 @@ GEM
|
|
138
193
|
marcel (1.0.2)
|
139
194
|
method_source (1.0.0)
|
140
195
|
mini_mime (1.1.2)
|
196
|
+
mini_portile2 (2.8.4)
|
141
197
|
minitest (5.16.3)
|
142
198
|
minitest-reporters (1.5.0)
|
143
199
|
ansi
|
@@ -163,13 +219,35 @@ GEM
|
|
163
219
|
net-smtp (0.3.3)
|
164
220
|
net-protocol
|
165
221
|
nio4r (2.5.8)
|
222
|
+
nokogiri (1.14.3)
|
223
|
+
mini_portile2 (~> 2.8.0)
|
224
|
+
racc (~> 1.4)
|
166
225
|
nokogiri (1.14.3-x86_64-darwin)
|
167
226
|
racc (~> 1.4)
|
168
227
|
nokogiri (1.14.3-x86_64-linux)
|
169
228
|
racc (~> 1.4)
|
229
|
+
oauth2 (2.0.9)
|
230
|
+
faraday (>= 0.17.3, < 3.0)
|
231
|
+
jwt (>= 1.0, < 3.0)
|
232
|
+
multi_xml (~> 0.5)
|
233
|
+
rack (>= 1.2, < 4)
|
234
|
+
snaky_hash (~> 2.0)
|
235
|
+
version_gem (~> 1.1)
|
170
236
|
octokit (4.25.1)
|
171
237
|
faraday (>= 1, < 3)
|
172
238
|
sawyer (~> 0.9)
|
239
|
+
omniauth (2.1.1)
|
240
|
+
hashie (>= 3.4.6)
|
241
|
+
rack (>= 2.2.3)
|
242
|
+
rack-protection
|
243
|
+
omniauth-google-oauth2 (1.1.1)
|
244
|
+
jwt (>= 2.0)
|
245
|
+
oauth2 (~> 2.0.6)
|
246
|
+
omniauth (~> 2.0)
|
247
|
+
omniauth-oauth2 (~> 1.8.0)
|
248
|
+
omniauth-oauth2 (1.8.0)
|
249
|
+
oauth2 (>= 1.4, < 3)
|
250
|
+
omniauth (~> 2.0)
|
173
251
|
overcommit (0.59.1)
|
174
252
|
childprocess (>= 0.6.3, < 5)
|
175
253
|
iniparse (~> 1.4)
|
@@ -177,14 +255,34 @@ GEM
|
|
177
255
|
parallel (1.22.1)
|
178
256
|
parser (3.1.3.0)
|
179
257
|
ast (~> 2.4.1)
|
258
|
+
premailer (1.21.0)
|
259
|
+
addressable
|
260
|
+
css_parser (>= 1.12.0)
|
261
|
+
htmlentities (>= 4.0.0)
|
262
|
+
premailer-rails (1.12.0)
|
263
|
+
actionmailer (>= 3)
|
264
|
+
net-smtp
|
265
|
+
premailer (~> 1.7, >= 1.7.9)
|
180
266
|
pry (0.14.1)
|
181
267
|
coderay (~> 1.1)
|
182
268
|
method_source (~> 1.0)
|
183
269
|
public_suffix (5.0.0)
|
270
|
+
pundit (2.3.1)
|
271
|
+
activesupport (>= 3.0.0)
|
272
|
+
raabro (1.4.0)
|
184
273
|
racc (1.6.2)
|
185
274
|
rack (2.2.6.4)
|
275
|
+
rack-attack (6.7.0)
|
276
|
+
rack (>= 1.0, < 4)
|
277
|
+
rack-cors (2.0.1)
|
278
|
+
rack (>= 2.0.0)
|
279
|
+
rack-mini-profiler (3.1.1)
|
280
|
+
rack (>= 1.2.0)
|
281
|
+
rack-protection (3.1.0)
|
282
|
+
rack (~> 2.2, >= 2.2.4)
|
186
283
|
rack-test (2.0.2)
|
187
284
|
rack (>= 1.3)
|
285
|
+
rack-timeout (0.6.3)
|
188
286
|
rails (7.0.4)
|
189
287
|
actioncable (= 7.0.4)
|
190
288
|
actionmailbox (= 7.0.4)
|
@@ -204,6 +302,11 @@ GEM
|
|
204
302
|
nokogiri (>= 1.6)
|
205
303
|
rails-html-sanitizer (1.4.4)
|
206
304
|
loofah (~> 2.19, >= 2.19.1)
|
305
|
+
rails_email_preview (2.2.3)
|
306
|
+
rails (>= 4.2)
|
307
|
+
request_store
|
308
|
+
sassc-rails (>= 2.0.0)
|
309
|
+
turbolinks
|
207
310
|
railties (7.0.4)
|
208
311
|
actionpack (= 7.0.4)
|
209
312
|
activesupport (= 7.0.4)
|
@@ -213,7 +316,13 @@ GEM
|
|
213
316
|
zeitwerk (~> 2.5)
|
214
317
|
rainbow (3.1.1)
|
215
318
|
rake (13.0.6)
|
319
|
+
redis (5.0.7)
|
320
|
+
redis-client (>= 0.9.0)
|
321
|
+
redis-client (0.17.0)
|
322
|
+
connection_pool
|
216
323
|
regexp_parser (2.6.1)
|
324
|
+
request_store (1.5.1)
|
325
|
+
rack (>= 1.4)
|
217
326
|
rexml (3.2.5)
|
218
327
|
rubocop (1.39.0)
|
219
328
|
json (~> 2.3)
|
@@ -229,22 +338,57 @@ GEM
|
|
229
338
|
parser (>= 3.1.1.0)
|
230
339
|
ruby-progressbar (1.11.0)
|
231
340
|
ruby2_keywords (0.0.5)
|
341
|
+
sassc (2.4.0)
|
342
|
+
ffi (~> 1.9)
|
343
|
+
sassc-rails (2.1.2)
|
344
|
+
railties (>= 4.0.0)
|
345
|
+
sassc (>= 2.0)
|
346
|
+
sprockets (> 3.0)
|
347
|
+
sprockets-rails
|
348
|
+
tilt
|
232
349
|
sawyer (0.9.2)
|
233
350
|
addressable (>= 2.3.5)
|
234
351
|
faraday (>= 0.17.3, < 3)
|
352
|
+
sidekiq (7.1.6)
|
353
|
+
concurrent-ruby (< 2)
|
354
|
+
connection_pool (>= 2.3.0)
|
355
|
+
rack (>= 2.2.4)
|
356
|
+
redis-client (>= 0.14.0)
|
357
|
+
sidekiq-cron (1.10.1)
|
358
|
+
fugit (~> 1.8)
|
359
|
+
globalid (>= 1.0.1)
|
360
|
+
sidekiq (>= 6)
|
361
|
+
sidekiq-failures (1.0.4)
|
362
|
+
sidekiq (>= 4.0.0)
|
235
363
|
simplecov (0.21.2)
|
236
364
|
docile (~> 1.1)
|
237
365
|
simplecov-html (~> 0.11)
|
238
366
|
simplecov_json_formatter (~> 0.1)
|
239
367
|
simplecov-html (0.12.3)
|
240
368
|
simplecov_json_formatter (0.1.4)
|
369
|
+
snaky_hash (2.0.1)
|
370
|
+
hashie
|
371
|
+
version_gem (~> 1.1, >= 1.1.1)
|
372
|
+
sprockets (4.2.1)
|
373
|
+
concurrent-ruby (~> 1.0)
|
374
|
+
rack (>= 2.2.4, < 4)
|
375
|
+
sprockets-rails (3.4.2)
|
376
|
+
actionpack (>= 5.2)
|
377
|
+
activesupport (>= 5.2)
|
378
|
+
sprockets (>= 3.0.0)
|
241
379
|
terminal-table (3.0.2)
|
242
380
|
unicode-display_width (>= 1.1.1, < 3)
|
243
381
|
thor (1.2.2)
|
382
|
+
tilt (2.3.0)
|
244
383
|
timeout (0.3.1)
|
384
|
+
turbolinks (5.2.1)
|
385
|
+
turbolinks-source (~> 5.2)
|
386
|
+
turbolinks-source (5.2.0)
|
245
387
|
tzinfo (2.0.5)
|
246
388
|
concurrent-ruby (~> 1.0)
|
247
389
|
unicode-display_width (2.3.0)
|
390
|
+
uniform_notifier (1.16.0)
|
391
|
+
version_gem (1.1.3)
|
248
392
|
webmock (3.18.1)
|
249
393
|
addressable (>= 2.8.0)
|
250
394
|
crack (>= 0.3.2)
|
@@ -259,6 +403,7 @@ GEM
|
|
259
403
|
zeitwerk (2.6.6)
|
260
404
|
|
261
405
|
PLATFORMS
|
406
|
+
ruby
|
262
407
|
x86_64-darwin-21
|
263
408
|
x86_64-darwin-22
|
264
409
|
x86_64-linux
|
@@ -272,6 +417,7 @@ DEPENDENCIES
|
|
272
417
|
minitest (~> 5.0)
|
273
418
|
minitest-reporters
|
274
419
|
mocha
|
420
|
+
neeto-commons-backend!
|
275
421
|
neeto-compliance!
|
276
422
|
neetob!
|
277
423
|
neetodeploy
|
data/data/github-labels.json
CHANGED
@@ -249,6 +249,11 @@
|
|
249
249
|
"description": "Further discussion is required to work on this issue. Better we should move it to neetoPlanner's roadmap.",
|
250
250
|
"color": "A62F71"
|
251
251
|
},
|
252
|
+
{
|
253
|
+
"name": "question",
|
254
|
+
"description": "Further inquiries or requests for clarification are necessary to gain a better understanding on this issue.",
|
255
|
+
"color": "A62F71"
|
256
|
+
},
|
252
257
|
{
|
253
258
|
"name": "consistency",
|
254
259
|
"description": "This is an issue related to inconsistency.",
|
data/exe/neetob
CHANGED
data/lib/neetob/cli/base.rb
CHANGED
@@ -9,7 +9,7 @@ module Neetob
|
|
9
9
|
class CLI::Base
|
10
10
|
include Utils
|
11
11
|
|
12
|
-
NEETO_APPS_LIST_LINK = "https://github.com/bigbinary/neeto-compliance/blob/main/
|
12
|
+
NEETO_APPS_LIST_LINK = "https://github.com/bigbinary/neeto-compliance/blob/main/data/neeto_repos.json#L2"
|
13
13
|
|
14
14
|
attr_reader :ui
|
15
15
|
|
data/lib/neetob/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: neetob
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Udai Gupta
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|