neetob-ud 0.2.4 → 0.2.6

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: b554f649f4b9e7ab46dccfd89fc4b248a9a1333c641bedb2f5b3751f20119506
4
- data.tar.gz: f7dbead56fc705f5e8bb2e7951ffabd08566afababa6684c828e46c5040f0b71
3
+ metadata.gz: 69a1abd45adfaf7d4e410c6650cd5845e8e8bfc2caba1ea9605267e91e6bb2f4
4
+ data.tar.gz: 81bf1e27b55543222ca578a6b2d88b273622ae62f99181e401a69decd6fbe31e
5
5
  SHA512:
6
- metadata.gz: c088c5f2843c71a09e74f130df426a897705f9c17491d0fd4cbc5f3744573e2a53b73687e42086907c30cf795eebf253616914e415c74431a60bcb920942a0d9
7
- data.tar.gz: ea0da92fb7a872ef7169c069ccbac20fa15b4257727981f7ef495cedf8063244e52ac0c6dfcce8ae2fb9f410ad4ee5133bf04ae8b867d5a18405406554408230
6
+ metadata.gz: 0b2152d0581415805f1e8aa2245993f261b93818be89a8d298a6c16610d3af6110807e447a4a995c98adc97f0bc9e8b871fb955a80cc3660a5ba1e7765e27705
7
+ data.tar.gz: 7f251bf5384be288be312ceb42a701150504c5b4e70b83d7db84053596ba09575da43f19867aabfb3314fd6e738ba05f57ff73b1146751684a604ed94cbe9d23
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ### [0.2.6](https://www.github.com/udai1931/neetob-temp-1/compare/v0.2.5...v0.2.6) (2023-05-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Added some logs for labels ([#22](https://www.github.com/udai1931/neetob-temp-1/issues/22)) ([6fcceb1](https://www.github.com/udai1931/neetob-temp-1/commit/6fcceb1ac3c4b92b8c971b896d53577f6a102419))
9
+
10
+ ### [0.2.5](https://www.github.com/udai1931/neetob-temp-1/compare/v0.2.4...v0.2.5) (2023-05-23)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * Updated workflow ([#20](https://www.github.com/udai1931/neetob-temp-1/issues/20)) ([ab3273a](https://www.github.com/udai1931/neetob-temp-1/commit/ab3273a28ece61cd170d5ef3d636b6d956a284be))
16
+
3
17
  ### [0.2.4](https://www.github.com/udai1931/neetob-temp-1/compare/v0.2.3...v0.2.4) (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.4)
4
+ neetob-ud (0.2.6)
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
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 Contentsss
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.4"
4
+ VERSION = "0.2.6"
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.4
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Udai Gupta