neetob-ud 0.2.9 → 0.2.13

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d77e9b9b6a710e1931f2948f3888b9d7f3610f740e583441b614a09ed3e6a7f
4
- data.tar.gz: 33044417fd6efb25315955a9c1e4379cf85cc32bb74a146978bb33330fac470c
3
+ metadata.gz: f61b9e1b5ef87d98cb50d861857e49dad2b733d621067c9e5c25f366ced9423d
4
+ data.tar.gz: d44a39d9b07b593c5dba7209ef37813b8c1502117e0600be2bc925bc480a0a98
5
5
  SHA512:
6
- metadata.gz: 97d93db07565f64a5755330165445552394a843cb63c69c36439a0826510ba91b2b81b6e88012a89657613ca59e9aa4c73a3065a082516a4bfb7e91793629597
7
- data.tar.gz: ada8c9d29b769b0044fd0a6148ae3f4f8766ef7cf1547a31ac5a09e82d9c3afca864537d58cd7280fbb26e6b51caa2c6ff0663540e26fffb653614d5158ce6ea
6
+ metadata.gz: a747477b51fe6a7581aa93898f32200e48daf93e650533f6f47228682a318814f918b1ca13f3d6644dfb17e0bce51d362779f3a3312e2cb5e690af65eb23c98d
7
+ data.tar.gz: ca82188ae16b8150463e294c3d9bbde7cc5e4136053df1a15411d77e1fd7820943a4df068843e822337a52a7be7f4cf5f591b0121b1f4da071d38e61131c7a24
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ### [0.1.6](https://www.github.com/udai1931/neetob-temp/compare/v0.1.5...v0.1.6) (2023-02-27)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Updated readme ([e2e18e6](https://www.github.com/udai1931/neetob-temp/commit/e2e18e6bbe47559d1d1f68ef34a805df3b54ff6e))
9
+
10
+ ### [0.1.5](https://www.github.com/udai1931/neetob-temp/compare/v0.1.4...v0.1.5) (2023-02-17)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * Added abc command ([90a3988](https://www.github.com/udai1931/neetob-temp/commit/90a398893d4770e05a8a44fe42ef27affcf84e70))
16
+
3
17
  ### [0.1.4](https://www.github.com/udai1931/neetob-temp/compare/v0.1.3...v0.1.4) (2023-02-17)
4
18
 
5
19
 
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.13)
5
5
  dotenv (~> 2.8.1)
6
6
  launchy (~> 2.5.0)
7
7
  octokit (~> 4.0)
data/README.md CHANGED
@@ -4,6 +4,7 @@ The `neetob` gem gives different commands for interacting with Github and Heroku
4
4
 
5
5
  ## Table of Contents
6
6
 
7
+
7
8
  1. [Getting Started](#getting-started)
8
9
  1. [Installation](#installation)
9
10
  2. [Usage](#usage)
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.13"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
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.13
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-02-17 00:00:00.000000000 Z
11
+ date: 2023-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor