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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 42446a66e285e1f148cf24c355d855dca254c32086ede5c12dea2101715fa4ed
4
- data.tar.gz: f4f9358edf3b97602abb0584f0b09aa7877f1e62df7c17be0f1f6d6080f4aeb6
3
+ metadata.gz: 68fe169c88729fa6813fff9f0ffa304105af9814c7c0f11f0fe74e2142190e1a
4
+ data.tar.gz: f633e7161ecb3c87310570eb2e3ada006d5fef01297ce2ccbc16bf47af0c9814
5
5
  SHA512:
6
- metadata.gz: 28cbbe929c06a4c5a691016f5755ec4ed0c58bc5b6750d36940d084c54600dfa1d54744b9c53ae813269224db38ef1208997ebbdfc9a3e9d77cbf947c8061151
7
- data.tar.gz: 9de528b5dbb5d9515c8668e62234641bfe49bb0ec5f401fc0d5135673f4d0fc4632985298f566e35e175269212afa65967f3731b2d6fedb3fac35bb40d2550fc
6
+ metadata.gz: d7e51df4841b4d4ac11459fa0e72ad1a7821bf0f22dc94fef6034da76da8c13a06945f8fbfba814ce6798d61d2cd6a3a549817e2abc241f945135723333c337f
7
+ data.tar.gz: c3aa86a1041cb3b8a86b4ce7d985c716cb9b7064472dbc22dbf7900f307a7cdc3de7859862034dbf82635c2d35472fbc5e6a70d02a5b9e1c03ce2af463063fa6
@@ -0,0 +1,5 @@
1
+ ---
2
+ contact_links:
3
+ - name: "🤨 Q&A"
4
+ url: <%= options.github_url %>/discussions/new?category=q-a
5
+ about: Have a question? Ask it away here!
@@ -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("package.json") }}
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dopstick
4
- VERSION = "0.0.9"
4
+ VERSION = "0.0.10"
5
5
  end
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.9
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-12 00:00:00.000000000 Z
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.9
214
- changelog_uri: https://github.com/fnando/dopstick/tree/v0.0.9/CHANGELOG.md
215
- documentation_uri: https://github.com/fnando/dopstick/tree/v0.0.9/README.md
216
- license_uri: https://github.com/fnando/dopstick/tree/v0.0.9/LICENSE.md
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: