neetob-ud 0.2.0 → 0.2.2

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: 5ae19282f5d991d7fc55962233fe7bd92d43db6b1a64b5d6d36bd8d2f2edc56a
4
- data.tar.gz: 390559bd6b642da471767ffc60366a69ad5ca3bbf9775ed6e6ab3acee7a9247c
3
+ metadata.gz: b208e81837516177479ea53af870485f47be4048f12bf0c048cfb223089b0a3d
4
+ data.tar.gz: 17865037caf420e9ad9a2dec9250bcc06c02316781a285b836157048c2ee454d
5
5
  SHA512:
6
- metadata.gz: ee9e8643b14dd48f7ae3d360a38148750a2012408b015c58bdd2e5dd97271f9ccc39c894206c5d4453c3c90fbe985c8a3f36b6d3f1cfdc09b0fd7642e6944fe2
7
- data.tar.gz: 3f0e35eafc5e36ba309f9da23767ed08a06ea6f795c31273dcda77763a8b98eb926cd63d2cdb2f1fe28f6f265a10bcbac3622c2cedbfb7f928762e078124633d
6
+ metadata.gz: a65ae190bf9e2ec69245ad1526fb8b5e6bbee6b3cca36a76827dd61c589b462a5ce48f93483a82579ea51b72a6704fdd8cb6a496e0f049e38d1bf0512da7adce
7
+ data.tar.gz: 00bcec2218b4a51142de9601af0b6f065bd1778fa2377a43676236e020c0eb229e7efbb292a93bd8355d35adf5e8c0d5c9252768af46bbc602ca5d4a30086b8c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ### [0.2.2](https://www.github.com/udai1931/neetob-temp-1/compare/v0.2.1...v0.2.2) (2023-05-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Updated commons ([#14](https://www.github.com/udai1931/neetob-temp-1/issues/14)) ([e297a59](https://www.github.com/udai1931/neetob-temp-1/commit/e297a595e614cee3c355e603bc81a30c659a8c26))
9
+
10
+ ### [0.2.1](https://www.github.com/udai1931/neetob-temp-1/compare/v0.2.0...v0.2.1) (2023-05-23)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * Updated commons ([#12](https://www.github.com/udai1931/neetob-temp-1/issues/12)) ([23ff81a](https://www.github.com/udai1931/neetob-temp-1/commit/23ff81a69f025cce59267274150cafadace8d135))
16
+
3
17
  ## [0.2.0](https://www.github.com/udai1931/neetob-temp-1/compare/v0.1.3...v0.2.0) (2023-05-19)
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.0)
4
+ neetob-ud (0.2.2)
5
5
  dotenv (~> 2.8.1)
6
6
  launchy (~> 2.5.0)
7
7
  octokit (~> 4.0)
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
- # neetob temp ll
1
+ # neetob temp
2
2
  The `neetob` gem gives different commands for interacting with Github and Heroku instances of existing neeto projects.
3
3
 
4
- ## Table of Contentsssop
4
+ ## Table of Contents
5
5
 
6
6
  1. [Getting Started](#getting-started)
7
7
  1. [Installation](#installation)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Neetob
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.2"
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.0
4
+ version: 0.2.2
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-05-19 00:00:00.000000000 Z
11
+ date: 2023-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor