chutney 3.12.2 → 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 (78) hide show
  1. checksums.yaml +4 -4
  2. data/chutney.gemspec +3 -3
  3. data/lib/chutney/version.rb +1 -1
  4. data/spec/chutney_mcp_spec.rb +0 -0
  5. data/usechutney.com.site/.gitignore +2 -0
  6. data/usechutney.com.site/site/assets/favicons/android-chrome-192x192.png +0 -0
  7. data/usechutney.com.site/site/assets/favicons/android-chrome-512x512.png +0 -0
  8. data/usechutney.com.site/site/assets/favicons/apple-touch-icon.png +0 -0
  9. data/usechutney.com.site/site/assets/favicons/favicon-16x16.png +0 -0
  10. data/usechutney.com.site/site/assets/favicons/favicon-32x32.png +0 -0
  11. data/usechutney.com.site/site/assets/favicons/favicon.ico +0 -0
  12. data/usechutney.com.site/site/assets/favicons/site.webmanifest +19 -0
  13. data/usechutney.com.site/site/assets/styles.css +298 -0
  14. data/{usechutney.com/pages/about/index.md → usechutney.com.site/site/src/about.page.md} +1 -6
  15. data/{usechutney.com/docs/configuration/index.md → usechutney.com.site/site/src/docs/configuration.page.md} +2 -6
  16. data/{usechutney.com/docs/disabling-rules/index.md → usechutney.com.site/site/src/docs/disabling-rules.page.md} +2 -6
  17. data/usechutney.com.site/site/src/docs/index.page.md +17 -0
  18. data/{usechutney.com/docs/installing/index.md → usechutney.com.site/site/src/docs/installing.page.md} +2 -6
  19. data/{usechutney.com/docs/language-server/index.md → usechutney.com.site/site/src/docs/language-server.page.md} +3 -8
  20. data/{usechutney.com/docs/mcp/index.md → usechutney.com.site/site/src/docs/mcp.page.md} +3 -8
  21. 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
  22. 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
  23. data/{usechutney.com/docs/rules/avoid-full-stops/index.md → usechutney.com.site/site/src/docs/rules/avoid-full-stops.page.md} +2 -6
  24. 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
  25. data/{usechutney.com/docs/rules/avoid-scripting/index.md → usechutney.com.site/site/src/docs/rules/avoid-scripting.page.md} +2 -6
  26. 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
  27. 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
  28. data/{usechutney.com/docs/rules/avoid-typographers-quotes/index.md → usechutney.com.site/site/src/docs/rules/avoid-typographers-quotes.page.md} +2 -6
  29. 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
  30. 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
  31. data/{usechutney.com/docs/rules/bad-scenario-name/index.md → usechutney.com.site/site/src/docs/rules/bad-scenario-name.page.md} +2 -6
  32. data/usechutney.com.site/site/src/docs/rules/empty-feature-file.page.md +3 -0
  33. 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
  34. data/{usechutney.com/docs/rules/givens-after-background/index.md → usechutney.com.site/site/src/docs/rules/givens-after-background.page.md} +2 -6
  35. data/{usechutney.com/docs/rules/inconsistent-quoting/index.md → usechutney.com.site/site/src/docs/rules/inconsistent-quoting.page.md} +2 -6
  36. data/usechutney.com.site/site/src/docs/rules/index.page.md +43 -0
  37. data/{usechutney.com/docs/rules/invalid-step-flow/index.md → usechutney.com.site/site/src/docs/rules/invalid-step-flow.page.md} +2 -6
  38. data/{usechutney.com/docs/rules/invalid_file_name/index.md → usechutney.com.site/site/src/docs/rules/invalid_file_name.page.md} +2 -6
  39. data/{usechutney.com/docs/rules/missing-example-name/index.md → usechutney.com.site/site/src/docs/rules/missing-example-name.page.md} +2 -6
  40. data/{usechutney.com/docs/rules/missing-example-table/index.md → usechutney.com.site/site/src/docs/rules/missing-example-table.page.md} +2 -6
  41. data/{usechutney.com/docs/rules/missing-feature-description/index.md → usechutney.com.site/site/src/docs/rules/missing-feature-description.page.md} +2 -6
  42. data/{usechutney.com/docs/rules/missing-feature-name/index.md → usechutney.com.site/site/src/docs/rules/missing-feature-name.page.md} +2 -6
  43. data/{usechutney.com/docs/rules/missing-scenario-name/index.md → usechutney.com.site/site/src/docs/rules/missing-scenario-name.page.md} +2 -6
  44. data/{usechutney.com/docs/rules/missing-scenario-outline/index.md → usechutney.com.site/site/src/docs/rules/missing-scenario-outline.page.md} +2 -6
  45. data/{usechutney.com/docs/rules/missing-test-action/index.md → usechutney.com.site/site/src/docs/rules/missing-test-action.page.md} +2 -6
  46. data/{usechutney.com/docs/rules/missing-test-verification/index.md → usechutney.com.site/site/src/docs/rules/missing-test-verification.page.md} +2 -6
  47. 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
  48. data/{usechutney.com/docs/rules/same-scenario/index.md → usechutney.com.site/site/src/docs/rules/same-scenario.page.md} +2 -7
  49. 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
  50. 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
  51. data/{usechutney.com/docs/rules/scenario-names-match/index.md → usechutney.com.site/site/src/docs/rules/scenario-names-match.page.md} +2 -6
  52. 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
  53. data/{usechutney.com/docs/rules/too-clumsy/index.md → usechutney.com.site/site/src/docs/rules/too-clumsy.page.md} +2 -6
  54. data/{usechutney.com/docs/rules/too-long-step/index.md → usechutney.com.site/site/src/docs/rules/too-long-step.page.md} +2 -6
  55. 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
  56. data/{usechutney.com/docs/rules/too-many-steps/index.md → usechutney.com.site/site/src/docs/rules/too-many-steps.page.md} +2 -6
  57. data/{usechutney.com/docs/rules/too-many-tags/index.md → usechutney.com.site/site/src/docs/rules/too-many-tags.page.md} +2 -6
  58. data/{usechutney.com/docs/rules/unique-scenario-names/index.md → usechutney.com.site/site/src/docs/rules/unique-scenario-names.page.md} +2 -6
  59. data/{usechutney.com/docs/rules/unknown-variable/index.md → usechutney.com.site/site/src/docs/rules/unknown-variable.page.md} +2 -6
  60. data/{usechutney.com/docs/rules/unused-variable/index.md → usechutney.com.site/site/src/docs/rules/unused-variable.page.md} +2 -6
  61. data/{usechutney.com/docs/rules/use-background/index.md → usechutney.com.site/site/src/docs/rules/use-background.page.md} +2 -6
  62. data/{usechutney.com/docs/rules/use-outline/index.md → usechutney.com.site/site/src/docs/rules/use-outline.page.md} +2 -6
  63. data/{usechutney.com/docs/running/index.md → usechutney.com.site/site/src/docs/running.page.md} +2 -6
  64. data/{usechutney.com/pages/index.markdown → usechutney.com.site/site/src/index.page.md} +15 -24
  65. data/usechutney.com.site/site/templates/_nav.html.erb +6 -0
  66. data/usechutney.com.site/site/templates/layout.html.erb +35 -0
  67. data/usechutney.com.site/site/templates/page.html.erb +3 -0
  68. metadata +73 -66
  69. data/usechutney.com/.gitignore +0 -5
  70. data/usechutney.com/Gemfile +0 -37
  71. data/usechutney.com/_config.yml +0 -299
  72. data/usechutney.com/_data/navigation.yml +0 -120
  73. data/usechutney.com/_data/ui-text.yml +0 -2132
  74. data/usechutney.com/_posts/2024-09-23-welcome-to-jekyll.markdown +0 -28
  75. data/usechutney.com/assets/images/pug.png +0 -0
  76. data/usechutney.com/docs/rules/empty-feature-file/index.md +0 -7
  77. data/usechutney.com/pages/404.html +0 -25
  78. /data/{usechutney.com/assets/images → usechutney.com.site/site/assets}/mr_pickle.png +0 -0
@@ -1,28 +0,0 @@
1
- ---
2
- title: "Welcome to Jekyll!"
3
- date: 2024-09-23 20:31:37 +0100
4
- categories: jekyll update
5
- ---
6
- You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
7
-
8
- Jekyll requires blog post files to be named according to the following format:
9
-
10
- `YEAR-MONTH-DAY-title.MARKUP`
11
-
12
- Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.
13
-
14
- Jekyll also offers powerful support for code snippets:
15
-
16
- {% highlight ruby %}
17
- def print_hi(name)
18
- puts "Hi, #{name}"
19
- end
20
- print_hi('Tom')
21
- #=> prints 'Hi, Tom' to STDOUT.
22
- {% endhighlight %}
23
-
24
- Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
25
-
26
- [jekyll-docs]: https://jekyllrb.com/docs/home
27
- [jekyll-gh]: https://github.com/jekyll/jekyll
28
- [jekyll-talk]: https://talk.jekyllrb.com/
Binary file
@@ -1,7 +0,0 @@
1
- ---
2
- title: "Empty Feature File"
3
- layout: single
4
- permalink: /docs/rules/empty-feature-file/
5
- ---
6
-
7
- You have a feature file with no content. This is not a valid feature file. A feature file should contain at least one scenario.
@@ -1,25 +0,0 @@
1
- ---
2
- permalink: /404.html
3
- layout: default
4
- ---
5
-
6
- <style type="text/css" media="screen">
7
- .container {
8
- margin: 10px auto;
9
- max-width: 600px;
10
- text-align: center;
11
- }
12
- h1 {
13
- margin: 30px 0;
14
- font-size: 4em;
15
- line-height: 1;
16
- letter-spacing: -1px;
17
- }
18
- </style>
19
-
20
- <div class="container">
21
- <h1>404</h1>
22
-
23
- <p><strong>Page not found :(</strong></p>
24
- <p>The requested page could not be found.</p>
25
- </div>