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 +4 -4
- data/Gemfile.lock +1 -1
- data/bookmarks.md +1 -3
- data/lib/neetob/cli/neeto_deploy/config_vars/list.rb +1 -1
- data/lib/neetob/cli/neeto_deploy/config_vars/remove.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: c3d41c74d5674375a715cee8b0ecb392fc5489f709a1b2f938a7437cfceae9ae
|
4
|
+
data.tar.gz: 1c384380f8b6ed688a790ccb8460363d004dd230e819a2bd27bb229f27122ad8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 869d22c9a02b1d9725c08134405ffdfd43a2b81226757d59da678fda153d7a177d75d24d0995c93134cd1622ebe93719caee3e74c30187698ba6320d304d2446
|
7
|
+
data.tar.gz: eaa660dbb69344198c9241bb1a819600ed9a8f6c44c4769797c231484ecdc7e9a1991d0f9c784bb791afdc14f356051f8e31fd0906d9d7f40269271a0263d078
|
data/Gemfile.lock
CHANGED
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
|
-
- [
|
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
|
22
|
+
ui.success(`neetodeploy env list -a #{app}`)
|
23
23
|
end
|
24
24
|
end
|
25
25
|
end
|
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.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-
|
11
|
+
date: 2024-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|