dopstick 0.0.9 → 0.0.10
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/lib/dopstick/generator/base/templates/issue_template_config.erb +5 -0
- data/lib/dopstick/generator/gem/generator.rb +2 -0
- data/lib/dopstick/generator/npm/generator.rb +2 -0
- data/lib/dopstick/generator/npm/templates/tests_workflow.erb +1 -1
- data/lib/dopstick/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68fe169c88729fa6813fff9f0ffa304105af9814c7c0f11f0fe74e2142190e1a
|
|
4
|
+
data.tar.gz: f633e7161ecb3c87310570eb2e3ada006d5fef01297ce2ccbc16bf47af0c9814
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7e51df4841b4d4ac11459fa0e72ad1a7821bf0f22dc94fef6034da76da8c13a06945f8fbfba814ce6798d61d2cd6a3a549817e2abc241f945135723333c337f
|
|
7
|
+
data.tar.gz: c3aa86a1041cb3b8a86b4ce7d985c716cb9b7064472dbc22dbf7900f307a7cdc3de7859862034dbf82635c2d35472fbc5e6a70d02a5b9e1c03ce2af463063fa6
|
|
@@ -51,6 +51,8 @@ module Dopstick
|
|
|
51
51
|
template "feature_request.erb",
|
|
52
52
|
".github/ISSUE_TEMPLATE/feature_request.md"
|
|
53
53
|
template "pull_request.erb", ".github/PULL_REQUEST_TEMPLATE.md"
|
|
54
|
+
template "issue_template_config.erb",
|
|
55
|
+
".github/ISSUE_TEMPLATE/config.yml"
|
|
54
56
|
template "dependabot.erb", ".github/dependabot.yml"
|
|
55
57
|
template "codeowners.erb", ".github/CODEOWNERS"
|
|
56
58
|
end
|
|
@@ -56,6 +56,8 @@ module Dopstick
|
|
|
56
56
|
template "feature_request.erb",
|
|
57
57
|
".github/ISSUE_TEMPLATE/feature_request.md"
|
|
58
58
|
template "pull_request.erb", ".github/PULL_REQUEST_TEMPLATE.md"
|
|
59
|
+
template "issue_template_config.erb",
|
|
60
|
+
".github/ISSUE_TEMPLATE/config.yml"
|
|
59
61
|
template "dependabot.erb", ".github/dependabot.yml"
|
|
60
62
|
template "codeowners.erb", ".github/CODEOWNERS"
|
|
61
63
|
end
|
|
@@ -28,7 +28,7 @@ jobs:
|
|
|
28
28
|
with:
|
|
29
29
|
path: vendor/bundle
|
|
30
30
|
key: >
|
|
31
|
-
${{ runner.os }}-${{ matrix.node }}-npm-${{ hashFiles(
|
|
31
|
+
${{ runner.os }}-${{ matrix.node }}-npm-${{ hashFiles('package.json') }}
|
|
32
32
|
|
|
33
33
|
- name: Set up Node
|
|
34
34
|
uses: actions/setup-node@v2-beta
|
data/lib/dopstick/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dopstick
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nando Vieira
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-01-
|
|
11
|
+
date: 2022-01-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -164,6 +164,7 @@ files:
|
|
|
164
164
|
- lib/dopstick/generator/base/templates/funding.erb
|
|
165
165
|
- lib/dopstick/generator/base/templates/gitignore.erb
|
|
166
166
|
- lib/dopstick/generator/base/templates/issue.erb
|
|
167
|
+
- lib/dopstick/generator/base/templates/issue_template_config.erb
|
|
167
168
|
- lib/dopstick/generator/base/templates/license.erb
|
|
168
169
|
- lib/dopstick/generator/base/templates/pull_request.erb
|
|
169
170
|
- lib/dopstick/generator/base/templates/setup.erb
|
|
@@ -210,10 +211,10 @@ metadata:
|
|
|
210
211
|
rubygems_mfa_required: 'true'
|
|
211
212
|
homepage_uri: https://github.com/fnando/dopstick
|
|
212
213
|
bug_tracker_uri: https://github.com/fnando/dopstick/issues
|
|
213
|
-
source_code_uri: https://github.com/fnando/dopstick/tree/v0.0.
|
|
214
|
-
changelog_uri: https://github.com/fnando/dopstick/tree/v0.0.
|
|
215
|
-
documentation_uri: https://github.com/fnando/dopstick/tree/v0.0.
|
|
216
|
-
license_uri: https://github.com/fnando/dopstick/tree/v0.0.
|
|
214
|
+
source_code_uri: https://github.com/fnando/dopstick/tree/v0.0.10
|
|
215
|
+
changelog_uri: https://github.com/fnando/dopstick/tree/v0.0.10/CHANGELOG.md
|
|
216
|
+
documentation_uri: https://github.com/fnando/dopstick/tree/v0.0.10/README.md
|
|
217
|
+
license_uri: https://github.com/fnando/dopstick/tree/v0.0.10/LICENSE.md
|
|
217
218
|
post_install_message:
|
|
218
219
|
rdoc_options: []
|
|
219
220
|
require_paths:
|