neetob 0.4.5 → 0.4.6

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: 606aa096ff45c6dd1024738a608b607608baf9a9d9cb62111722c89c4fd30887
4
- data.tar.gz: ba0fdbae18b2d77a9a6bbc6f99e2d8eeb4b455656e8a657f7b463a6873128590
3
+ metadata.gz: f2564fe05bb59da098c016b856bb7d1312264297f6d6368b2d21f6e910b1d1a5
4
+ data.tar.gz: de8a95729d8bdb7a485773e9f0ee01d9fc5084d04c6cef6597b60eb5894d5103
5
5
  SHA512:
6
- metadata.gz: 10a7ee29781e225be76678b8be259a3fdc0cd2decad3209e3ab43daa5405b00bc07fcda651a6cb167a2b58e851c7862993b1c96edc39547745165a5fd61137b3
7
- data.tar.gz: f2d96ae3df227be16d29e660cf142df9c9aa5535799072922a4a0f9f29d23935e0085a3da6d08acfe796acef9508220920257d610b685bfaa79e9a2071ad74d0
6
+ metadata.gz: 617a7cf01f06bb405fdc8b0d015e15630f4b2e1f7482be3bdc8d8e1a82941167216031c6167c25a6a2fdb89a119fd2785908559449e195b8fe0c71a7460e28bf
7
+ data.tar.gz: 656a228e21d84f5792df78b89990d2dd87184dbca632aaa46375489f75bef692ffad046f0ad61e41a4f7faf3c35190ff59614fdcac2a23bc4002d0ba4c6a2ec1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ### [0.4.6](https://www.github.com/bigbinary/neetob/compare/v0.4.5...v0.4.6) (2023-06-05)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Updated Readme ([#267](https://www.github.com/bigbinary/neetob/issues/267)) ([6e110f5](https://www.github.com/bigbinary/neetob/commit/6e110f5c164f68929c44e11a63c9021cffbf3a12))
9
+
3
10
  ### [0.4.5](https://www.github.com/bigbinary/neetob/compare/v0.4.4...v0.4.5) (2023-06-05)
4
11
 
5
12
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neetob (0.4.5)
4
+ neetob (0.4.6)
5
5
  brakeman (~> 5.0)
6
6
  chronic
7
7
  dotenv (~> 2.8.1)
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # neetob
2
2
 
3
- The `neetob` gem gives a different set of commands for interacting with Github repos, Heroku instances and other tools to manage the workflow of neeto products.
3
+ The `neetob` gem gives a different set of commands for interacting with Github repos, Heroku instances, neetoDeploy instances and other tools to manage the workflow of neeto products.
4
4
 
5
5
  ## Table of Contents
6
6
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Neetob
4
- VERSION = "0.4.5"
4
+ VERSION = "0.4.6"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neetob
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Udai Gupta