bump_gem_version 0.1.0 → 0.1.1

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: ad0550bc2557d62c3f4ab1c3fab32dc2264ddc4ce53d91c734d28f8ab0b445f2
4
- data.tar.gz: 8f2ca0587a78825fb836d50699cb6e5ce6c72f9369a0c160f1c92b35f3c94485
3
+ metadata.gz: 3d7330021c3ef70e48c1efbed31c775b4d1749757c268a89e30b7a865fe8d7f6
4
+ data.tar.gz: 28a2e83529e880c1d51194ce9702812ba8460c5246c466ac87e98630d48172b6
5
5
  SHA512:
6
- metadata.gz: 309344e65d8fa9ea7aa2949abadca3e357e61ec00e69c951a057ba39a4081bc683e70dbea62ba0540057581793b1346cfcd747f186fc0eea6610decad8888454
7
- data.tar.gz: 202612c496d41b914739645b2638e9e1feb8ab9d3cf5a3311adbf6c93547000237e79f523afd95d9e30acaa6adaf02519f9d3c83db1b04493b0b16d40d5f9d66
6
+ metadata.gz: d0939d7441f84c9fca05b36273e8da9cc121fd2861cd8a60ad95c83f6100991b943fa1f5296a624f13e0952fe3d1004eafb42e6ef0c936d5eba874eeca797e0a
7
+ data.tar.gz: 2ade5877cc747f14489563b18b93c656830e1b1436395a1a9e32403d727c6cb7ab814c96de2c7b46d544cd2937f7ab2a7e05c87961d67e2783c757698b231e8c
data/.rubocop.yml CHANGED
@@ -4,7 +4,7 @@ require:
4
4
 
5
5
  AllCops:
6
6
  NewCops: enable
7
- TargetRubyVersion: 3.2
7
+ TargetRubyVersion: 3.1
8
8
 
9
9
  Style/StringLiterals:
10
10
  Enabled: true
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.1.3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bump_gem_version (0.1.0)
4
+ bump_gem_version (0.1.1)
5
5
  thor (~> 1.2)
6
6
 
7
7
  GEM
@@ -17,14 +17,14 @@ GEM
17
17
  rake (13.0.6)
18
18
  regexp_parser (2.7.0)
19
19
  rexml (3.2.5)
20
- rubocop (1.45.1)
20
+ rubocop (1.46.0)
21
21
  json (~> 2.3)
22
22
  parallel (~> 1.10)
23
23
  parser (>= 3.2.0.0)
24
24
  rainbow (>= 2.2.2, < 4.0)
25
25
  regexp_parser (>= 1.8, < 3.0)
26
26
  rexml (>= 3.2.5, < 4.0)
27
- rubocop-ast (>= 1.24.1, < 2.0)
27
+ rubocop-ast (>= 1.26.0, < 2.0)
28
28
  ruby-progressbar (~> 1.7)
29
29
  unicode-display_width (>= 2.4.0, < 3.0)
30
30
  rubocop-ast (1.26.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BumpGemVersion
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bump_gem_version
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thejus Paul
@@ -103,6 +103,7 @@ extensions: []
103
103
  extra_rdoc_files: []
104
104
  files:
105
105
  - ".rubocop.yml"
106
+ - ".ruby-version"
106
107
  - CHANGELOG.md
107
108
  - CODE_OF_CONDUCT.md
108
109
  - Gemfile
@@ -130,7 +131,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
130
131
  requirements:
131
132
  - - ">="
132
133
  - !ruby/object:Gem::Version
133
- version: '3.2'
134
+ version: '3.1'
134
135
  required_rubygems_version: !ruby/object:Gem::Requirement
135
136
  requirements:
136
137
  - - ">="