runger_release_assistant 2.0.0 → 2.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 +4 -4
- data/.ruby-version +1 -1
- data/CHANGELOG.md +3 -0
- data/Gemfile +0 -4
- data/Gemfile.lock +55 -49
- data/lib/runger_release_assistant/version.rb +1 -1
- data/lib/runger_release_assistant/version_calculator.rb +2 -2
- data/runger_release_assistant.gemspec +1 -0
- metadata +17 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c64fb43dfbe91b1c74a31ca9be643acbd962066cf88af3b15eac5f015cbafdf
|
4
|
+
data.tar.gz: d3c9c7be04b2090ec11b2e1b8d921d290016a482dbcffaec6736f842b49ad301
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99766ce92a2d6d84f062cc10c894ac2fd907eb69a68bf5b4c67804dae349d42c65adae287a92a6d43364668d4ade008bd662df19bdebd766d594be62a160b95c
|
7
|
+
data.tar.gz: 4401ed53ff4dffa618da6739583597691d31063a1cdb4364ecb086e6444b9d33e73abab77355561d3e75e61c60c44db42ab3d4db581b68825a7d4de09b145e28
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.4.
|
1
|
+
3.4.2
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
## v2.0.1 (2025-03-19)
|
2
|
+
- Add `rake` as a dependency.
|
3
|
+
|
1
4
|
## v2.0.0 (2025-02-05)
|
2
5
|
- **BREAKING:** Source post-release command from `~/code/dotfiles` [`runger-config`](https://github.com/davidrunger/dotfiles/blob/cd02495fb2ad742cc1e85cc65aea5ff711485981/crystal-programs/runger-config.cr), rather than always running `main` command (if available).
|
3
6
|
|
data/Gemfile
CHANGED
@@ -8,14 +8,10 @@ gemspec
|
|
8
8
|
|
9
9
|
group :development, :test do
|
10
10
|
gem 'bundler', require: false
|
11
|
-
# Remove if/when byebug brings in this dependency for us.
|
12
|
-
gem 'irb'
|
13
11
|
gem 'pry'
|
14
12
|
# Go back to upstream if/when https://github.com/deivid-rodriguez/pry-byebug/pull/ 428 is merged.
|
15
13
|
gem 'pry-byebug', github: 'davidrunger/pry-byebug'
|
16
14
|
gem 'rake', require: false
|
17
|
-
# Remove if/when byebug brings in this dependency for us.
|
18
|
-
gem 'reline'
|
19
15
|
gem 'rspec', require: false
|
20
16
|
gem 'rubocop', require: false
|
21
17
|
gem 'rubocop-performance', require: false
|
data/Gemfile.lock
CHANGED
@@ -1,24 +1,25 @@
|
|
1
1
|
GIT
|
2
2
|
remote: https://github.com/davidrunger/pry-byebug.git
|
3
|
-
revision:
|
3
|
+
revision: 4ef3e66233451fcbeff3a5f7a616380214379272
|
4
4
|
specs:
|
5
5
|
pry-byebug (3.10.1)
|
6
|
-
byebug (>= 11.0)
|
7
6
|
pry (>= 0.13)
|
7
|
+
runger_byebug (>= 11.0)
|
8
8
|
|
9
9
|
PATH
|
10
10
|
remote: .
|
11
11
|
specs:
|
12
|
-
runger_release_assistant (2.0.
|
12
|
+
runger_release_assistant (2.0.1)
|
13
13
|
activesupport (>= 6)
|
14
14
|
memo_wise (>= 1.7)
|
15
15
|
rainbow (>= 3.0)
|
16
|
+
rake (>= 13.2.1)
|
16
17
|
slop (~> 4.8)
|
17
18
|
|
18
19
|
GEM
|
19
20
|
remote: https://rubygems.org/
|
20
21
|
specs:
|
21
|
-
activesupport (8.0.
|
22
|
+
activesupport (8.0.2)
|
22
23
|
base64
|
23
24
|
benchmark (>= 0.3)
|
24
25
|
bigdecimal
|
@@ -35,12 +36,11 @@ GEM
|
|
35
36
|
base64 (0.2.0)
|
36
37
|
benchmark (0.4.0)
|
37
38
|
bigdecimal (3.1.9)
|
38
|
-
byebug (11.1.3)
|
39
39
|
coderay (1.1.3)
|
40
40
|
concurrent-ruby (1.3.5)
|
41
41
|
connection_pool (2.5.0)
|
42
42
|
date (3.4.1)
|
43
|
-
diff-lcs (1.
|
43
|
+
diff-lcs (1.6.0)
|
44
44
|
drb (2.2.1)
|
45
45
|
i18n (1.14.7)
|
46
46
|
concurrent-ruby (~> 1.0)
|
@@ -49,20 +49,21 @@ GEM
|
|
49
49
|
pp (>= 0.6.0)
|
50
50
|
rdoc (>= 4.0.0)
|
51
51
|
reline (>= 0.4.2)
|
52
|
-
json (2.
|
52
|
+
json (2.10.2)
|
53
53
|
language_server-protocol (3.17.0.4)
|
54
|
-
|
55
|
-
|
54
|
+
lint_roller (1.1.0)
|
55
|
+
logger (1.6.6)
|
56
|
+
memo_wise (1.11.0)
|
56
57
|
method_source (1.1.0)
|
57
|
-
minitest (5.25.
|
58
|
+
minitest (5.25.5)
|
58
59
|
parallel (1.26.3)
|
59
|
-
parser (3.3.7.
|
60
|
+
parser (3.3.7.1)
|
60
61
|
ast (~> 2.4.1)
|
61
62
|
racc
|
62
63
|
pp (0.6.2)
|
63
64
|
prettyprint
|
64
65
|
prettyprint (0.2.0)
|
65
|
-
prism (1.
|
66
|
+
prism (1.4.0)
|
66
67
|
pry (0.15.2)
|
67
68
|
coderay (~> 1.1)
|
68
69
|
method_source (~> 1.0)
|
@@ -72,7 +73,7 @@ GEM
|
|
72
73
|
racc (1.8.1)
|
73
74
|
rainbow (3.1.1)
|
74
75
|
rake (13.2.1)
|
75
|
-
rdoc (6.
|
76
|
+
rdoc (6.12.0)
|
76
77
|
psych (>= 4.0.0)
|
77
78
|
regexp_parser (2.10.0)
|
78
79
|
reline (0.6.0)
|
@@ -81,7 +82,7 @@ GEM
|
|
81
82
|
rspec-core (~> 3.13.0)
|
82
83
|
rspec-expectations (~> 3.13.0)
|
83
84
|
rspec-mocks (~> 3.13.0)
|
84
|
-
rspec-core (3.13.
|
85
|
+
rspec-core (3.13.3)
|
85
86
|
rspec-support (~> 3.13.0)
|
86
87
|
rspec-expectations (3.13.3)
|
87
88
|
diff-lcs (>= 1.2.0, < 2.0)
|
@@ -90,9 +91,10 @@ GEM
|
|
90
91
|
diff-lcs (>= 1.2.0, < 2.0)
|
91
92
|
rspec-support (~> 3.13.0)
|
92
93
|
rspec-support (3.13.2)
|
93
|
-
rubocop (1.
|
94
|
+
rubocop (1.74.0)
|
94
95
|
json (~> 2.3)
|
95
|
-
language_server-protocol (
|
96
|
+
language_server-protocol (~> 3.17.0.2)
|
97
|
+
lint_roller (~> 1.1.0)
|
96
98
|
parallel (~> 1.10)
|
97
99
|
parser (>= 3.3.0.2)
|
98
100
|
rainbow (>= 2.2.2, < 4.0)
|
@@ -100,37 +102,40 @@ GEM
|
|
100
102
|
rubocop-ast (>= 1.38.0, < 2.0)
|
101
103
|
ruby-progressbar (~> 1.7)
|
102
104
|
unicode-display_width (>= 2.4.0, < 4.0)
|
103
|
-
rubocop-ast (1.
|
105
|
+
rubocop-ast (1.39.0)
|
104
106
|
parser (>= 3.3.1.0)
|
105
|
-
rubocop-performance (1.
|
106
|
-
|
107
|
-
rubocop
|
108
|
-
|
109
|
-
|
107
|
+
rubocop-performance (1.24.0)
|
108
|
+
lint_roller (~> 1.1)
|
109
|
+
rubocop (>= 1.72.1, < 2.0)
|
110
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
111
|
+
rubocop-rspec (3.5.0)
|
112
|
+
lint_roller (~> 1.1)
|
113
|
+
rubocop (~> 1.72, >= 1.72.1)
|
110
114
|
ruby-progressbar (1.13.0)
|
111
|
-
|
115
|
+
runger_byebug (11.4.0)
|
116
|
+
irb
|
117
|
+
reline
|
118
|
+
runger_style (5.7.0)
|
112
119
|
prism (>= 0.24.0)
|
113
|
-
rubocop (>= 1.
|
120
|
+
rubocop (>= 1.72.0)
|
114
121
|
securerandom (0.4.1)
|
115
122
|
slop (4.10.1)
|
116
|
-
stringio (3.1.
|
123
|
+
stringio (3.1.5)
|
117
124
|
tzinfo (2.0.6)
|
118
125
|
concurrent-ruby (~> 1.0)
|
119
126
|
unicode-display_width (3.1.4)
|
120
127
|
unicode-emoji (~> 4.0, >= 4.0.4)
|
121
128
|
unicode-emoji (4.0.4)
|
122
|
-
uri (1.0.
|
129
|
+
uri (1.0.3)
|
123
130
|
|
124
131
|
PLATFORMS
|
125
132
|
ruby
|
126
133
|
|
127
134
|
DEPENDENCIES
|
128
135
|
bundler
|
129
|
-
irb
|
130
136
|
pry
|
131
137
|
pry-byebug!
|
132
138
|
rake
|
133
|
-
reline
|
134
139
|
rspec
|
135
140
|
rubocop
|
136
141
|
rubocop-performance
|
@@ -139,63 +144,64 @@ DEPENDENCIES
|
|
139
144
|
runger_style
|
140
145
|
|
141
146
|
CHECKSUMS
|
142
|
-
activesupport (8.0.
|
147
|
+
activesupport (8.0.2) sha256=8565cddba31b900cdc17682fd66ecd020441e3eef320a9930285394e8c07a45e
|
143
148
|
ast (2.4.2) sha256=1e280232e6a33754cde542bc5ef85520b74db2aac73ec14acef453784447cc12
|
144
149
|
base64 (0.2.0) sha256=0f25e9b21a02a0cc0cea8ef92b2041035d39350946e8789c562b2d1a3da01507
|
145
150
|
benchmark (0.4.0) sha256=0f12f8c495545e3710c3e4f0480f63f06b4c842cc94cec7f33a956f5180e874a
|
146
151
|
bigdecimal (3.1.9) sha256=2ffc742031521ad69c2dfc815a98e426a230a3d22aeac1995826a75dabfad8cc
|
147
|
-
byebug (11.1.3) sha256=2485944d2bb21283c593d562f9ae1019bf80002143cc3a255aaffd4e9cf4a35b
|
148
152
|
coderay (1.1.3) sha256=dc530018a4684512f8f38143cd2a096c9f02a1fc2459edcfe534787a7fc77d4b
|
149
153
|
concurrent-ruby (1.3.5) sha256=813b3e37aca6df2a21a3b9f1d497f8cbab24a2b94cab325bffe65ee0f6cbebc6
|
150
154
|
connection_pool (2.5.0) sha256=233b92f8d38e038c1349ccea65dd3772727d669d6d2e71f9897c8bf5cd53ebfc
|
151
155
|
date (3.4.1) sha256=bf268e14ef7158009bfeaec40b5fa3c7271906e88b196d958a89d4b408abe64f
|
152
|
-
diff-lcs (1.
|
156
|
+
diff-lcs (1.6.0) sha256=a1e7f7b272962f8fc769358ad00001b87cdcf32ba349d6c70c6b544613d2da2e
|
153
157
|
drb (2.2.1) sha256=e9d472bf785f558b96b25358bae115646da0dbfd45107ad858b0bc0d935cb340
|
154
158
|
i18n (1.14.7) sha256=ceba573f8138ff2c0915427f1fc5bdf4aa3ab8ae88c8ce255eb3ecf0a11a5d0f
|
155
159
|
io-console (0.8.0) sha256=cd6a9facbc69871d69b2cb8b926fc6ea7ef06f06e505e81a64f14a470fddefa2
|
156
160
|
irb (1.15.1) sha256=d9bca745ac4207a8b728a52b98b766ca909b86ff1a504bcde3d6f8c84faae890
|
157
|
-
json (2.
|
161
|
+
json (2.10.2) sha256=34e0eada93022b2a0a3345bb0b5efddb6e9ff5be7c48e409cfb54ff8a36a8b06
|
158
162
|
language_server-protocol (3.17.0.4) sha256=c484626478664fd13482d8180947c50a8590484b1258b99b7aedb3b69df89669
|
159
|
-
|
160
|
-
|
163
|
+
lint_roller (1.1.0) sha256=2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87
|
164
|
+
logger (1.6.6) sha256=dd618d24e637715472732e7eed02e33cfbdf56deaad225edd0f1f89d38024017
|
165
|
+
memo_wise (1.11.0) sha256=06ef23a1edb6b8ee4f37d950bba04836b437b4d1036e45d24c2fd2f25b5490c3
|
161
166
|
method_source (1.1.0) sha256=181301c9c45b731b4769bc81e8860e72f9161ad7d66dd99103c9ab84f560f5c5
|
162
|
-
minitest (5.25.
|
167
|
+
minitest (5.25.5) sha256=391b6c6cb43a4802bfb7c93af1ebe2ac66a210293f4a3fb7db36f2fc7dc2c756
|
163
168
|
parallel (1.26.3) sha256=d86babb7a2b814be9f4b81587bf0b6ce2da7d45969fab24d8ae4bf2bb4d4c7ef
|
164
|
-
parser (3.3.7.
|
169
|
+
parser (3.3.7.1) sha256=7dbe61618025519024ac72402a6677ead02099587a5538e84371b76659e6aca1
|
165
170
|
pp (0.6.2) sha256=947ec3120c6f92195f8ee8aa25a7b2c5297bb106d83b41baa02983686577b6ff
|
166
171
|
prettyprint (0.2.0) sha256=2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193
|
167
|
-
prism (1.
|
172
|
+
prism (1.4.0) sha256=dc0e3e00e93160213dc2a65519d9002a4a1e7b962db57d444cf1a71565bb703e
|
168
173
|
pry (0.15.2) sha256=12d54b8640d3fa29c9211dd4ffb08f3fd8bf7a4fd9b5a73ce5b59c8709385b6b
|
169
174
|
pry-byebug (3.10.1)
|
170
175
|
psych (5.2.3) sha256=84a54bb952d14604fea22d99938348814678782f58b12648fcdfa4d2fce859ee
|
171
176
|
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
|
172
177
|
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
|
173
178
|
rake (13.2.1) sha256=46cb38dae65d7d74b6020a4ac9d48afed8eb8149c040eccf0523bec91907059d
|
174
|
-
rdoc (6.
|
179
|
+
rdoc (6.12.0) sha256=7d6f706e070bffa5d18a448f24076cbfb34923a99c1eab842aa18e6ca69f56e0
|
175
180
|
regexp_parser (2.10.0) sha256=cb6f0ddde88772cd64bff1dbbf68df66d376043fe2e66a9ef77fcb1b0c548c61
|
176
181
|
reline (0.6.0) sha256=57620375dcbe56ec09bac7192bfb7460c716bbf0054dc94345ecaa5438e539d2
|
177
182
|
rspec (3.13.0) sha256=d490914ac1d5a5a64a0e1400c1d54ddd2a501324d703b8cfe83f458337bab993
|
178
|
-
rspec-core (3.13.
|
183
|
+
rspec-core (3.13.3) sha256=25136507f4f9cf2e8977a2851e64e438b4331646054e345998714108745cdfe4
|
179
184
|
rspec-expectations (3.13.3) sha256=0e6b5af59b900147698ea0ff80456c4f2e69cac4394fbd392fbd1ca561f66c58
|
180
185
|
rspec-mocks (3.13.2) sha256=2327335def0e1665325a9b617e3af9ae20272741d80ac550336309a7c59abdef
|
181
186
|
rspec-support (3.13.2) sha256=cea3a2463fd9b84b9dcc9685efd80ea701aa8f7b3decb3b3ce795ed67737dbec
|
182
|
-
rubocop (1.
|
183
|
-
rubocop-ast (1.
|
184
|
-
rubocop-performance (1.
|
185
|
-
rubocop-rspec (3.
|
187
|
+
rubocop (1.74.0) sha256=06138a35d7d11c963d5abc0148b355e3999007cb0225a619940db0e75521379b
|
188
|
+
rubocop-ast (1.39.0) sha256=b6ba0f677ceced033b81c69405ac8931f4963116c572b8da5e15a03619a8236c
|
189
|
+
rubocop-performance (1.24.0) sha256=e5bd39ff3e368395b9af886927cc37f5892f43db4bd6c8526594352d5b4440b5
|
190
|
+
rubocop-rspec (3.5.0) sha256=710c942fe1af884ba8eea75cbb8bdbb051929a2208880a6fc2e2dce1eed5304c
|
186
191
|
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
187
|
-
|
188
|
-
|
192
|
+
runger_byebug (11.4.0) sha256=569e22ba2215f57e7f69e145fcb63be401e29fcd312f7936d813e12d0c7bbee6
|
193
|
+
runger_release_assistant (2.0.1)
|
194
|
+
runger_style (5.7.0) sha256=200790f3998e0b924df17efc9d440ddec99508bae983ba2a63f42b80624762f0
|
189
195
|
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
190
196
|
slop (4.10.1) sha256=844322b5ffcf17ed4815fdb173b04a20dd82b4fd93e3744c88c8fafea696d9c7
|
191
|
-
stringio (3.1.
|
197
|
+
stringio (3.1.5) sha256=bca92461515a131535743bc81d5559fa1de7d80cff9a654d6c0af6f9f27e35c8
|
192
198
|
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
|
193
199
|
unicode-display_width (3.1.4) sha256=8caf2af1c0f2f07ec89ef9e18c7d88c2790e217c482bfc78aaa65eadd5415ac1
|
194
200
|
unicode-emoji (4.0.4) sha256=2c2c4ef7f353e5809497126285a50b23056cc6e61b64433764a35eff6c36532a
|
195
|
-
uri (1.0.
|
201
|
+
uri (1.0.3) sha256=e9f2244608eea2f7bc357d954c65c910ce0399ca5e18a7a29207ac22d8767011
|
196
202
|
|
197
203
|
RUBY VERSION
|
198
|
-
ruby 3.4.
|
204
|
+
ruby 3.4.2p28
|
199
205
|
|
200
206
|
BUNDLED WITH
|
201
|
-
2.6.
|
207
|
+
2.6.3
|
@@ -7,7 +7,7 @@ class RungerReleaseAssistant::VersionCalculator
|
|
7
7
|
@current_version = current_version
|
8
8
|
end
|
9
9
|
|
10
|
-
# rubocop:disable Metrics/
|
10
|
+
# rubocop:disable Metrics/PerceivedComplexity
|
11
11
|
def increment_for(type)
|
12
12
|
new_parts =
|
13
13
|
case type
|
@@ -38,7 +38,7 @@ class RungerReleaseAssistant::VersionCalculator
|
|
38
38
|
end
|
39
39
|
new_parts.map(&:to_s).join('.')
|
40
40
|
end
|
41
|
-
# rubocop:enable Metrics/
|
41
|
+
# rubocop:enable Metrics/PerceivedComplexity
|
42
42
|
|
43
43
|
private
|
44
44
|
|
@@ -37,6 +37,7 @@ Gem::Specification.new do |spec|
|
|
37
37
|
spec.add_dependency('activesupport', '>= 6')
|
38
38
|
spec.add_dependency('memo_wise', '>= 1.7')
|
39
39
|
spec.add_dependency('rainbow', '>= 3.0')
|
40
|
+
spec.add_dependency('rake', '>= 13.2.1')
|
40
41
|
spec.add_dependency('slop', '~> 4.8')
|
41
42
|
|
42
43
|
required_ruby_version = File.read('.ruby-version').rstrip.sub(/\A(\d+\.\d+)\.\d+\z/, '\1.0')
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: runger_release_assistant
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Runger
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-19 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: activesupport
|
@@ -51,6 +51,20 @@ dependencies:
|
|
51
51
|
- - ">="
|
52
52
|
- !ruby/object:Gem::Version
|
53
53
|
version: '3.0'
|
54
|
+
- !ruby/object:Gem::Dependency
|
55
|
+
name: rake
|
56
|
+
requirement: !ruby/object:Gem::Requirement
|
57
|
+
requirements:
|
58
|
+
- - ">="
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
version: 13.2.1
|
61
|
+
type: :runtime
|
62
|
+
prerelease: false
|
63
|
+
version_requirements: !ruby/object:Gem::Requirement
|
64
|
+
requirements:
|
65
|
+
- - ">="
|
66
|
+
- !ruby/object:Gem::Version
|
67
|
+
version: 13.2.1
|
54
68
|
- !ruby/object:Gem::Dependency
|
55
69
|
name: slop
|
56
70
|
requirement: !ruby/object:Gem::Requirement
|
@@ -123,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
123
137
|
- !ruby/object:Gem::Version
|
124
138
|
version: '0'
|
125
139
|
requirements: []
|
126
|
-
rubygems_version: 3.6.
|
140
|
+
rubygems_version: 3.6.3
|
127
141
|
specification_version: 4
|
128
142
|
summary: A gem / CLI tool to automate the release process of other gems
|
129
143
|
test_files: []
|