neetob-ud 0.2.2 → 0.2.4

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: b208e81837516177479ea53af870485f47be4048f12bf0c048cfb223089b0a3d
4
- data.tar.gz: 17865037caf420e9ad9a2dec9250bcc06c02316781a285b836157048c2ee454d
3
+ metadata.gz: b554f649f4b9e7ab46dccfd89fc4b248a9a1333c641bedb2f5b3751f20119506
4
+ data.tar.gz: f7dbead56fc705f5e8bb2e7951ffabd08566afababa6684c828e46c5040f0b71
5
5
  SHA512:
6
- metadata.gz: a65ae190bf9e2ec69245ad1526fb8b5e6bbee6b3cca36a76827dd61c589b462a5ce48f93483a82579ea51b72a6704fdd8cb6a496e0f049e38d1bf0512da7adce
7
- data.tar.gz: 00bcec2218b4a51142de9601af0b6f065bd1778fa2377a43676236e020c0eb229e7efbb292a93bd8355d35adf5e8c0d5c9252768af46bbc602ca5d4a30086b8c
6
+ metadata.gz: c088c5f2843c71a09e74f130df426a897705f9c17491d0fd4cbc5f3744573e2a53b73687e42086907c30cf795eebf253616914e415c74431a60bcb920942a0d9
7
+ data.tar.gz: ea0da92fb7a872ef7169c069ccbac20fa15b4257727981f7ef495cedf8063244e52ac0c6dfcce8ae2fb9f410ad4ee5133bf04ae8b867d5a18405406554408230
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ### [0.2.4](https://www.github.com/udai1931/neetob-temp-1/compare/v0.2.3...v0.2.4) (2023-05-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Printed conv commits ([#18](https://www.github.com/udai1931/neetob-temp-1/issues/18)) ([419c748](https://www.github.com/udai1931/neetob-temp-1/commit/419c748384026e0730fb3a9b590694dccf39e0d5))
9
+
10
+ ### [0.2.3](https://www.github.com/udai1931/neetob-temp-1/compare/v0.2.2...v0.2.3) (2023-05-23)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * qwerty ([#16](https://www.github.com/udai1931/neetob-temp-1/issues/16)) ([ee81f5a](https://www.github.com/udai1931/neetob-temp-1/commit/ee81f5a885146881aa48bd606be83e9adfa60d12))
16
+
3
17
  ### [0.2.2](https://www.github.com/udai1931/neetob-temp-1/compare/v0.2.1...v0.2.2) (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.2)
4
+ neetob-ud (0.2.4)
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.2"
4
+ VERSION = "0.2.4"
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.2
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Udai Gupta