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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d63dd1caebbbd1b7cb2586b5e773c879f0da0a910bfba6f1a4fe42fc0b722434
4
- data.tar.gz: ac88568b12293ecbc78abe163f09b1e5448107d28d5e92e2d697f143cf8d1971
3
+ metadata.gz: 8445e56a264c6670e1fff413ec873b4c84b0744382d4077b99abff69a2409e30
4
+ data.tar.gz: da1becc8dbc376ed224f0050e726c7438cd7571a5fea8286593131ada35468b4
5
5
  SHA512:
6
- metadata.gz: a99e69ca6a379e14374f354405b668aff87ee8d60efabf52a42df4180a2867539134b91105d2b1fda249a85faf1f0693d5df958874a8f340f580c5552823c0c7
7
- data.tar.gz: 25e0716489ec1397eb47e32433c5f2eb926e7b079b6edf4aea42f960f7af3d9a71b1cd2da7ab0079618b352542b1fadf3a557d66837bad52b1af9622886268b3
6
+ metadata.gz: 25614881285e0cf5bdb14fa64f1102a60178adda4d2521a806dc5da5c60d8ceeeaf1cd92d329fb22e0affb084f2565e4dcbdc8dbe95d50d89eb41b05f2980b25
7
+ data.tar.gz: 8d263b13e078be9a5ad758ddcfce303628767322aba47fa9c54f1222de233a4b3d1eff75e74c1f1bc5571c5d3d79503dccfcc3bee6bec5eea56f69c7235f0cbb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- makenew-rbgem (0.4.2)
4
+ makenew-rbgem (0.4.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
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.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MakenewRbgem
4
- VERSION = "0.4.2"
4
+ VERSION = "0.4.3"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: makenew-rbgem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Evan Sosenko