neetob-ud 0.1.1 → 0.1.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: d2dee993e71c75cbb7caf70b1f4d7410beba76f2b12af4736de51a1b486eac8c
4
- data.tar.gz: 1449555e923782d6ad6cc7ff52b5531e8d5e4a3fa22cb50be22339df89b0674f
3
+ metadata.gz: eb7cd20b7ee3e513286ba2f80cb2911a09385500de1d6f9d4992cb600e3cfe4a
4
+ data.tar.gz: 1a5e3aef2c48b3bd92c3b2ed313a3b91528e451c3ac70a009a504b3b4e21796c
5
5
  SHA512:
6
- metadata.gz: d7a537140cccb53e426d0133a7033a8d1e1d4021215d40afd1f6284fe1ec89ef8974e1cb8e88c9e6c917968973ecafde88295c767c4a5f7081d0398d7456729b
7
- data.tar.gz: bfb3d265ea2259d96c21161522236cf5de4c4790fbceb41359614c853defa6214d292353ef1a2eb3ddb07c7cf0ef976e2099086ed6ba389a08e6e53d5a628ecf
6
+ metadata.gz: de0b780060a00469709a1d7a81ad11027c4f5c189ac95b39631b7a052fa2607e9259e6b257e58915ff1bbe7acaf7c5f63b34337dd2255664cb0368cf51caf162
7
+ data.tar.gz: 8a871337a2e36a8bfcdf884f7af0d26f5cbc648b246a396b3e9791c76decc08452a4dd0a9e92b92a2e1cb4516c6f4ef47b18838a90ba8ea2a47e2bebc0e806a3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ### [0.1.3](https://www.github.com/udai1931/neetob-temp-1/compare/v0.1.2...v0.1.3) (2023-05-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Added some consoles ([#7](https://www.github.com/udai1931/neetob-temp-1/issues/7)) ([f1ef295](https://www.github.com/udai1931/neetob-temp-1/commit/f1ef295cb78ebefc137b5ac55a46b62f92433884))
9
+
10
+ ### [0.1.2](https://www.github.com/udai1931/neetob-temp-1/compare/v0.1.1...v0.1.2) (2023-05-19)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * Added some consoles ([#5](https://www.github.com/udai1931/neetob-temp-1/issues/5)) ([4caaf68](https://www.github.com/udai1931/neetob-temp-1/commit/4caaf68a48d51a368011c1f2e0e150fe2ce0309e))
16
+
3
17
  ### [0.1.1](https://www.github.com/udai1931/neetob-temp-1/compare/v0.1.0...v0.1.1) (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.1.1)
4
+ neetob-ud (0.1.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
1
  # neetob temp ll
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.1.1"
4
+ VERSION = "0.1.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.1.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Udai Gupta