chutney 3.8.1 → 3.8.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 06e7bafb2c4fb8f14e168e16a2f83a5aaf958f6a4d3430678f9f0c9da954835e
4
- data.tar.gz: 07c8004a2cbd18de1ed90ab634df369c9548b1b7e952f8d111890924ccb77b67
3
+ metadata.gz: 7d591126bb019a5a5805ea5ee0678e19e848e3c6dd6f36baf48ea398f5bd2832
4
+ data.tar.gz: 4d2579c84397ff586ca987f5824432958deffdcaa08a429eccaff8c8ab29ec51
5
5
  SHA512:
6
- metadata.gz: 1904c405fb2f33997023ee7628ad5371c9f5b621850c193dd09c7d057b5d5e9f7a8dabdad98ef3ee24b40cb71348d5fa8f51ee2e7ef8154e069319237f2bd430
7
- data.tar.gz: 9add005095ab65e1ec8d858379ac231d8457b0ff99f7b55f5518772e8255dccfa0145d02325a9f3b52e5641caf7052cf48c722b591dc14798cba1eed44231ba2
6
+ metadata.gz: f71bbc66a6a5c9d81b240d08e4bc6817a0c9b98ec9a8c80f31f71a4a0104239e4b674f303453761bcab8c4785fc6bd12ba8c15e64963e466f8dea3b7bea0a635
7
+ data.tar.gz: c6a8ae299506b6f1519275f2aa9f5e962c6191958265e154e51e98625aa8825f0869cc4e580cef7340708dd15416241aa81f2eff94423022dae2ce9ecf9e85f9
data/chutney.gemspec CHANGED
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
  'files. ' \
23
23
  'It supports any spoken language Cucumber supports.'
24
24
 
25
- spec.homepage = 'https://billyruffian.github.io/chutney/'
25
+ spec.homepage = 'https://www.usechutney.com/'
26
26
  spec.license = 'MIT'
27
27
 
28
28
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
data/docs/index.md CHANGED
@@ -5,6 +5,9 @@ nav_order: 1
5
5
  permalink: /
6
6
  ---
7
7
 
8
+ # These docs are deprecated
9
+ ## Please visit [usechutney.com](https://www.usechutney.com/) for the latest documentation
10
+
8
11
  # Best practice for Cucumber
9
12
  {: .fs-9 }
10
13
 
@@ -8,7 +8,7 @@ module Chutney
8
8
  def lint
9
9
  filled_scenarios do |feature, scenario|
10
10
  characters = scenario.steps.map { |step| step.text.length }.inject(0, :+)
11
- next if characters < 400
11
+ next if characters <= 400
12
12
 
13
13
  add_issue(
14
14
  I18n.t('linters.too_clumsy', length: characters), feature, scenario
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Chutney
4
- VERSION = '3.8.1'
4
+ VERSION = '3.8.2'
5
5
  end
@@ -159,17 +159,18 @@ author:
159
159
  # url: "https://instagram.com/"
160
160
 
161
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
- # - label: "GitHub"
171
- # icon: "fab fa-fw fa-github"
172
- # # url:
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
173
174
  # - label: "GitLab"
174
175
  # icon: "fab fa-fw fa-gitlab"
175
176
  # # url:
@@ -216,7 +217,7 @@ paginate_path: /page:num/
216
217
  # for configuration details
217
218
  pagination:
218
219
  # Set enabled to true to use paginate v2
219
- enabled: true
220
+ enabled: false
220
221
  debug: false
221
222
  collection: "posts"
222
223
  per_page: 10
@@ -21,4 +21,8 @@ It will listen for open / close and save events to evaluate the current feature
21
21
 
22
22
  ## Editor integrations
23
23
 
24
- TBD.
24
+ ### VS Code
25
+
26
+ [vscode-chutney](https://github.com/BillyRuffian/vscode-chutney) adds Chutney LSP integration into VS Code,
27
+
28
+ You can install this extension from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=NigelBrookes-Thomas.vscode-chutney).
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.8.1
4
+ version: 3.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nigel Brookes-Thomas
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: exe
13
13
  cert_chain: []
14
- date: 2024-09-26 00:00:00.000000000 Z
14
+ date: 2024-10-10 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: amatch
@@ -255,11 +255,11 @@ files:
255
255
  - usechutney.com/pages/404.html
256
256
  - usechutney.com/pages/about/index.md
257
257
  - usechutney.com/pages/index.markdown
258
- homepage: https://billyruffian.github.io/chutney/
258
+ homepage: https://www.usechutney.com/
259
259
  licenses:
260
260
  - MIT
261
261
  metadata:
262
- homepage_uri: https://billyruffian.github.io/chutney/
262
+ homepage_uri: https://www.usechutney.com/
263
263
  source_code_uri: https://github.com/BillyRuffian/chutney
264
264
  changelog_uri: https://github.com/BillyRuffian/chutney/releases
265
265
  post_install_message: