makenew-rbgem 0.2.0 → 0.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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/lib/makenew-rbgem/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 443d2aaba1ff496a5d7821dcb6708205dcdff39eb9b27249161f6164da1ee97c
|
|
4
|
+
data.tar.gz: 3626ccdd0e23429b1f117707d988a1705cb49d9fd24f76e5e1d0c25636181e3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bbf0e1d69c9f56ea45beaab1647f9238a00177b620db49df287cb3b65cfd6b85dcce8a5240a9030022a533509b1c898cda055b2f074eef3b09243cc2664b3b9f
|
|
7
|
+
data.tar.gz: 7ff521bf4cde21671de4c08285fa0552305bb262645d24b21b4fb06f039491902b9387fa0023fc61b8f552aec5aef7c1b194d45add64c08e8c8be29b73bba3f3
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
# Ruby Gem
|
|
1
|
+
# Ruby Gem Project Skeleton
|
|
2
2
|
|
|
3
3
|
[](https://rubygems.org/gems/makenew-rbgem)
|
|
4
4
|
[](https://github.com/makenew/rbgem/actions)
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
Project skeleton for a Ruby gem.
|
|
7
7
|
|
|
8
8
|
## Description
|
|
9
9
|
|
|
@@ -62,7 +62,7 @@ Bootstrap a new Ruby gem in five minutes or less.
|
|
|
62
62
|
$ git push -u origin master
|
|
63
63
|
```
|
|
64
64
|
6. Ensure the GitHub action passes,
|
|
65
|
-
then publish the initial version of the
|
|
65
|
+
then publish the initial version of the gem with
|
|
66
66
|
```
|
|
67
67
|
$ bundle install
|
|
68
68
|
$ bundle exec gem bump --sign --push --version patch
|
|
@@ -179,7 +179,7 @@ _GitHub Actions should already be configured: this section is for reference only
|
|
|
179
179
|
|
|
180
180
|
The following repository secrets must be set on [GitHub Actions]:
|
|
181
181
|
|
|
182
|
-
- `RUBYGEMS_API_KEY`: RubyGems.org token for publishing
|
|
182
|
+
- `RUBYGEMS_API_KEY`: RubyGems.org token for publishing gems.
|
|
183
183
|
|
|
184
184
|
These must be set manually.
|
|
185
185
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: makenew-rbgem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Evan Sosenko
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-11-
|
|
11
|
+
date: 2022-11-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
161
161
|
- !ruby/object:Gem::Version
|
|
162
162
|
version: '0'
|
|
163
163
|
requirements: []
|
|
164
|
-
rubygems_version: 3.
|
|
164
|
+
rubygems_version: 3.2.33
|
|
165
165
|
signing_key:
|
|
166
166
|
specification_version: 4
|
|
167
167
|
summary: Ruby Gem Project Skeleton
|