neetob-ud 0.2.6 → 0.2.8

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: 69a1abd45adfaf7d4e410c6650cd5845e8e8bfc2caba1ea9605267e91e6bb2f4
4
- data.tar.gz: 81bf1e27b55543222ca578a6b2d88b273622ae62f99181e401a69decd6fbe31e
3
+ metadata.gz: 0020c7f6333397788dbe174b95132ac4a7ce342e6e57b453d70518e80cc791bf
4
+ data.tar.gz: d4688a3c6893099ada5a02f95111b5741eb656dfaf8525cdeead49fbb9085b0d
5
5
  SHA512:
6
- metadata.gz: 0b2152d0581415805f1e8aa2245993f261b93818be89a8d298a6c16610d3af6110807e447a4a995c98adc97f0bc9e8b871fb955a80cc3660a5ba1e7765e27705
7
- data.tar.gz: 7f251bf5384be288be312ceb42a701150504c5b4e70b83d7db84053596ba09575da43f19867aabfb3314fd6e738ba05f57ff73b1146751684a604ed94cbe9d23
6
+ metadata.gz: dc48db23b80a35155da246295f34d39aa9fad624ddae87d2394f8d48508805ca7d71f93f47b2e648641b426015ae34cac876924f6b8616fcffaaab713b0bba65
7
+ data.tar.gz: e49573b433559b75148463c59171830c95b440056a70d7d01abaa949bd050ea6f1cda20103f89862d72cf5e3ec287d538852278c62f3b5bcca64e633dd421983
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ### [0.2.8](https://www.github.com/udai1931/neetob-temp-1/compare/v0.2.7...v0.2.8) (2023-05-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Updated workflow ([#27](https://www.github.com/udai1931/neetob-temp-1/issues/27)) ([def467f](https://www.github.com/udai1931/neetob-temp-1/commit/def467f5789fc4c15a5efc15b09a5c1f3a6a23ac))
9
+
10
+ ### [0.2.7](https://www.github.com/udai1931/neetob-temp-1/compare/v0.2.6...v0.2.7) (2023-05-23)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * Added some logs for labels ([#24](https://www.github.com/udai1931/neetob-temp-1/issues/24)) ([5dfae9b](https://www.github.com/udai1931/neetob-temp-1/commit/5dfae9ba5bc3e78aedf3d85d6be6303c565c6362))
16
+
3
17
  ### [0.2.6](https://www.github.com/udai1931/neetob-temp-1/compare/v0.2.5...v0.2.6) (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.6)
4
+ neetob-ud (0.2.8)
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 Contents
4
+ ## Table of Contentsss
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.6"
4
+ VERSION = "0.2.8"
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.6
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Udai Gupta