neetob 0.5.38 → 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: cc432fbaedaf4876e857a6bef33bb6ffb53eb0eb60f1cd05eed016ee98d31c42
4
- data.tar.gz: 936b389ec2ce9b821066bc809b57affb0a42df097a9d095770b0134f30eab4e4
3
+ metadata.gz: 25cc40a2852afe96141246c8dfe30c74197537f687ee1af0326099c03deafcac
4
+ data.tar.gz: 5ee6f705c3ae72bde3f53ca2ddb168dc5e195448da8996fad62ab56e527c2dba
5
5
  SHA512:
6
- metadata.gz: ba5022338bd34c55e9b7dfdb8e885eda6d516e2410bb107bd352ae05a3fd74ee405334e4c3b50f40939574c116c5f4ca23a0f1817671bc9b6f4911a3970fd7b8
7
- data.tar.gz: d23b2dcb1e7145849197c665cdcb3f18682090e948af1e2e1421b981eabe3bd63bec72657f458f6fac2833eaff4b76465dbafbde2fa6f42abbe3f58f5d09f8dc
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.38)
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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Neetob
4
- VERSION = "0.5.38"
4
+ VERSION = "0.5.39"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neetob
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.38
4
+ version: 0.5.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Udai Gupta