neetob 0.4.29 → 0.4.31

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98438c595dfc428cae95cbb7a6a3054fac9f53edb63f2ad456668df94ba4b26e
4
- data.tar.gz: 215132987983588a60cbeb4063eb39778aaef6bb0ee402c2a927bd401cdc3449
3
+ metadata.gz: c3d41c74d5674375a715cee8b0ecb392fc5489f709a1b2f938a7437cfceae9ae
4
+ data.tar.gz: 1c384380f8b6ed688a790ccb8460363d004dd230e819a2bd27bb229f27122ad8
5
5
  SHA512:
6
- metadata.gz: dccc0ca4b2fa50a34ce3b21d2fd1ae2dafa249c485b76c7a28fb7d9332ca58858ae9d6005f845fb160b44b6d9cedc6ac01de662da4ef2b45ae8353cd122500e2
7
- data.tar.gz: 316b05e0f7d42f18c91cc8319488793b8877fec6f12e8a9495678c9422e59e1db9c4e27bea1e601176f05734584821ee564c97ea88ef62bc97df52ed3ad47998
6
+ metadata.gz: 869d22c9a02b1d9725c08134405ffdfd43a2b81226757d59da678fda153d7a177d75d24d0995c93134cd1622ebe93719caee3e74c30187698ba6320d304d2446
7
+ data.tar.gz: eaa660dbb69344198c9241bb1a819600ed9a8f6c44c4769797c231484ecdc7e9a1991d0f9c784bb791afdc14f356051f8e31fd0906d9d7f40269271a0263d078
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neetob (0.4.29)
4
+ neetob (0.4.31)
5
5
  brakeman (~> 5.0)
6
6
  chronic
7
7
  dotenv (~> 2.8.1)
data/bookmarks.md CHANGED
@@ -114,9 +114,7 @@ example: [All nano issues created before the 20th Mar 2024](https://github.com/i
114
114
 
115
115
  - [Farhan's Board](https://github.com/orgs/bigbinary/projects/78/views/1)
116
116
 
117
- - [Vysakh's Board](https://github.com/orgs/bigbinary/projects/80/views/1)
118
-
119
- - [Kirti's Board](https://github.com/orgs/bigbinary/projects/85/views/1)
117
+ - [React Native Board](https://github.com/orgs/bigbinary/projects/98/views/1)
120
118
 
121
119
  - [Marketing Board](https://github.com/orgs/bigbinary/projects/82/views/1)
122
120
 
@@ -19,7 +19,7 @@ module Neetob
19
19
  matching_apps = find_all_matching_apps_or_repos(apps, :neetodeploy, sandbox)
20
20
  matching_apps.each do |app|
21
21
  ui.info("\nConfig of #{app}\n")
22
- ui.success(`neetodeploy config list -a #{app}`)
22
+ ui.success(`neetodeploy env list -a #{app}`)
23
23
  end
24
24
  end
25
25
  end
@@ -21,7 +21,7 @@ module Neetob
21
21
  matching_apps.each do |app|
22
22
  ui.info("\nWorking on #{app}")
23
23
  keys.each do |key|
24
- ui.info(`neetodeploy config unset #{key} -a #{app}`)
24
+ ui.info(`neetodeploy env unset #{key} -a #{app}`)
25
25
  end
26
26
  end
27
27
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Neetob
4
- VERSION = "0.4.29"
4
+ VERSION = "0.4.31"
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.29
4
+ version: 0.4.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Udai Gupta
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-05-16 00:00:00.000000000 Z
11
+ date: 2024-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor