runger_release_assistant 4.2.0 → 4.2.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/CHANGELOG.md +4 -0
- data/Gemfile.lock +2 -2
- data/README.md +2 -1
- data/lib/runger_release_assistant/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e5cf7362dd12d923b88713f84240ed0d110a0aebcaa02fb64f093894ba7f468
|
4
|
+
data.tar.gz: c0986cb869c96542d2fb9cc4e40f8f95da9d4759c871ff2bbd7819b3cd5597c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fe5c293094adc5ddeb32e45e853bca02936620698a187be3247bbfd677c0224ba1741bd82ca2292a196ba7423f26b8fb16c7eecb91d89678dcb25a80950ea42
|
7
|
+
data.tar.gz: f1ebfe8c4fd71a3fe084c2aa0d1e613fd2fbe935bb52c465abb5df6b333f9f22f7064d1a5677c261d518b616f0b2ce3e0ef8542b0f95a9d68e90ba6fa2e6c562
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -9,7 +9,7 @@ GIT
|
|
9
9
|
PATH
|
10
10
|
remote: .
|
11
11
|
specs:
|
12
|
-
runger_release_assistant (4.2.
|
12
|
+
runger_release_assistant (4.2.1)
|
13
13
|
activesupport (>= 6)
|
14
14
|
memo_wise (>= 1.7)
|
15
15
|
rainbow (>= 3.0)
|
@@ -190,7 +190,7 @@ CHECKSUMS
|
|
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.
|
193
|
+
runger_release_assistant (4.2.1)
|
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:
|
26
|
+
<!-- Added by: david, at: Thu Mar 20 02:14:42 PM CDT 2025 -->
|
26
27
|
|
27
28
|
<!--te-->
|
28
29
|
|