neetob 0.4.14 → 0.4.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/data/github-labels.json +6 -1
- 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: 7414fac8281e783b4489c5bc5a947b8a1582a08f4ffafe9e2882ef319fceb9a3
|
4
|
+
data.tar.gz: c71fadc32dac38b371fb9e0d14e45f26048ee69086bbf3b2303281aa766bb906
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 32c0600faba419a7dc10064602e647bd5a87e2f19e156011a5bcf1965ec8ca4a036a6f8335160b1d5e7f3cb45a4086b69221d86bab6997b3294a5fd3e00d514a
|
7
|
+
data.tar.gz: c569c9729f1651d55dcf1d1d36f8bc3236fc37ca32bfb1b03d96efba94c0cb621520ff7b37eb6e85cf956449428acb6f038ebc68b1a19a501900caf28bb480ed
|
data/Gemfile.lock
CHANGED
data/data/github-labels.json
CHANGED
@@ -246,7 +246,12 @@
|
|
246
246
|
},
|
247
247
|
{
|
248
248
|
"name": "discussion",
|
249
|
-
"description": "Further discussion is required
|
249
|
+
"description": "Further discussion is required. Better we should move it to neetoPlanner's roadmap.",
|
250
|
+
"color": "A62F71"
|
251
|
+
},
|
252
|
+
{
|
253
|
+
"name": "question",
|
254
|
+
"description": "Further inquiries or requests for clarification are necessary to gain a better understanding.",
|
250
255
|
"color": "A62F71"
|
251
256
|
},
|
252
257
|
{
|
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.16
|
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-10-
|
11
|
+
date: 2023-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|