neetob-ud 0.1.3 → 0.2.1

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: eb7cd20b7ee3e513286ba2f80cb2911a09385500de1d6f9d4992cb600e3cfe4a
4
- data.tar.gz: 1a5e3aef2c48b3bd92c3b2ed313a3b91528e451c3ac70a009a504b3b4e21796c
3
+ metadata.gz: c0b412b2aabc0822c96d696e6762eb38bd872bb98e9fbc83e13014b7f8c5edd5
4
+ data.tar.gz: e281bafafa15f086c2688fcc1249c810660ed04c613e163b668604939161c0a3
5
5
  SHA512:
6
- metadata.gz: de0b780060a00469709a1d7a81ad11027c4f5c189ac95b39631b7a052fa2607e9259e6b257e58915ff1bbe7acaf7c5f63b34337dd2255664cb0368cf51caf162
7
- data.tar.gz: 8a871337a2e36a8bfcdf884f7af0d26f5cbc648b246a396b3e9791c76decc08452a4dd0a9e92b92a2e1cb4516c6f4ef47b18838a90ba8ea2a47e2bebc0e806a3
6
+ metadata.gz: 4eaf7c419f2914497ca2e1698ee78aaad675db08b1a01256ea25094770641e083539933309cf2dd2f4c76e2e0f09706b1da7a65632dc4a300d8eaeb9ffbad357
7
+ data.tar.gz: 7be772d53b169c131ce77fc6a17f3db08a403d76ffc901a773c238cb0133fc273a5fe2ea191bc6a9df42e3db46655c3b57763b2f6ef2e134c794325a8deed00e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ### [0.2.1](https://www.github.com/udai1931/neetob-temp-1/compare/v0.2.0...v0.2.1) (2023-05-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Updated commons ([#12](https://www.github.com/udai1931/neetob-temp-1/issues/12)) ([23ff81a](https://www.github.com/udai1931/neetob-temp-1/commit/23ff81a69f025cce59267274150cafadace8d135))
9
+
10
+ ## [0.2.0](https://www.github.com/udai1931/neetob-temp-1/compare/v0.1.3...v0.2.0) (2023-05-19)
11
+
12
+
13
+ ### Features
14
+
15
+ * 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))
16
+
3
17
  ### [0.1.3](https://www.github.com/udai1931/neetob-temp-1/compare/v0.1.2...v0.1.3) (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.3)
4
+ neetob-ud (0.2.1)
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 Contentsss
4
+ ## Table of Contentss
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.3"
4
+ VERSION = "0.2.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neetob-ud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Udai Gupta
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-05-19 00:00:00.000000000 Z
11
+ date: 2023-05-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor