neetob-ud 0.2.9 → 0.2.11
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/lib/neetob/cli.rb +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: 69ebe85d1ed7460fbe6f6b89a3aeedbf14c62db236ef2bffd87d4a4c9a9c057f
|
|
4
|
+
data.tar.gz: a7b09144d1c9b6099e7c3c8c475aac98a319b34703300c7f5b1975ecaa717173
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 776f7230873888c051ba22a56e92bf35cb185216266990237c52887c3b7c9af986d15fa44b34bbcdabeb3d56d7705ab6d697cc75e2356b8f27d1d3713b425e60
|
|
7
|
+
data.tar.gz: db9a31ee9aa2a82b1131c17213ce472174d849f5c38bc4e69cbd46ef32db12dc921d4f9622fd206dc0a8c1bca5e868a9bbfd9c37dac131004f6e7af23fe02578
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
## [Unreleased]
|
|
2
2
|
|
|
3
|
+
### [0.1.5](https://www.github.com/udai1931/neetob-temp/compare/v0.1.4...v0.1.5) (2023-02-17)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* Added abc command ([90a3988](https://www.github.com/udai1931/neetob-temp/commit/90a398893d4770e05a8a44fe42ef27affcf84e70))
|
|
9
|
+
|
|
3
10
|
### [0.1.4](https://www.github.com/udai1931/neetob-temp/compare/v0.1.3...v0.1.4) (2023-02-17)
|
|
4
11
|
|
|
5
12
|
|
data/Gemfile.lock
CHANGED
data/lib/neetob/cli.rb
CHANGED
|
@@ -32,7 +32,7 @@ module Neetob
|
|
|
32
32
|
desc "local", "Interact with the local neeto repos"
|
|
33
33
|
subcommand "local", Local::Commands
|
|
34
34
|
|
|
35
|
-
desc "make_repos_uptodate", "Uptodate all neeto repos"
|
|
35
|
+
desc "make_repos_uptodate", "Uptodate all the neeto repos"
|
|
36
36
|
option :all_neeto_repos, type: :boolean, aliases: "--all", desc: "Use this flag for working with all neeto repos",
|
|
37
37
|
default: false
|
|
38
38
|
def make_repos_uptodate
|
data/lib/neetob/version.rb
CHANGED