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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d77e9b9b6a710e1931f2948f3888b9d7f3610f740e583441b614a09ed3e6a7f
4
- data.tar.gz: 33044417fd6efb25315955a9c1e4379cf85cc32bb74a146978bb33330fac470c
3
+ metadata.gz: 69ebe85d1ed7460fbe6f6b89a3aeedbf14c62db236ef2bffd87d4a4c9a9c057f
4
+ data.tar.gz: a7b09144d1c9b6099e7c3c8c475aac98a319b34703300c7f5b1975ecaa717173
5
5
  SHA512:
6
- metadata.gz: 97d93db07565f64a5755330165445552394a843cb63c69c36439a0826510ba91b2b81b6e88012a89657613ca59e9aa4c73a3065a082516a4bfb7e91793629597
7
- data.tar.gz: ada8c9d29b769b0044fd0a6148ae3f4f8766ef7cf1547a31ac5a09e82d9c3afca864537d58cd7280fbb26e6b51caa2c6ff0663540e26fffb653614d5158ce6ea
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neetob-ud (0.2.9)
4
+ neetob-ud (0.2.11)
5
5
  dotenv (~> 2.8.1)
6
6
  launchy (~> 2.5.0)
7
7
  octokit (~> 4.0)
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Neetob
4
- VERSION = "0.2.9"
4
+ VERSION = "0.2.11"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neetob-ud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Udai Gupta