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 +4 -4
- data/.rubocop.yml +1 -1
- data/CHANGELOG.md +5 -0
- data/Gemfile.lock +15 -13
- data/README.md +2 -2
- data/lib/bump_gem_version/version.rb +1 -1
- metadata +4 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c7c7daa16c8858cf02bdc8d32504460019fc1a9226dfc689d751dce316534337
|
4
|
+
data.tar.gz: d067de524d62c93b9c01365d856380861a7450115ed9c49367ce19e1e7e9a9f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82132f8c8c8cb5c25811cb59bd108a7a34111753e67365462240817b25571755b29ec28ba11b80aa073639253e461b82bca49f4f4fae0ceae3ee0f84fca31f05
|
7
|
+
data.tar.gz: fb0b9b1056ff5f78d1a40458a59cf2bc2035dc6222fcaf08a527f2b58e6eca5eb75ea25673b3ff9687d99525006fb89ec5a7f892df663d053996f3dfb31e02c8
|
data/.rubocop.yml
CHANGED
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 (
|
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.
|
12
|
-
language_server-protocol (3.17.0.
|
13
|
-
minitest (5.25.
|
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.
|
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.
|
22
|
-
rubocop (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.
|
29
|
-
rubocop-ast (>= 1.
|
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, <
|
32
|
-
rubocop-ast (1.
|
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 (
|
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.
|
59
|
+
2.6.3
|
data/README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1
|
-
#
|
1
|
+
# Bump Gem Version
|
2
2
|
|
3
3
|

|
4
4
|

|
5
5
|
|
6
6
|
|
7
|
-
|
7
|
+
This gem will simplify the way you bump gem versions.
|
8
8
|
|
9
9
|
## Installation
|
10
10
|
|
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:
|
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:
|
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.
|
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.
|
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: []
|