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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/neetob/version.rb +1 -1
- metadata +1 -1
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.
|
data/lib/neetob/version.rb
CHANGED