runger_release_assistant 4.2.0 → 4.3.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: 97984ff71040a5c593cdd7a478941b88d9ab7d2fd5552c67f9afade6f9379e09
4
- data.tar.gz: 11ac47d1c69a17d602f579e491fad9eb70dcdd180eb9e17cb0a4d3829c285de3
3
+ metadata.gz: 72ac278c16da0d5e98cda5bccea174aaf11ae0f90cbf81523c395d1b86c2de85
4
+ data.tar.gz: e252541ae877d556c8eb374755d994d65003fdb9e4c6b60daaa6e5b290385d43
5
5
  SHA512:
6
- metadata.gz: 4f0954626a2e56ffd9156d58be8177f58a3fe4f0724978076330e74c054e9d32ad483af531c0bad7049ae707aca15acb6031e8c3e897f0846bb85b23e312ecf5
7
- data.tar.gz: e2d6f436b6575695b6a59265195a61a8eb737e6094b3aa71a99d1ef9a7faf1571d7551e02bd7b75de22fac08232aa577cf752424cbfb494ccf0e8e07dec143a3
6
+ metadata.gz: 0a0350178ce80ae6602fccf3b44f24d5ddf8187f828dbfa31613750fcdaec9b5329bcc32f77b1082c2ab18dfc0d7dc6955cc347f2879211297f2fff87b9caf66
7
+ data.tar.gz: 07ce3e2bd9e5f51b1effe409e913e4fbf9ad6c1dad995309d53a5ecc41d3de053332b081ca089f3b607fa834361c59e4ee2da7e61ee8bbc8c56bb3a336af92df
data/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  ## Unreleased
2
2
  [no unreleased changes yet]
3
3
 
4
+ ## v4.3.0 (2025-03-20)
5
+ - Only use the RubyGems bundler release rake sub-tasks needed to push to RubyGems.
6
+
7
+ ## v4.2.1 (2025-03-20)
8
+ ### Docs
9
+ - [README] Update table of contents.
10
+
4
11
  ## v4.2.0 (2025-03-20)
5
12
  - Fix README typo (most -> must).
6
13
  - Look for latest tag using tag prefix.
data/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- runger_release_assistant (4.2.0)
12
+ runger_release_assistant (4.3.0)
13
13
  activesupport (>= 6)
14
14
  memo_wise (>= 1.7)
15
15
  rainbow (>= 3.0)
@@ -102,8 +102,8 @@ GEM
102
102
  rubocop-ast (>= 1.38.0, < 2.0)
103
103
  ruby-progressbar (~> 1.7)
104
104
  unicode-display_width (>= 2.4.0, < 4.0)
105
- rubocop-ast (1.39.0)
106
- parser (>= 3.3.1.0)
105
+ rubocop-ast (1.41.0)
106
+ parser (>= 3.3.7.2)
107
107
  rubocop-performance (1.24.0)
108
108
  lint_roller (~> 1.1)
109
109
  rubocop (>= 1.72.1, < 2.0)
@@ -185,12 +185,12 @@ CHECKSUMS
185
185
  rspec-mocks (3.13.2) sha256=2327335def0e1665325a9b617e3af9ae20272741d80ac550336309a7c59abdef
186
186
  rspec-support (3.13.2) sha256=cea3a2463fd9b84b9dcc9685efd80ea701aa8f7b3decb3b3ce795ed67737dbec
187
187
  rubocop (1.74.0) sha256=06138a35d7d11c963d5abc0148b355e3999007cb0225a619940db0e75521379b
188
- rubocop-ast (1.39.0) sha256=b6ba0f677ceced033b81c69405ac8931f4963116c572b8da5e15a03619a8236c
188
+ rubocop-ast (1.41.0) sha256=0eeff9ad3743f42823e3c687cbc15f8c552ff63c9f8e3d35fbafe746977c7c0d
189
189
  rubocop-performance (1.24.0) sha256=e5bd39ff3e368395b9af886927cc37f5892f43db4bd6c8526594352d5b4440b5
190
190
  rubocop-rspec (3.5.0) sha256=710c942fe1af884ba8eea75cbb8bdbb051929a2208880a6fc2e2dce1eed5304c
191
191
  ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
192
192
  runger_byebug (11.4.0) sha256=569e22ba2215f57e7f69e145fcb63be401e29fcd312f7936d813e12d0c7bbee6
193
- runger_release_assistant (4.2.0)
193
+ runger_release_assistant (4.3.0)
194
194
  runger_style (5.7.0) sha256=200790f3998e0b924df17efc9d440ddec99508bae983ba2a63f42b80624762f0
195
195
  securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
196
196
  slop (4.10.1) sha256=844322b5ffcf17ed4815fdb173b04a20dd82b4fd93e3744c88c8fafea696d9c7
data/README.md CHANGED
@@ -17,12 +17,13 @@ versions via git/GitHub and (optionally) via RubyGems.
17
17
  * [Config](#config)
18
18
  * [Post-release command](#post-release-command)
19
19
  * [Using with RubyGems](#using-with-rubygems)
20
+ * [Tag prefix](#tag-prefix)
20
21
  * [Development](#development)
21
22
  * [Contributing](#contributing)
22
23
  * [License](#license)
23
24
 
24
25
  <!-- Created by https://github.com/ekalinin/github-markdown-toc -->
25
- <!-- Added by: david, at: Wed Feb 5 04:11:40 AM CST 2025 -->
26
+ <!-- Added by: david, at: Thu Mar 20 02:14:42 PM CDT 2025 -->
26
27
 
27
28
  <!--te-->
28
29
 
@@ -140,17 +141,9 @@ By default, Git tags are created like `v1.0.0`. If you would like to prefix the
140
141
  tag_prefix: gem/
141
142
  ```
142
143
 
143
- You must also provide this to bundler by putting something like the following in your `Rakefile`:
144
-
145
- ```rb
146
- require 'bundler/gem_tasks'
147
- require 'runger_release_assistant'
148
- Bundler::GemHelper.tag_prefix = RungerReleaseAssistant.new.tag_prefix
149
- ```
150
-
151
144
  This example would generate tags in the form `gem/v1.0.0`.
152
145
 
153
- Note that all version numbers in git tags will be prefixed with at least a `v`. The `tag_prefix` option is to specify an additional prefix, in addition to the `v`.
146
+ Note that all version numbers in git tags will be prefixed with at least a `v`. The `tag_prefix` option is to specify another prefix, in addition to the `v`.
154
147
 
155
148
  ## Development
156
149
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  # rubocop:disable Style/StaticClass
4
4
  class RungerReleaseAssistant
5
- VERSION = '4.2.0'
5
+ VERSION = '4.3.0'
6
6
  end
7
7
  # rubocop:enable Style/StaticClass
@@ -221,8 +221,11 @@ class RungerReleaseAssistant
221
221
 
222
222
  def push_to_rubygems
223
223
  logger.debug('Pushing to RubyGems and git')
224
- # Always show system output because 2FA should be enabled, which requires user to see the prompt
225
- execute_command('bundle exec rake release', show_system_output: true)
224
+ # Show system output because 2FA should be enabled, which requires the user to see the prompt.
225
+ execute_command(
226
+ 'bundle exec rake build release:guard_clean release:rubygem_push',
227
+ show_system_output: true,
228
+ )
226
229
  end
227
230
 
228
231
  def push_to_git
@@ -40,6 +40,11 @@ Gem::Specification.new do |spec|
40
40
  spec.add_dependency('rake', '>= 13.2.1')
41
41
  spec.add_dependency('slop', '~> 4.8')
42
42
 
43
- required_ruby_version = File.read('.ruby-version').rstrip.sub(/\A(\d+\.\d+)\.\d+\z/, '\1.0')
43
+ # HACK: Using public_send rather than read works around a Dependabot bug.
44
+ # rubocop:disable Style/SendWithLiteralMethodName
45
+ required_ruby_version =
46
+ File.public_send(:read, '.ruby-version').
47
+ rstrip.sub(/\A(\d+\.\d+)\.\d+\z/, '\1.0')
48
+ # rubocop:enable Style/SendWithLiteralMethodName
44
49
  spec.required_ruby_version = ">= #{required_ruby_version}"
45
50
  end
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: 4.2.0
4
+ version: 4.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Runger
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-03-20 00:00:00.000000000 Z
10
+ date: 2025-03-21 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activesupport