bump_gem_version 0.1.8 → 1.0.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: 3b2c5345e697ae6c1c892edb3e3149662a165ffc2a5498d250ffe1cee6a9c04d
4
- data.tar.gz: dbf5c33979c6d35b1c96a5e6e061ca1338af5c48b1a8c6c2d773249167324cc9
3
+ metadata.gz: 5c37652f9e98dbf551dcf951bac82ab5f838dced47d5cd36a156d129792959ba
4
+ data.tar.gz: d0643e9b25fee1172e7177551ae2641407de2ed85814ff45c1884d2951059177
5
5
  SHA512:
6
- metadata.gz: 263bc8fd7da0acf3c12484b23b336470c64cd5cb49637b70229567e9f2e37b304401a4400f106eb33368ef2411d1c00d36674974f70f954b834686a8c89bb71e
7
- data.tar.gz: 17ca9b610c7f8752ff377ed628e97a9be3f7066994dedafef04d1411f2c4cd7092e1ba922011fe0954d82a8c6f951409803582abf95c404262469f2d4da36bb2
6
+ metadata.gz: 880ecc0d579d598f36a2614c1363c6ccf61bd1c9cf5022bcb67ab4a6c3d7e41debf35d83d625de8e9854522995c7ab7017d97008c2fed51ad31d7d6008175849
7
+ data.tar.gz: 427889faf9f6e01a9f71e7b3f75edfcf55467fb5466c87d673b15e074f6a7f3e9140adba103a37c664f7a18ff481c4d16638c8754483639f8ff1073f672da4cd
data/.rubocop.yml CHANGED
@@ -4,7 +4,7 @@ require:
4
4
 
5
5
  AllCops:
6
6
  NewCops: enable
7
- TargetRubyVersion: 3.1
7
+ TargetRubyVersion: 3.2
8
8
 
9
9
  Style/StringLiterals:
10
10
  Enabled: true
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [1.0.1] - 2024-09-09
4
+
5
+ - Changed: Bumped the dependency gems to their latest version.
6
+
7
+ ## [1.0.0] - 2024-07-29
8
+
9
+ - Changed: Bumped the dependency gems to their latest version.
10
+ - BREAKING CHANGE: Removed support for Ruby versions `3.1.x`.
11
+
3
12
  ## [0.1.8] - 2023-12-30
4
13
 
5
14
  - Changed: Bumped the dependency gems to their latest version.
data/Gemfile.lock CHANGED
@@ -1,49 +1,48 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bump_gem_version (0.1.8)
4
+ bump_gem_version (1.0.1)
5
5
  thor (~> 1.3)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  ast (2.4.2)
11
- json (2.7.1)
11
+ json (2.7.2)
12
12
  language_server-protocol (3.17.0.3)
13
- minitest (5.20.0)
14
- parallel (1.24.0)
15
- parser (3.2.2.4)
13
+ minitest (5.25.1)
14
+ parallel (1.26.3)
15
+ parser (3.3.5.0)
16
16
  ast (~> 2.4.1)
17
17
  racc
18
- racc (1.7.3)
18
+ racc (1.8.1)
19
19
  rainbow (3.1.1)
20
- rake (13.1.0)
21
- regexp_parser (2.8.3)
22
- rexml (3.2.6)
23
- rubocop (1.59.0)
20
+ rake (13.2.1)
21
+ regexp_parser (2.9.2)
22
+ rubocop (1.66.1)
24
23
  json (~> 2.3)
25
24
  language_server-protocol (>= 3.17.0)
26
25
  parallel (~> 1.10)
27
- parser (>= 3.2.2.4)
26
+ parser (>= 3.3.0.2)
28
27
  rainbow (>= 2.2.2, < 4.0)
29
- regexp_parser (>= 1.8, < 3.0)
30
- rexml (>= 3.2.5, < 4.0)
31
- rubocop-ast (>= 1.30.0, < 2.0)
28
+ regexp_parser (>= 2.4, < 3.0)
29
+ rubocop-ast (>= 1.32.2, < 2.0)
32
30
  ruby-progressbar (~> 1.7)
33
31
  unicode-display_width (>= 2.4.0, < 3.0)
34
- rubocop-ast (1.30.0)
35
- parser (>= 3.2.1.0)
36
- rubocop-minitest (0.34.2)
37
- rubocop (>= 1.39, < 2.0)
38
- rubocop-ast (>= 1.30.0, < 2.0)
32
+ rubocop-ast (1.32.3)
33
+ parser (>= 3.3.1.0)
34
+ rubocop-minitest (0.36.0)
35
+ rubocop (>= 1.61, < 2.0)
36
+ rubocop-ast (>= 1.31.1, < 2.0)
39
37
  rubocop-rake (0.6.0)
40
38
  rubocop (~> 1.0)
41
39
  ruby-progressbar (1.13.0)
42
- thor (1.3.0)
40
+ thor (1.3.2)
43
41
  unicode-display_width (2.5.0)
44
42
 
45
43
  PLATFORMS
46
44
  arm64-darwin-21
45
+ arm64-darwin-23
47
46
  x86_64-linux
48
47
 
49
48
  DEPENDENCIES
@@ -55,4 +54,4 @@ DEPENDENCIES
55
54
  rubocop-rake
56
55
 
57
56
  BUNDLED WITH
58
- 2.5.3
57
+ 2.5.18
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BumpGemVersion
4
- VERSION = "0.1.8"
4
+ VERSION = "1.0.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bump_gem_version
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thejus Paul
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-30 00:00:00.000000000 Z
11
+ date: 2024-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -33,7 +33,6 @@ extensions: []
33
33
  extra_rdoc_files: []
34
34
  files:
35
35
  - ".rubocop.yml"
36
- - ".ruby-version"
37
36
  - CHANGELOG.md
38
37
  - CODE_OF_CONDUCT.md
39
38
  - Gemfile
@@ -61,14 +60,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
60
  requirements:
62
61
  - - ">="
63
62
  - !ruby/object:Gem::Version
64
- version: '3.1'
63
+ version: '3.2'
65
64
  required_rubygems_version: !ruby/object:Gem::Requirement
66
65
  requirements:
67
66
  - - ">="
68
67
  - !ruby/object:Gem::Version
69
68
  version: '0'
70
69
  requirements: []
71
- rubygems_version: 3.5.3
70
+ rubygems_version: 3.5.18
72
71
  signing_key:
73
72
  specification_version: 4
74
73
  summary: BumpGemVersion is a gem that will simplify the way you build gems.
data/.ruby-version DELETED
@@ -1 +0,0 @@
1
- 3.1.4