neetob 0.4.14 → 0.4.15

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: fe8040fac9b1cea5ff6acce4a47e4066a23ea5ce741cd1eb852f802b5e649fce
4
- data.tar.gz: 402b02817b5e1d95482d204e2ad255fdaa9dc95891a5541208869d1aa1a4c2ed
3
+ metadata.gz: d98516296800b8f2624e6697f32b3545cddff7984f3cdb196db1cc82a8c643e9
4
+ data.tar.gz: bccefb8277058a65973c3d0f34957207735501b35ad41cc4ea2f05bac072898c
5
5
  SHA512:
6
- metadata.gz: 31ce7184b3fb198f4d1c3ebfec790daf52b3bcfb340e2a2a1c602e66e86c2365412c5875284d420d2fb567b8dd160b02f4bfed1c73d5a6e9c7b44571c5083a71
7
- data.tar.gz: 20fbf89be1ec52d988e01dd865db3379bcc4696cb8d0423ad7a72a6cad5ddb6d51879bd4781884d22eee67f2574f8c31d8974f8cd908d3710e40fb6ce47309cf
6
+ metadata.gz: cc6606fd681823169a71724dc37267f6226d07f139c5e5a71f4ad9cffeb526b8b9236bc763f12a451f54ee6296d4daf972d24b23e804f476979e488c0a035e27
7
+ data.tar.gz: d28fe730e79c1fafe2e0e45d6ca86fbeb46f78ed6b88a2b620f51f9a1c81bfe68ad078c2028080e6334197359171f402524a44d39a400865ceeabad00318a902
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neetob (0.4.14)
4
+ neetob (0.4.15)
5
5
  brakeman (~> 5.0)
6
6
  chronic
7
7
  dotenv (~> 2.8.1)
@@ -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
@@ -2,7 +2,6 @@
2
2
  # frozen_string_literal: true
3
3
 
4
4
  require "dotenv"
5
- require "bundler/setup"
6
5
 
7
6
  MIN_RUBY_VERSION = File.read(File.expand_path("../.ruby-version", __dir__)).strip
8
7
 
@@ -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/lib/neeto_compliance/neeto_apps.rb"
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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Neetob
4
- VERSION = "0.4.14"
4
+ VERSION = "0.4.15"
5
5
  end
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.14
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-10-11 00:00:00.000000000 Z
11
+ date: 2023-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor