neetob 0.5.37 → 0.5.39
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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +2 -2
- 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: 25cc40a2852afe96141246c8dfe30c74197537f687ee1af0326099c03deafcac
|
4
|
+
data.tar.gz: 5ee6f705c3ae72bde3f53ca2ddb168dc5e195448da8996fad62ab56e527c2dba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6355acf7eb8bd4ac5fdb5f5a1b1c006c31a7b9674108b587c52725823a2ff52552672dc27e0dd24aa618f5069f44af7e2ca378d8e1ef2efcaf1af1e50de08d37
|
7
|
+
data.tar.gz: b198fe74404d43397e01244a5bfb981a527e0799d4a53af2f51af6f6b09bc7625fd9fc2f2a0ea7c53ccd101b1f8ecc08caf0df932d54bcb6e0de3d70dfc8fd3c
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -50,7 +50,7 @@ The `neetob` gem gives a different set of commands for interacting with Github r
|
|
50
50
|
Install and update the gem using the following command:
|
51
51
|
|
52
52
|
```sh
|
53
|
-
gem install neetob && gem update neetob
|
53
|
+
gem install neetob && gem update neetob --verbose
|
54
54
|
```
|
55
55
|
|
56
56
|
Use the `help` keyword to access a list of all the available commands and options.
|
@@ -261,7 +261,7 @@ neetob github make-pr compliance-fix --nanos
|
|
261
261
|
# Add labels to PRs
|
262
262
|
neetob github make-pr compliance-fix --labels "bug,priority"
|
263
263
|
|
264
|
-
# Use local repos to
|
264
|
+
# Use local repos in the current directory to create PRs instead of cloning them into temporary storage each time.
|
265
265
|
neetob github make-pr compliance-fix --local
|
266
266
|
|
267
267
|
# The `script` command runs the given script for each product and create a PR
|
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.5.
|
4
|
+
version: 0.5.39
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Udai Gupta
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|