bump_gem_version 1.0.1 → 2.0.0

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: 5c37652f9e98dbf551dcf951bac82ab5f838dced47d5cd36a156d129792959ba
4
- data.tar.gz: d0643e9b25fee1172e7177551ae2641407de2ed85814ff45c1884d2951059177
3
+ metadata.gz: c7c7daa16c8858cf02bdc8d32504460019fc1a9226dfc689d751dce316534337
4
+ data.tar.gz: d067de524d62c93b9c01365d856380861a7450115ed9c49367ce19e1e7e9a9f0
5
5
  SHA512:
6
- metadata.gz: 880ecc0d579d598f36a2614c1363c6ccf61bd1c9cf5022bcb67ab4a6c3d7e41debf35d83d625de8e9854522995c7ab7017d97008c2fed51ad31d7d6008175849
7
- data.tar.gz: 427889faf9f6e01a9f71e7b3f75edfcf55467fb5466c87d673b15e074f6a7f3e9140adba103a37c664f7a18ff481c4d16638c8754483639f8ff1073f672da4cd
6
+ metadata.gz: 82132f8c8c8cb5c25811cb59bd108a7a34111753e67365462240817b25571755b29ec28ba11b80aa073639253e461b82bca49f4f4fae0ceae3ee0f84fca31f05
7
+ data.tar.gz: fb0b9b1056ff5f78d1a40458a59cf2bc2035dc6222fcaf08a527f2b58e6eca5eb75ea25673b3ff9687d99525006fb89ec5a7f892df663d053996f3dfb31e02c8
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.3
8
8
 
9
9
  Style/StringLiterals:
10
10
  Enabled: true
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [2.0.0] - 2025-02-12
4
+
5
+ - Changed: Bumped the dependency gems to their latest version.
6
+ - BREAKING CHANGE: Removed support for Ruby versions `3.2.x`.
7
+
3
8
  ## [1.0.1] - 2024-09-09
4
9
 
5
10
  - Changed: Bumped the dependency gems to their latest version.
data/Gemfile.lock CHANGED
@@ -1,35 +1,35 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bump_gem_version (1.0.1)
4
+ bump_gem_version (2.0.0)
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.2)
12
- language_server-protocol (3.17.0.3)
13
- minitest (5.25.1)
11
+ json (2.10.1)
12
+ language_server-protocol (3.17.0.4)
13
+ minitest (5.25.4)
14
14
  parallel (1.26.3)
15
- parser (3.3.5.0)
15
+ parser (3.3.7.1)
16
16
  ast (~> 2.4.1)
17
17
  racc
18
18
  racc (1.8.1)
19
19
  rainbow (3.1.1)
20
20
  rake (13.2.1)
21
- regexp_parser (2.9.2)
22
- rubocop (1.66.1)
21
+ regexp_parser (2.10.0)
22
+ rubocop (1.71.2)
23
23
  json (~> 2.3)
24
24
  language_server-protocol (>= 3.17.0)
25
25
  parallel (~> 1.10)
26
26
  parser (>= 3.3.0.2)
27
27
  rainbow (>= 2.2.2, < 4.0)
28
- regexp_parser (>= 2.4, < 3.0)
29
- rubocop-ast (>= 1.32.2, < 2.0)
28
+ regexp_parser (>= 2.9.3, < 3.0)
29
+ rubocop-ast (>= 1.38.0, < 2.0)
30
30
  ruby-progressbar (~> 1.7)
31
- unicode-display_width (>= 2.4.0, < 3.0)
32
- rubocop-ast (1.32.3)
31
+ unicode-display_width (>= 2.4.0, < 4.0)
32
+ rubocop-ast (1.38.0)
33
33
  parser (>= 3.3.1.0)
34
34
  rubocop-minitest (0.36.0)
35
35
  rubocop (>= 1.61, < 2.0)
@@ -38,7 +38,9 @@ GEM
38
38
  rubocop (~> 1.0)
39
39
  ruby-progressbar (1.13.0)
40
40
  thor (1.3.2)
41
- unicode-display_width (2.5.0)
41
+ unicode-display_width (3.1.4)
42
+ unicode-emoji (~> 4.0, >= 4.0.4)
43
+ unicode-emoji (4.0.4)
42
44
 
43
45
  PLATFORMS
44
46
  arm64-darwin-21
@@ -54,4 +56,4 @@ DEPENDENCIES
54
56
  rubocop-rake
55
57
 
56
58
  BUNDLED WITH
57
- 2.5.18
59
+ 2.6.3
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
- # BumpGemVersion
1
+ # Bump Gem Version
2
2
 
3
3
  ![Gem Version](https://badge.fury.io/rb/bump_gem_version.svg)
4
4
  ![Gem](https://img.shields.io/gem/dt/bump_gem_version?color=#6DBE42)
5
5
 
6
6
 
7
- BumpGemVersion is a gem that will simplify the way you build gems.
7
+ This gem will simplify the way you bump gem versions.
8
8
 
9
9
  ## Installation
10
10
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BumpGemVersion
4
- VERSION = "1.0.1"
4
+ VERSION = "2.0.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bump_gem_version
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thejus Paul
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-09-10 00:00:00.000000000 Z
10
+ date: 2025-02-12 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: thor
@@ -24,7 +23,6 @@ dependencies:
24
23
  - - "~>"
25
24
  - !ruby/object:Gem::Version
26
25
  version: '1.3'
27
- description:
28
26
  email:
29
27
  - thejuspaul@pm.me
30
28
  executables:
@@ -52,7 +50,6 @@ metadata:
52
50
  source_code_uri: https://github.com/thejus-paul/bump_gem_version
53
51
  changelog_uri: https://github.com/Thejus-Paul/bump_gem_version/blob/main/CHANGELOG.md
54
52
  rubygems_mfa_required: 'true'
55
- post_install_message:
56
53
  rdoc_options: []
57
54
  require_paths:
58
55
  - lib
@@ -60,15 +57,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
60
57
  requirements:
61
58
  - - ">="
62
59
  - !ruby/object:Gem::Version
63
- version: '3.2'
60
+ version: '3.3'
64
61
  required_rubygems_version: !ruby/object:Gem::Requirement
65
62
  requirements:
66
63
  - - ">="
67
64
  - !ruby/object:Gem::Version
68
65
  version: '0'
69
66
  requirements: []
70
- rubygems_version: 3.5.18
71
- signing_key:
67
+ rubygems_version: 3.6.2
72
68
  specification_version: 4
73
69
  summary: BumpGemVersion is a gem that will simplify the way you build gems.
74
70
  test_files: []