neetob-ud 0.2.1 → 0.2.3

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: c0b412b2aabc0822c96d696e6762eb38bd872bb98e9fbc83e13014b7f8c5edd5
4
- data.tar.gz: e281bafafa15f086c2688fcc1249c810660ed04c613e163b668604939161c0a3
3
+ metadata.gz: 279b1ecaf0511762db91a016ba38003ba3fa75ee7fe7ee453c388c19013bc532
4
+ data.tar.gz: 4ad2755870270f14f0b1481ff2885bbb36997acd62f0ba71a7a46c9b2982e99e
5
5
  SHA512:
6
- metadata.gz: 4eaf7c419f2914497ca2e1698ee78aaad675db08b1a01256ea25094770641e083539933309cf2dd2f4c76e2e0f09706b1da7a65632dc4a300d8eaeb9ffbad357
7
- data.tar.gz: 7be772d53b169c131ce77fc6a17f3db08a403d76ffc901a773c238cb0133fc273a5fe2ea191bc6a9df42e3db46655c3b57763b2f6ef2e134c794325a8deed00e
6
+ metadata.gz: cc595d490a60f7f80b6ddf5931057b0589313efc4c22ecc27206117992cf912d9ea55c0d82d00073425a8e07b4720ba40e912094ce53e68d0cca16dbf256a0da
7
+ data.tar.gz: 9300c30d23caafa187deffc55368e947e8379bce23707926939f85705e42fb26b184f286752cbd1ba19791c0336c7d8b1cf8560f46a3230d3c36d96fc202dba9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ### [0.2.3](https://www.github.com/udai1931/neetob-temp-1/compare/v0.2.2...v0.2.3) (2023-05-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * qwerty ([#16](https://www.github.com/udai1931/neetob-temp-1/issues/16)) ([ee81f5a](https://www.github.com/udai1931/neetob-temp-1/commit/ee81f5a885146881aa48bd606be83e9adfa60d12))
9
+
10
+ ### [0.2.2](https://www.github.com/udai1931/neetob-temp-1/compare/v0.2.1...v0.2.2) (2023-05-23)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * Updated commons ([#14](https://www.github.com/udai1931/neetob-temp-1/issues/14)) ([e297a59](https://www.github.com/udai1931/neetob-temp-1/commit/e297a595e614cee3c355e603bc81a30c659a8c26))
16
+
3
17
  ### [0.2.1](https://www.github.com/udai1931/neetob-temp-1/compare/v0.2.0...v0.2.1) (2023-05-23)
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.1)
4
+ neetob-ud (0.2.3)
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 Contentss
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.1"
4
+ VERSION = "0.2.3"
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.1
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Udai Gupta