rubysmith 4.0.0 → 4.0.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
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +5 -0
- data/lib/rubysmith/configuration/enhancers/git_email.rb +1 -1
- data/lib/rubysmith/configuration/enhancers/git_user.rb +1 -1
- data/rubysmith.gemspec +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -3
- metadata.gz.sig +0 -0
- data/lib/rubysmith/templates/%project_name%/.DS_Store +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aab5b0e11cc7a26ae44d9bfb2f28b5a582a2b785c3e5140cb959d0dba1248492
|
|
4
|
+
data.tar.gz: b6c20fa6f3bb6e5b1c9f893519ea57a61b20e3a7cba22c273bada97c760615b9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d4fc06bbee40a3ec061f572e2380260bc851420a3a6a101a0d0d685b4cc99e84505c3bcbc09376ed7d1dcf70bea6b56af4332e75f32142cd07834ff59b884f3
|
|
7
|
+
data.tar.gz: 8af8cb102523d0ee51e5f74748b8d2bab01a858c02c72d98477870fed7ac2465f7bf470f232bc3ece2543fecd5ba77f6db3059458a4d72ee885f79a110bd0f0e
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/README.adoc
CHANGED
|
@@ -91,6 +91,7 @@ BUILD OPTIONS:
|
|
|
91
91
|
--[no-]funding Add GitHub funding configuration. Default: false.
|
|
92
92
|
--[no-]git Add Git. Default: true.
|
|
93
93
|
--[no-]git_hub Add GitHub templates. Default: false.
|
|
94
|
+
--[no-]git_hub_ci Add GitHub templates. Default: false.
|
|
94
95
|
--[no-]git-lint Add Git Lint gem. Default: true.
|
|
95
96
|
--[no-]guard Add Guard gem. Default: true.
|
|
96
97
|
--[no-]license Add license documentation. Default: true.
|
|
@@ -228,6 +229,10 @@ The `--git` option allows you add link:https://git-scm.com[Git] repository suppo
|
|
|
228
229
|
The `--git_hub` option allows you add link:https://github.com[GitHub] templates to your project for
|
|
229
230
|
issues and pull requests.
|
|
230
231
|
|
|
232
|
+
==== GitHub CI
|
|
233
|
+
|
|
234
|
+
The `--git_hub_ci` option allows you to build your project with link:https://docs.github.com/en/actions[GitHub Actions] configured so you can get your project building as quickly as possible.
|
|
235
|
+
|
|
231
236
|
===== Git Lint
|
|
232
237
|
|
|
233
238
|
The `--git-lint` option allows you to add the link:https://www.alchemists.io/projects/git-lint[Git
|
data/rubysmith.gemspec
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubysmith
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
|
28
28
|
CxDe2+VuChj4I1nvIHdu+E6XoEVlanUPKmSg6nddhkKn2gC45Kyzh6FZqnzH/CRp
|
|
29
29
|
RFE=
|
|
30
30
|
-----END CERTIFICATE-----
|
|
31
|
-
date: 2022-12-
|
|
31
|
+
date: 2022-12-28 00:00:00.000000000 Z
|
|
32
32
|
dependencies:
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: cogger
|
|
@@ -275,7 +275,6 @@ files:
|
|
|
275
275
|
- lib/rubysmith/pathway.rb
|
|
276
276
|
- lib/rubysmith/renderers/erb.rb
|
|
277
277
|
- lib/rubysmith/renderers/namespace.rb
|
|
278
|
-
- lib/rubysmith/templates/%project_name%/.DS_Store
|
|
279
278
|
- lib/rubysmith/templates/%project_name%/.circleci/config.yml.erb
|
|
280
279
|
- lib/rubysmith/templates/%project_name%/.github/FUNDING.yml.erb
|
|
281
280
|
- lib/rubysmith/templates/%project_name%/.github/ISSUE_TEMPLATE.md.erb
|
metadata.gz.sig
CHANGED
|
Binary file
|
|
Binary file
|