neetob 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7656fb26459fca24754c554dae4fb275ce8dd0fcbd578c6e2cc36b508941f142
4
- data.tar.gz: e86597e43c5fa4091358569837d61a0ea84d3e62439d0ddad742ac995c3b2d6c
3
+ metadata.gz: 44fc7447c47930d63937f671b215e6e74de9b913f754df9ad4a591e625d84f0e
4
+ data.tar.gz: e0a3ea5d9e64e44545d2f22b0120ee397fdb9235f7c6e60ef3704a18f8d79954
5
5
  SHA512:
6
- metadata.gz: be85548a325591c9b2c08dfb20bbd4cda44aa5502db775c7a73cae9d5e46d4da6c93cc1b38d415844b07a6a940b69fcb2a00cf27382fcc33d0f8a88396a49f20
7
- data.tar.gz: df5bed75a9ec6b2de96335f1162b82bcd0cdee3f8eb6655bd88fe9c471ed3a4d750fd9b700594fc6afa59e01ba9aa6a8c921b8039a19e227dfa0d13b58deca05
6
+ metadata.gz: fd471b240cdab4e99c1dab47bb104c108324613507a5943a3b206785c98949382efef27a980c63d3a7b4c3633f3a62fa911074420176c6e57e3d64a91c608b60
7
+ data.tar.gz: 35cd801899082fc2e999a4f5075da10bd22b06d21a1c36252c03c007a70b97a1332d65191f4480b5bd5b1fa44466a844809c78b99fa06d7d16064b60a936bde5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ### [0.2.7](https://www.github.com/bigbinary/neetob/compare/v0.2.6...v0.2.7) (2023-03-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Fixed path of ruby-version file ([#227](https://www.github.com/bigbinary/neetob/issues/227)) ([3d2542d](https://www.github.com/bigbinary/neetob/commit/3d2542d9306974009ef51105efd288841f556d5e))
9
+
3
10
  ### [0.2.6](https://www.github.com/bigbinary/neetob/compare/v0.2.5...v0.2.6) (2023-03-15)
4
11
 
5
12
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neetob (0.2.6)
4
+ neetob (0.2.7)
5
5
  dotenv (~> 2.8.1)
6
6
  launchy (~> 2.5.0)
7
7
  octokit (~> 4.0)
data/exe/neetob CHANGED
@@ -4,7 +4,7 @@
4
4
  require "dotenv"
5
5
  require "bundler/setup"
6
6
 
7
- MIN_RUBY_VERSION = File.read(".ruby-version").strip
7
+ MIN_RUBY_VERSION = File.read(File.expand_path("../.ruby-version", __dir__)).strip
8
8
 
9
9
  if RUBY_VERSION < MIN_RUBY_VERSION
10
10
  raise RuntimeError, "neetob requires Ruby version of #{MIN_RUBY_VERSION} or higher"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Neetob
4
- VERSION = "0.2.6"
4
+ VERSION = "0.2.7"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neetob
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
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-03-15 00:00:00.000000000 Z
11
+ date: 2023-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor