makenew-rbgem 3.1.0 → 3.1.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/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/makenew-rbgem/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: 857b080b79229c5e7229cb01ef7416fa76c82cefe8470d185f4b8c4153b49772
|
|
4
|
+
data.tar.gz: f481270a9c6d2d4cf3177656200143ec9f3b336d193d0f53137e982416326ef3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb703dee1023d3e1ea6f9046dea87833331d1059bb305fd202fc45473d0027c43e1aa2caaa71822d3ff3f9c3039541c1f394a131040bcf45bbd440a85205f135
|
|
7
|
+
data.tar.gz: 2d2387cbdc61f954c939391a392a677604eec5df69f38123d2846eb8fd154459bc759c2723027e83c1678d9b1b5ca3c45956d5b88da140001c3935a39a8d8f8b
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -198,7 +198,7 @@ $ gh workflow run version.yml --raw-field version=<version>
|
|
|
198
198
|
|
|
199
199
|
[gem release]: https://github.com/svenfuchs/gem-release
|
|
200
200
|
[GitHub CLI]: https://cli.github.com/
|
|
201
|
-
[version workflow_dispatch on GitHub Actions]: https://github.com/
|
|
201
|
+
[version workflow_dispatch on GitHub Actions]: https://github.com/makenew/rbgem/actions?query=workflow%3Aversion
|
|
202
202
|
|
|
203
203
|
## GitHub Actions
|
|
204
204
|
|