chutney 3.12.1 → 3.12.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.
Files changed (79) hide show
  1. checksums.yaml +4 -4
  2. data/chutney.gemspec +3 -3
  3. data/lib/chutney/linter/same_scenario.rb +4 -3
  4. data/lib/chutney/version.rb +1 -1
  5. data/spec/chutney_mcp_spec.rb +0 -0
  6. data/usechutney.com.site/.gitignore +2 -0
  7. data/usechutney.com.site/site/assets/favicons/android-chrome-192x192.png +0 -0
  8. data/usechutney.com.site/site/assets/favicons/android-chrome-512x512.png +0 -0
  9. data/usechutney.com.site/site/assets/favicons/apple-touch-icon.png +0 -0
  10. data/usechutney.com.site/site/assets/favicons/favicon-16x16.png +0 -0
  11. data/usechutney.com.site/site/assets/favicons/favicon-32x32.png +0 -0
  12. data/usechutney.com.site/site/assets/favicons/favicon.ico +0 -0
  13. data/usechutney.com.site/site/assets/favicons/site.webmanifest +19 -0
  14. data/usechutney.com.site/site/assets/styles.css +298 -0
  15. data/{usechutney.com/pages/about/index.md → usechutney.com.site/site/src/about.page.md} +1 -6
  16. data/{usechutney.com/docs/configuration/index.md → usechutney.com.site/site/src/docs/configuration.page.md} +2 -6
  17. data/{usechutney.com/docs/disabling-rules/index.md → usechutney.com.site/site/src/docs/disabling-rules.page.md} +2 -6
  18. data/usechutney.com.site/site/src/docs/index.page.md +17 -0
  19. data/{usechutney.com/docs/installing/index.md → usechutney.com.site/site/src/docs/installing.page.md} +2 -6
  20. data/{usechutney.com/docs/language-server/index.md → usechutney.com.site/site/src/docs/language-server.page.md} +3 -8
  21. data/{usechutney.com/docs/mcp/index.md → usechutney.com.site/site/src/docs/mcp.page.md} +3 -8
  22. data/{usechutney.com/docs/rules/avoid-colons-at-start-of-names/index.md → usechutney.com.site/site/src/docs/rules/avoid-colons-at-start-of-names.page.md} +2 -6
  23. data/{usechutney.com/docs/rules/avoid-comma-in-tags/index.md → usechutney.com.site/site/src/docs/rules/avoid-comma-in-tags.page.md} +2 -6
  24. data/{usechutney.com/docs/rules/avoid-full-stops/index.md → usechutney.com.site/site/src/docs/rules/avoid-full-stops.page.md} +2 -6
  25. data/{usechutney.com/docs/rules/avoid-outline-for-single-example/index.md → usechutney.com.site/site/src/docs/rules/avoid-outline-for-single-example.page.md} +2 -6
  26. data/{usechutney.com/docs/rules/avoid-scripting/index.md → usechutney.com.site/site/src/docs/rules/avoid-scripting.page.md} +2 -6
  27. data/{usechutney.com/docs/rules/avoid-splat-steps-in-background/index.md → usechutney.com.site/site/src/docs/rules/avoid-splat-steps-in-background.page.md} +2 -6
  28. data/{usechutney.com/docs/rules/avoid-splat-steps-in-scenarios/index.md → usechutney.com.site/site/src/docs/rules/avoid-splat-steps-in-scenarios.page.md} +2 -6
  29. data/{usechutney.com/docs/rules/avoid-typographers-quotes/index.md → usechutney.com.site/site/src/docs/rules/avoid-typographers-quotes.page.md} +2 -6
  30. data/{usechutney.com/docs/rules/background-does-more-than-setup/index.md → usechutney.com.site/site/src/docs/rules/background-does-more-than-setup.page.md} +2 -6
  31. data/{usechutney.com/docs/rules/background-requires-multiple-scenarios/index.md → usechutney.com.site/site/src/docs/rules/background-requires-multiple-scenarios.page.md} +2 -6
  32. data/{usechutney.com/docs/rules/bad-scenario-name/index.md → usechutney.com.site/site/src/docs/rules/bad-scenario-name.page.md} +2 -6
  33. data/usechutney.com.site/site/src/docs/rules/empty-feature-file.page.md +3 -0
  34. data/{usechutney.com/docs/rules/file-name-differs-feature-name/index.md → usechutney.com.site/site/src/docs/rules/file-name-differs-feature-name.page.md} +2 -6
  35. data/{usechutney.com/docs/rules/givens-after-background/index.md → usechutney.com.site/site/src/docs/rules/givens-after-background.page.md} +2 -6
  36. data/{usechutney.com/docs/rules/inconsistent-quoting/index.md → usechutney.com.site/site/src/docs/rules/inconsistent-quoting.page.md} +2 -6
  37. data/usechutney.com.site/site/src/docs/rules/index.page.md +43 -0
  38. data/{usechutney.com/docs/rules/invalid-step-flow/index.md → usechutney.com.site/site/src/docs/rules/invalid-step-flow.page.md} +2 -6
  39. data/{usechutney.com/docs/rules/invalid_file_name/index.md → usechutney.com.site/site/src/docs/rules/invalid_file_name.page.md} +2 -6
  40. data/{usechutney.com/docs/rules/missing-example-name/index.md → usechutney.com.site/site/src/docs/rules/missing-example-name.page.md} +2 -6
  41. data/{usechutney.com/docs/rules/missing-example-table/index.md → usechutney.com.site/site/src/docs/rules/missing-example-table.page.md} +2 -6
  42. data/{usechutney.com/docs/rules/missing-feature-description/index.md → usechutney.com.site/site/src/docs/rules/missing-feature-description.page.md} +2 -6
  43. data/{usechutney.com/docs/rules/missing-feature-name/index.md → usechutney.com.site/site/src/docs/rules/missing-feature-name.page.md} +2 -6
  44. data/{usechutney.com/docs/rules/missing-scenario-name/index.md → usechutney.com.site/site/src/docs/rules/missing-scenario-name.page.md} +2 -6
  45. data/{usechutney.com/docs/rules/missing-scenario-outline/index.md → usechutney.com.site/site/src/docs/rules/missing-scenario-outline.page.md} +2 -6
  46. data/{usechutney.com/docs/rules/missing-test-action/index.md → usechutney.com.site/site/src/docs/rules/missing-test-action.page.md} +2 -6
  47. data/{usechutney.com/docs/rules/missing-test-verification/index.md → usechutney.com.site/site/src/docs/rules/missing-test-verification.page.md} +2 -6
  48. data/{usechutney.com/docs/rules/required-tag-starts-with/index.md → usechutney.com.site/site/src/docs/rules/required-tag-starts-with.page.md} +2 -6
  49. data/{usechutney.com/docs/rules/same-scenario/index.md → usechutney.com.site/site/src/docs/rules/same-scenario.page.md} +2 -7
  50. data/{usechutney.com/docs/rules/same-tag-different-case/index.md → usechutney.com.site/site/src/docs/rules/same-tag-different-case.page.md} +2 -6
  51. data/{usechutney.com/docs/rules/same-tag-for-all-scenarios/index.md → usechutney.com.site/site/src/docs/rules/same-tag-for-all-scenarios.page.md} +2 -6
  52. data/{usechutney.com/docs/rules/scenario-names-match/index.md → usechutney.com.site/site/src/docs/rules/scenario-names-match.page.md} +2 -6
  53. data/{usechutney.com/docs/rules/tag-used-multiple-times/index.md → usechutney.com.site/site/src/docs/rules/tag-used-multiple-times.page.md} +2 -6
  54. data/{usechutney.com/docs/rules/too-clumsy/index.md → usechutney.com.site/site/src/docs/rules/too-clumsy.page.md} +2 -6
  55. data/{usechutney.com/docs/rules/too-long-step/index.md → usechutney.com.site/site/src/docs/rules/too-long-step.page.md} +2 -6
  56. data/{usechutney.com/docs/rules/too-many-different-tags/index.md → usechutney.com.site/site/src/docs/rules/too-many-different-tags.page.md} +2 -6
  57. data/{usechutney.com/docs/rules/too-many-steps/index.md → usechutney.com.site/site/src/docs/rules/too-many-steps.page.md} +2 -6
  58. data/{usechutney.com/docs/rules/too-many-tags/index.md → usechutney.com.site/site/src/docs/rules/too-many-tags.page.md} +2 -6
  59. data/{usechutney.com/docs/rules/unique-scenario-names/index.md → usechutney.com.site/site/src/docs/rules/unique-scenario-names.page.md} +2 -6
  60. data/{usechutney.com/docs/rules/unknown-variable/index.md → usechutney.com.site/site/src/docs/rules/unknown-variable.page.md} +2 -6
  61. data/{usechutney.com/docs/rules/unused-variable/index.md → usechutney.com.site/site/src/docs/rules/unused-variable.page.md} +2 -6
  62. data/{usechutney.com/docs/rules/use-background/index.md → usechutney.com.site/site/src/docs/rules/use-background.page.md} +2 -6
  63. data/{usechutney.com/docs/rules/use-outline/index.md → usechutney.com.site/site/src/docs/rules/use-outline.page.md} +2 -6
  64. data/{usechutney.com/docs/running/index.md → usechutney.com.site/site/src/docs/running.page.md} +2 -6
  65. data/{usechutney.com/pages/index.markdown → usechutney.com.site/site/src/index.page.md} +15 -24
  66. data/usechutney.com.site/site/templates/_nav.html.erb +6 -0
  67. data/usechutney.com.site/site/templates/layout.html.erb +35 -0
  68. data/usechutney.com.site/site/templates/page.html.erb +3 -0
  69. metadata +81 -68
  70. data/usechutney.com/.gitignore +0 -5
  71. data/usechutney.com/Gemfile +0 -37
  72. data/usechutney.com/_config.yml +0 -299
  73. data/usechutney.com/_data/navigation.yml +0 -120
  74. data/usechutney.com/_data/ui-text.yml +0 -2132
  75. data/usechutney.com/_posts/2024-09-23-welcome-to-jekyll.markdown +0 -28
  76. data/usechutney.com/assets/images/pug.png +0 -0
  77. data/usechutney.com/docs/rules/empty-feature-file/index.md +0 -7
  78. data/usechutney.com/pages/404.html +0 -25
  79. /data/{usechutney.com/assets/images → usechutney.com.site/site/assets}/mr_pickle.png +0 -0
@@ -0,0 +1,35 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title><%= title %> - <%= site_name %></title>
7
+ <link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
8
+ <link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
9
+ <link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
10
+ <link rel="manifest" href="/favicons/site.webmanifest">
11
+ <link rel="stylesheet" href="/styles.css">
12
+ <link rel="preconnect" href="https://fonts.googleapis.com">
13
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
14
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=JetBrains+Mono&display=swap" rel="stylesheet">
15
+ </head>
16
+ <body>
17
+ <header class="site-header">
18
+ <div class="container">
19
+ <a href="/" class="site-title">Chutney</a>
20
+ <%= render 'nav' %>
21
+ </div>
22
+ </header>
23
+
24
+ <main class="container">
25
+ <%= content %>
26
+ </main>
27
+
28
+ <footer class="site-footer">
29
+ <div class="container">
30
+ <p>&copy; <%= Time.now.year %> Chutney. Beautiful and tasteful best practice for Cucumber. GitHub: <a href="https://github.com/BillyRuffian/chutney">BillyRuffian/chutney</a></p>
31
+ <p>Documentation generated with <a href="https://usejackdaw.com">Jackdaw</a>.</p>
32
+ </div>
33
+ </footer>
34
+ </body>
35
+ </html>
@@ -0,0 +1,3 @@
1
+ <main>
2
+ <%= content %>
3
+ </main>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chutney
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.12.1
4
+ version: 3.12.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nigel Brookes-Thomas
@@ -10,36 +10,42 @@ authors:
10
10
  - John Gluck
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 1980-01-02 00:00:00.000000000 Z
13
+ date: 2026-01-19 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: amatch
17
17
  requirement: !ruby/object:Gem::Requirement
18
18
  requirements:
19
- - - "~>"
19
+ - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 0.4.0
21
+ version: '0.4'
22
+ - - "<"
23
+ - !ruby/object:Gem::Version
24
+ version: '0.7'
22
25
  type: :runtime
23
26
  prerelease: false
24
27
  version_requirements: !ruby/object:Gem::Requirement
25
28
  requirements:
26
- - - "~>"
29
+ - - ">="
27
30
  - !ruby/object:Gem::Version
28
- version: 0.4.0
31
+ version: '0.4'
32
+ - - "<"
33
+ - !ruby/object:Gem::Version
34
+ version: '0.7'
29
35
  - !ruby/object:Gem::Dependency
30
36
  name: cuke_modeler
31
37
  requirement: !ruby/object:Gem::Requirement
32
38
  requirements:
33
39
  - - "~>"
34
40
  - !ruby/object:Gem::Version
35
- version: '3.21'
41
+ version: '3.26'
36
42
  type: :runtime
37
43
  prerelease: false
38
44
  version_requirements: !ruby/object:Gem::Requirement
39
45
  requirements:
40
46
  - - "~>"
41
47
  - !ruby/object:Gem::Version
42
- version: '3.21'
48
+ version: '3.26'
43
49
  - !ruby/object:Gem::Dependency
44
50
  name: i18n
45
51
  requirement: !ruby/object:Gem::Requirement
@@ -217,66 +223,73 @@ files:
217
223
  - lib/chutney/lsp/server.rb
218
224
  - lib/chutney/version.rb
219
225
  - lib/config/locales/en.yml
226
+ - spec/chutney_mcp_spec.rb
220
227
  - spec/chutney_spec.rb
221
228
  - spec/spec_helper.rb
222
- - usechutney.com/.gitignore
223
- - usechutney.com/Gemfile
224
- - usechutney.com/_config.yml
225
- - usechutney.com/_data/navigation.yml
226
- - usechutney.com/_data/ui-text.yml
227
- - usechutney.com/_posts/2024-09-23-welcome-to-jekyll.markdown
228
- - usechutney.com/assets/images/mr_pickle.png
229
- - usechutney.com/assets/images/pug.png
230
- - usechutney.com/docs/configuration/index.md
231
- - usechutney.com/docs/disabling-rules/index.md
232
- - usechutney.com/docs/installing/index.md
233
- - usechutney.com/docs/language-server/index.md
234
- - usechutney.com/docs/mcp/index.md
235
- - usechutney.com/docs/rules/avoid-colons-at-start-of-names/index.md
236
- - usechutney.com/docs/rules/avoid-comma-in-tags/index.md
237
- - usechutney.com/docs/rules/avoid-full-stops/index.md
238
- - usechutney.com/docs/rules/avoid-outline-for-single-example/index.md
239
- - usechutney.com/docs/rules/avoid-scripting/index.md
240
- - usechutney.com/docs/rules/avoid-splat-steps-in-background/index.md
241
- - usechutney.com/docs/rules/avoid-splat-steps-in-scenarios/index.md
242
- - usechutney.com/docs/rules/avoid-typographers-quotes/index.md
243
- - usechutney.com/docs/rules/background-does-more-than-setup/index.md
244
- - usechutney.com/docs/rules/background-requires-multiple-scenarios/index.md
245
- - usechutney.com/docs/rules/bad-scenario-name/index.md
246
- - usechutney.com/docs/rules/empty-feature-file/index.md
247
- - usechutney.com/docs/rules/file-name-differs-feature-name/index.md
248
- - usechutney.com/docs/rules/givens-after-background/index.md
249
- - usechutney.com/docs/rules/inconsistent-quoting/index.md
250
- - usechutney.com/docs/rules/invalid-step-flow/index.md
251
- - usechutney.com/docs/rules/invalid_file_name/index.md
252
- - usechutney.com/docs/rules/missing-example-name/index.md
253
- - usechutney.com/docs/rules/missing-example-table/index.md
254
- - usechutney.com/docs/rules/missing-feature-description/index.md
255
- - usechutney.com/docs/rules/missing-feature-name/index.md
256
- - usechutney.com/docs/rules/missing-scenario-name/index.md
257
- - usechutney.com/docs/rules/missing-scenario-outline/index.md
258
- - usechutney.com/docs/rules/missing-test-action/index.md
259
- - usechutney.com/docs/rules/missing-test-verification/index.md
260
- - usechutney.com/docs/rules/required-tag-starts-with/index.md
261
- - usechutney.com/docs/rules/same-scenario/index.md
262
- - usechutney.com/docs/rules/same-tag-different-case/index.md
263
- - usechutney.com/docs/rules/same-tag-for-all-scenarios/index.md
264
- - usechutney.com/docs/rules/scenario-names-match/index.md
265
- - usechutney.com/docs/rules/tag-used-multiple-times/index.md
266
- - usechutney.com/docs/rules/too-clumsy/index.md
267
- - usechutney.com/docs/rules/too-long-step/index.md
268
- - usechutney.com/docs/rules/too-many-different-tags/index.md
269
- - usechutney.com/docs/rules/too-many-steps/index.md
270
- - usechutney.com/docs/rules/too-many-tags/index.md
271
- - usechutney.com/docs/rules/unique-scenario-names/index.md
272
- - usechutney.com/docs/rules/unknown-variable/index.md
273
- - usechutney.com/docs/rules/unused-variable/index.md
274
- - usechutney.com/docs/rules/use-background/index.md
275
- - usechutney.com/docs/rules/use-outline/index.md
276
- - usechutney.com/docs/running/index.md
277
- - usechutney.com/pages/404.html
278
- - usechutney.com/pages/about/index.md
279
- - usechutney.com/pages/index.markdown
229
+ - usechutney.com.site/.gitignore
230
+ - usechutney.com.site/site/assets/favicons/android-chrome-192x192.png
231
+ - usechutney.com.site/site/assets/favicons/android-chrome-512x512.png
232
+ - usechutney.com.site/site/assets/favicons/apple-touch-icon.png
233
+ - usechutney.com.site/site/assets/favicons/favicon-16x16.png
234
+ - usechutney.com.site/site/assets/favicons/favicon-32x32.png
235
+ - usechutney.com.site/site/assets/favicons/favicon.ico
236
+ - usechutney.com.site/site/assets/favicons/site.webmanifest
237
+ - usechutney.com.site/site/assets/mr_pickle.png
238
+ - usechutney.com.site/site/assets/styles.css
239
+ - usechutney.com.site/site/src/about.page.md
240
+ - usechutney.com.site/site/src/docs/configuration.page.md
241
+ - usechutney.com.site/site/src/docs/disabling-rules.page.md
242
+ - usechutney.com.site/site/src/docs/index.page.md
243
+ - usechutney.com.site/site/src/docs/installing.page.md
244
+ - usechutney.com.site/site/src/docs/language-server.page.md
245
+ - usechutney.com.site/site/src/docs/mcp.page.md
246
+ - usechutney.com.site/site/src/docs/rules/avoid-colons-at-start-of-names.page.md
247
+ - usechutney.com.site/site/src/docs/rules/avoid-comma-in-tags.page.md
248
+ - usechutney.com.site/site/src/docs/rules/avoid-full-stops.page.md
249
+ - usechutney.com.site/site/src/docs/rules/avoid-outline-for-single-example.page.md
250
+ - usechutney.com.site/site/src/docs/rules/avoid-scripting.page.md
251
+ - usechutney.com.site/site/src/docs/rules/avoid-splat-steps-in-background.page.md
252
+ - usechutney.com.site/site/src/docs/rules/avoid-splat-steps-in-scenarios.page.md
253
+ - usechutney.com.site/site/src/docs/rules/avoid-typographers-quotes.page.md
254
+ - usechutney.com.site/site/src/docs/rules/background-does-more-than-setup.page.md
255
+ - usechutney.com.site/site/src/docs/rules/background-requires-multiple-scenarios.page.md
256
+ - usechutney.com.site/site/src/docs/rules/bad-scenario-name.page.md
257
+ - usechutney.com.site/site/src/docs/rules/empty-feature-file.page.md
258
+ - usechutney.com.site/site/src/docs/rules/file-name-differs-feature-name.page.md
259
+ - usechutney.com.site/site/src/docs/rules/givens-after-background.page.md
260
+ - usechutney.com.site/site/src/docs/rules/inconsistent-quoting.page.md
261
+ - usechutney.com.site/site/src/docs/rules/index.page.md
262
+ - usechutney.com.site/site/src/docs/rules/invalid-step-flow.page.md
263
+ - usechutney.com.site/site/src/docs/rules/invalid_file_name.page.md
264
+ - usechutney.com.site/site/src/docs/rules/missing-example-name.page.md
265
+ - usechutney.com.site/site/src/docs/rules/missing-example-table.page.md
266
+ - usechutney.com.site/site/src/docs/rules/missing-feature-description.page.md
267
+ - usechutney.com.site/site/src/docs/rules/missing-feature-name.page.md
268
+ - usechutney.com.site/site/src/docs/rules/missing-scenario-name.page.md
269
+ - usechutney.com.site/site/src/docs/rules/missing-scenario-outline.page.md
270
+ - usechutney.com.site/site/src/docs/rules/missing-test-action.page.md
271
+ - usechutney.com.site/site/src/docs/rules/missing-test-verification.page.md
272
+ - usechutney.com.site/site/src/docs/rules/required-tag-starts-with.page.md
273
+ - usechutney.com.site/site/src/docs/rules/same-scenario.page.md
274
+ - usechutney.com.site/site/src/docs/rules/same-tag-different-case.page.md
275
+ - usechutney.com.site/site/src/docs/rules/same-tag-for-all-scenarios.page.md
276
+ - usechutney.com.site/site/src/docs/rules/scenario-names-match.page.md
277
+ - usechutney.com.site/site/src/docs/rules/tag-used-multiple-times.page.md
278
+ - usechutney.com.site/site/src/docs/rules/too-clumsy.page.md
279
+ - usechutney.com.site/site/src/docs/rules/too-long-step.page.md
280
+ - usechutney.com.site/site/src/docs/rules/too-many-different-tags.page.md
281
+ - usechutney.com.site/site/src/docs/rules/too-many-steps.page.md
282
+ - usechutney.com.site/site/src/docs/rules/too-many-tags.page.md
283
+ - usechutney.com.site/site/src/docs/rules/unique-scenario-names.page.md
284
+ - usechutney.com.site/site/src/docs/rules/unknown-variable.page.md
285
+ - usechutney.com.site/site/src/docs/rules/unused-variable.page.md
286
+ - usechutney.com.site/site/src/docs/rules/use-background.page.md
287
+ - usechutney.com.site/site/src/docs/rules/use-outline.page.md
288
+ - usechutney.com.site/site/src/docs/running.page.md
289
+ - usechutney.com.site/site/src/index.page.md
290
+ - usechutney.com.site/site/templates/_nav.html.erb
291
+ - usechutney.com.site/site/templates/layout.html.erb
292
+ - usechutney.com.site/site/templates/page.html.erb
280
293
  homepage: https://www.usechutney.com/
281
294
  licenses:
282
295
  - MIT
@@ -291,14 +304,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
291
304
  requirements:
292
305
  - - ">="
293
306
  - !ruby/object:Gem::Version
294
- version: '3.2'
307
+ version: '3.4'
295
308
  required_rubygems_version: !ruby/object:Gem::Requirement
296
309
  requirements:
297
310
  - - ">="
298
311
  - !ruby/object:Gem::Version
299
312
  version: '0'
300
313
  requirements: []
301
- rubygems_version: 3.6.9
314
+ rubygems_version: 4.0.4
302
315
  specification_version: 4
303
316
  summary: A linter for multi-lingual Gherkin
304
317
  test_files: []
@@ -1,5 +0,0 @@
1
- _site
2
- .sass-cache
3
- .jekyll-cache
4
- .jekyll-metadata
5
- vendor
@@ -1,37 +0,0 @@
1
- source "https://rubygems.org"
2
- # Hello! This is where you manage which Jekyll version is used to run.
3
- # When you want to use a different version, change it below, save the
4
- # file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5
- #
6
- # bundle exec jekyll serve
7
- #
8
- # This will help ensure the proper Jekyll version is running.
9
- # Happy Jekylling!
10
- gem "jekyll", "~> 4.3.4"
11
- # This is the default theme for new Jekyll sites. You may change this to anything you like.
12
- gem "minima", "~> 2.5"
13
- # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14
- # uncomment the line below. To upgrade, run `bundle update github-pages`.
15
- # gem "github-pages", group: :jekyll_plugins
16
- # If you have any plugins, put them here!
17
- group :jekyll_plugins do
18
- gem "jekyll-feed", "~> 0.12"
19
- gem "jekyll-data"
20
- end
21
-
22
- # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
23
- # and associated library.
24
- platforms :mingw, :x64_mingw, :mswin, :jruby do
25
- gem "tzinfo", ">= 1", "< 3"
26
- gem "tzinfo-data"
27
- end
28
-
29
- # Performance-booster for watching directories on Windows
30
- gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
31
-
32
- # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
33
- # do not have a Java counterpart.
34
- gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
35
- gem "minimal-mistakes-jekyll"
36
- gem 'base64'
37
- gem 'csv'
@@ -1,299 +0,0 @@
1
- # Welcome to Jekyll!
2
- #
3
- # This config file is meant for settings that affect your whole blog, values
4
- # which you are expected to set up once and rarely edit after that. If you find
5
- # yourself editing this file very often, consider using Jekyll's data files
6
- # feature for the data you need to update frequently.
7
- #
8
- # For technical reasons, this file is *NOT* reloaded automatically when you use
9
- # 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10
- #
11
- # If you need help with YAML syntax, here are some quick references for you:
12
- # https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
13
- # https://learnxinyminutes.com/docs/yaml/
14
- #
15
- # Site settings
16
- # These are used to personalize your new site. If you look in the HTML files,
17
- # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
18
- # You can create any custom variable you would like, and they will be accessible
19
- # in the templates via {{ site.myvariable }}.
20
-
21
- title: Chutney
22
- email: hello@billy-ruffian.co.uk
23
- description: >- # this means to ignore newlines until "baseurl:"
24
- Beautiful and tasteful best practice for Cucumber
25
- baseurl: "" # the subpath of your site, e.g. /blog
26
- url: "https://www.usechutney.com" # the base hostname & protocol for your site, e.g. http://example.com
27
- twitter_username: thebillyruffian
28
- github_username: BillyRuffian
29
-
30
- include: ["pages", "docs"]
31
-
32
- # Build settings
33
- theme: minimal-mistakes-jekyll
34
- plugins:
35
- - jekyll-feed
36
- - jekyll-include-cache
37
- - jekyll-paginate
38
- - jekyll-sitemap
39
- - jekyll-gist
40
- - jekyll-data
41
-
42
- # Exclude from processing.
43
- # The following items will not be processed, by default.
44
- # Any item listed under the `exclude:` key here will be automatically added to
45
- # the internal "default list".
46
- #
47
- # Excluded items can be processed by explicitly listing the directories or
48
- # their entries' file path in the `include:` list.
49
- #
50
- # exclude:
51
- # - .sass-cache/
52
- # - .jekyll-cache/
53
- # - gemfiles/
54
- # - Gemfile
55
- # - Gemfile.lock
56
- # - node_modules/
57
- # - vendor/bundle/
58
- # - vendor/cache/
59
- # - vendor/gems/
60
- # - vendor/ruby/
61
-
62
- minimal_mistakes_skin: "dirt" #"default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
63
-
64
- # Site Settings
65
- locale: "en-GB"
66
- rtl: # true, false (default) # turns direction of the page into right to left for RTL languages
67
- title_separator: "-"
68
- subtitle: "Best Practice for Cucumber" # site tagline that appears below site title in masthead
69
- name: "Nigel Brookes-Thomas"
70
- repository: # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
71
- teaser: # path of fallback teaser image, e.g. "/assets/images/500x300.png"
72
- logo: "/assets/images/mr_pickle.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
73
- masthead_title: # overrides the website title displayed in the masthead, use " " for no title
74
- breadcrumbs: # true, false (default)
75
- words_per_minute: 200
76
- enable_copy_code_button: true # true, false (default)
77
- copyright: Nigel Brookes-Thomas # "copyright" name, defaults to site.title
78
- copyright_url: # "copyright" URL, defaults to site.url
79
- comments:
80
- provider: # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
81
- disqus:
82
- shortname: # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
83
- discourse:
84
- server: # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
85
- facebook:
86
- # https://developers.facebook.com/docs/plugins/comments
87
- appid:
88
- num_posts: # 5 (default)
89
- colorscheme: # "light" (default), "dark"
90
- utterances:
91
- theme: # "github-light" (default), "github-dark"
92
- issue_term: # "pathname" (default)
93
- giscus:
94
- repo_id: # Shown during giscus setup at https://giscus.app
95
- category_name: # Full text name of the category
96
- category_id: # Shown during giscus setup at https://giscus.app
97
- discussion_term: # "pathname" (default), "url", "title", "og:title"
98
- reactions_enabled: # '1' for enabled (default), '0' for disabled
99
- theme: # "light" (default), "dark", "dark_dimmed", "transparent_dark", "preferred_color_scheme"
100
- strict: # 1 for enabled, 0 for disabled (default)
101
- input_position: # "top", "bottom" # The comment input box will be placed above or below the comments
102
- emit_metadata: # 1 for enabled, 0 for disabled (default) # https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md#imetadatamessage
103
- lang: # "en" (default)
104
- lazy: # true, false # Loading of the comments will be deferred until the user scrolls near the comments container.
105
- staticman:
106
- branch: # "master"
107
- endpoint: # "https://{your Staticman v3 API}/v3/entry/github/"
108
- reCaptcha:
109
- siteKey:
110
- secret:
111
- atom_feed:
112
- path: # blank (default) uses feed.xml
113
- hide: true # true, false (default)
114
- search: true # true, false (default)
115
- search_full_content: true # true, false (default)
116
- search_provider: # lunr (default), algolia, google
117
- lunr:
118
- search_within_pages: true # true, false (default)
119
- algolia:
120
- application_id: # YOUR_APPLICATION_ID
121
- index_name: # YOUR_INDEX_NAME
122
- search_only_api_key: # YOUR_SEARCH_ONLY_API_KEY
123
- powered_by: # true (default), false
124
- google:
125
- search_engine_id: # YOUR_SEARCH_ENGINE_ID
126
- instant_search: # false (default), true
127
- # SEO Related
128
- google_site_verification:
129
- bing_site_verification:
130
- naver_site_verification:
131
- yandex_site_verification:
132
- baidu_site_verification:
133
-
134
- # Site Author
135
- author:
136
- name: "Nigel Brookes-Thomas (Billy Ruffian)"
137
- avatar: "/assets/images/pug.png"
138
- bio: "I test things and write ruby things."
139
- location: "UK"
140
- email:
141
- links:
142
- # - label: "Email"
143
- # icon: "fas fa-fw fa-envelope-square"
144
- # # url: "mailto:your.name@email.com"
145
- - label: "Website"
146
- icon: "fas fa-fw fa-link"
147
- url: "https://www.billy-ruffian.co.uk"
148
- # - label: "Twitter"
149
- # icon: "fab fa-fw fa-twitter-square"
150
- # # url: "https://twitter.com/"
151
- # - label: "Facebook"
152
- # icon: "fab fa-fw fa-facebook-square"
153
- # # url: "https://facebook.com/"
154
- - label: "GitHub"
155
- icon: "fab fa-fw fa-github"
156
- url: "https://github.com/BillyRuffian"
157
- # - label: "Instagram"
158
- # icon: "fab fa-fw fa-instagram"
159
- # url: "https://instagram.com/"
160
-
161
- # Site Footer
162
- footer:
163
- links:
164
- # - label: "Twitter"
165
- # icon: "fab fa-fw fa-twitter-square"
166
- # # url:
167
- # - label: "Facebook"
168
- # icon: "fab fa-fw fa-facebook-square"
169
- # # url:
170
-
171
- - label: "GitHub"
172
- icon: "fab fa-fw fa-github"
173
- url: https://github.com/BillyRuffian/chutney
174
- # - label: "GitLab"
175
- # icon: "fab fa-fw fa-gitlab"
176
- # # url:
177
- # - label: "Bitbucket"
178
- # icon: "fab fa-fw fa-bitbucket"
179
- # # url:
180
- # - label: "Instagram"
181
- # icon: "fab fa-fw fa-instagram"
182
- # # url:
183
-
184
- # Conversion
185
- markdown: kramdown
186
- highlighter: rouge
187
- lsi: false
188
- excerpt_separator: "\n\n"
189
- incremental: false
190
-
191
- # Markdown Processing
192
- kramdown:
193
- input: GFM
194
- hard_wrap: false
195
- auto_ids: true
196
- footnote_nr: 1
197
- entity_output: as_char
198
- toc_levels: 1..6
199
- smart_quotes: lsquo,rsquo,ldquo,rdquo
200
- enable_coderay: false
201
-
202
- # Sass/SCSS
203
- sass:
204
- sass_dir: _sass
205
- style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
206
-
207
- # Outputting
208
- permalink: /:categories/:title/
209
- timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
210
-
211
- # Pagination with jekyll-paginate
212
- paginate: 5 # amount of posts to show
213
- paginate_path: /page:num/
214
-
215
- # Pagination with jekyll-paginate-v2
216
- # See https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#site-configuration
217
- # for configuration details
218
- pagination:
219
- # Set enabled to true to use paginate v2
220
- enabled: false
221
- debug: false
222
- collection: "posts"
223
- per_page: 10
224
- permalink: "/page/:num/"
225
- title: ":title - page :num"
226
- limit: 0
227
- sort_field: "date"
228
- sort_reverse: true
229
- category: "posts"
230
- tag: ""
231
- locale: ""
232
- trail:
233
- before: 2
234
- after: 2
235
-
236
- # mimic GitHub Pages with --safe
237
- whitelist:
238
- - jekyll-paginate
239
- - jekyll-sitemap
240
- - jekyll-gist
241
- - jekyll-feed
242
- - jekyll-include-cache
243
-
244
- # Archives
245
- # Type
246
- # - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
247
- # - Jekyll Archives plugin archive pages ~> type: jekyll-archives
248
- # Path (examples)
249
- # - Archive page should exist at path when using Liquid method or you can
250
- # expect broken links (especially with breadcrumbs enabled)
251
- # - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
252
- # - <base_path>/categories/my-awesome-category/index.html ~> path: /categories/
253
- # - <base_path>/my-awesome-category/index.html ~> path: /
254
- category_archive:
255
- type: liquid
256
- path: /categories/
257
- tag_archive:
258
- type: liquid
259
- path: /tags/
260
- # https://github.com/jekyll/jekyll-archives
261
- # jekyll-archives:
262
- # enabled:
263
- # - categories
264
- # - tags
265
- # layouts:
266
- # category: archive-taxonomy
267
- # tag: archive-taxonomy
268
- # permalinks:
269
- # category: /categories/:name/
270
- # tag: /tags/:name/
271
-
272
- # HTML Compression
273
- # - https://jch.penibelst.de/
274
- compress_html:
275
- clippings: all
276
- ignore:
277
- envs: development
278
-
279
- # Defaults
280
- defaults:
281
- # _posts
282
- - scope:
283
- path: ""
284
- type: posts
285
- values:
286
- layout: single
287
- author_profile: false
288
- read_time: false
289
- comments: # true
290
- share: false
291
- related: false
292
- - scope:
293
- path: "docs"
294
- type: pages
295
- values:
296
- layout: single
297
- author_profile: false
298
- sidebar:
299
- nav: "sidebar"