neetob-ud 0.1.2 → 0.2.0

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: 14cc53d05e8336eb85764eff0572c33caed9c00c1fd8536077b9599c8df6e409
4
- data.tar.gz: bc4599e1ee2eb5af345bff1bb46d2d1cf031e1d7887294e2a3e2297bab6674d1
3
+ metadata.gz: 5ae19282f5d991d7fc55962233fe7bd92d43db6b1a64b5d6d36bd8d2f2edc56a
4
+ data.tar.gz: 390559bd6b642da471767ffc60366a69ad5ca3bbf9775ed6e6ab3acee7a9247c
5
5
  SHA512:
6
- metadata.gz: 1bead2976b79ce0af14718beb018f4ef56ed640d4b9235819d7ae0606668490f4a1ee7d49e6e00fb53457a999c99cac146a8e0adc3df25fdd2bd0f6c805a2400
7
- data.tar.gz: 377a635f79082056398d1389d0c66a8eae72095981322df680d65d1b5cb1e23103db2ec2a2faff323a4655f5545bd152e51cd18a28fb90e51ccdf9ff57fcc89c
6
+ metadata.gz: ee9e8643b14dd48f7ae3d360a38148750a2012408b015c58bdd2e5dd97271f9ccc39c894206c5d4453c3c90fbe985c8a3f36b6d3f1cfdc09b0fd7642e6944fe2
7
+ data.tar.gz: 3f0e35eafc5e36ba309f9da23767ed08a06ea6f795c31273dcda77763a8b98eb926cd63d2cdb2f1fe28f6f265a10bcbac3622c2cedbfb7f928762e078124633d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.0](https://www.github.com/udai1931/neetob-temp-1/compare/v0.1.3...v0.2.0) (2023-05-19)
4
+
5
+
6
+ ### Features
7
+
8
+ * Added some consoles ([#9](https://www.github.com/udai1931/neetob-temp-1/issues/9)) ([6d68117](https://www.github.com/udai1931/neetob-temp-1/commit/6d68117a1a77ce25416a971220a7a77a38d75b81))
9
+
10
+ ### [0.1.3](https://www.github.com/udai1931/neetob-temp-1/compare/v0.1.2...v0.1.3) (2023-05-19)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * 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))
16
+
3
17
  ### [0.1.2](https://www.github.com/udai1931/neetob-temp-1/compare/v0.1.1...v0.1.2) (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.2)
4
+ neetob-ud (0.2.0)
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 Contentss
4
+ ## Table of Contentsssop
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.2"
4
+ VERSION = "0.2.0"
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.2
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Udai Gupta