makenew-rbgem 0.4.2 → 0.4.3
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 +0 -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: 8445e56a264c6670e1fff413ec873b4c84b0744382d4077b99abff69a2409e30
|
|
4
|
+
data.tar.gz: da1becc8dbc376ed224f0050e726c7438cd7571a5fea8286593131ada35468b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25614881285e0cf5bdb14fa64f1102a60178adda4d2521a806dc5da5c60d8ceeeaf1cd92d329fb22e0affb084f2565e4dcbdc8dbe95d50d89eb41b05f2980b25
|
|
7
|
+
data.tar.gz: 8d263b13e078be9a5ad758ddcfce303628767322aba47fa9c54f1222de233a4b3d1eff75e74c1f1bc5571c5d3d79503dccfcc3bee6bec5eea56f69c7235f0cbb
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -195,7 +195,6 @@ The version and format GitHub actions
|
|
|
195
195
|
require a user with write access to the repository.
|
|
196
196
|
Set these additional secrets to enable the action:
|
|
197
197
|
|
|
198
|
-
- `GH_USER`: The GitHub user's username.
|
|
199
198
|
- `GH_TOKEN`: A personal access token for the user.
|
|
200
199
|
- `GIT_USER_NAME`: The GitHub user's real name.
|
|
201
200
|
- `GIT_USER_EMAIL`: The GitHub user's email.
|