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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee551d84b107d96d1822f8c21334ed1b29b7af6b341dbea9b72aa03fc98318d4
4
- data.tar.gz: b19110cc7e861c2bd0a1f0901c26a306e3b8965d80aa0187d4cf11d16184f287
3
+ metadata.gz: 25cc40a2852afe96141246c8dfe30c74197537f687ee1af0326099c03deafcac
4
+ data.tar.gz: 5ee6f705c3ae72bde3f53ca2ddb168dc5e195448da8996fad62ab56e527c2dba
5
5
  SHA512:
6
- metadata.gz: b27959f44d2282cbfc58b06663f4b1777cc39aac03af04d7dd9776e8c0e6dccb9b1a6b1d3c2c8b6b932b0e131925a895ed6db55f390b393b0edcf0fd778e2771
7
- data.tar.gz: 0a9f8ac6f0c7d3e393a369d58cfd120c1a98b07d933abdf36ae28bdf40e7868a718e7a430547725d098064be943030243e54cfd67a5ba03fca627686680af9af
6
+ metadata.gz: 6355acf7eb8bd4ac5fdb5f5a1b1c006c31a7b9674108b587c52725823a2ff52552672dc27e0dd24aa618f5069f44af7e2ca378d8e1ef2efcaf1af1e50de08d37
7
+ data.tar.gz: b198fe74404d43397e01244a5bfb981a527e0799d4a53af2f51af6f6b09bc7625fd9fc2f2a0ea7c53ccd101b1f8ecc08caf0df932d54bcb6e0de3d70dfc8fd3c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neetob (0.5.37)
4
+ neetob (0.5.39)
5
5
  brakeman (~> 5.0)
6
6
  chronic
7
7
  dotenv (~> 2.8.1)
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 make PRs
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Neetob
4
- VERSION = "0.5.37"
4
+ VERSION = "0.5.39"
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.5.37
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-07 00:00:00.000000000 Z
11
+ date: 2025-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor