neetob 0.2.4 → 0.2.5
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/CHANGELOG.md +7 -0
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/neetob/cli/github/gems/release.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: 02ccdb9e91b8e7c80772eba88934cec0ce6157fb3bbbdbde6866242d7912ef21
|
|
4
|
+
data.tar.gz: 6d9819dec1b04beb805ffa1e76558c6b12efc436bda4627648e0af6f09967411
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35a1e94b1e56239ad67499e6b8ff7dae154d7d7810cedc35450f740b93a03f179f42a66e071ab95e57e9af29f7364a206c4b85e37a3c5726cdcf70c686c37be4
|
|
7
|
+
data.tar.gz: a44ff9c673f6319521da9b8470472395ad2a758f6de350cac58e72847cad7e9b135fd22440103d5e6a69b23dd567424f40cf7cd6465b8925510cbb9fa6c8b7dd
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
## [Unreleased]
|
|
2
2
|
|
|
3
|
+
### [0.2.5](https://www.github.com/bigbinary/neetob/compare/v0.2.4...v0.2.5) (2023-03-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* Readme fix ([#217](https://www.github.com/bigbinary/neetob/issues/217)) ([2848a04](https://www.github.com/bigbinary/neetob/commit/2848a043438421a3534c661619354b619c31b3e9))
|
|
9
|
+
|
|
3
10
|
### [0.2.4](https://www.github.com/bigbinary/neetob/compare/v0.2.3...v0.2.4) (2023-03-14)
|
|
4
11
|
|
|
5
12
|
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# neetob
|
|
2
2
|
|
|
3
|
-
The `neetob` gem gives different commands for interacting with Github repos, Heroku instances and other tools to manage the workflow of neeto products.
|
|
3
|
+
The `neetob` gem gives a different set of commands for interacting with Github repos, Heroku instances and other tools to manage the workflow of neeto products.
|
|
4
4
|
|
|
5
5
|
## Table of Contents
|
|
6
6
|
|
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.2.
|
|
4
|
+
version: 0.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Udai Gupta
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-03-
|
|
11
|
+
date: 2023-03-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|