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 +4 -4
- data/chutney.gemspec +1 -1
- data/docs/index.md +3 -0
- data/lib/chutney/linter/too_clumsy.rb +1 -1
- data/lib/chutney/version.rb +1 -1
- data/usechutney.com/_config.yml +13 -12
- data/usechutney.com/docs/language-server/index.md +5 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d591126bb019a5a5805ea5ee0678e19e848e3c6dd6f36baf48ea398f5bd2832
|
4
|
+
data.tar.gz: 4d2579c84397ff586ca987f5824432958deffdcaa08a429eccaff8c8ab29ec51
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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://
|
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
@@ -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
|
11
|
+
next if characters <= 400
|
12
12
|
|
13
13
|
add_issue(
|
14
14
|
I18n.t('linters.too_clumsy', length: characters), feature, scenario
|
data/lib/chutney/version.rb
CHANGED
data/usechutney.com/_config.yml
CHANGED
@@ -159,17 +159,18 @@ author:
|
|
159
159
|
# url: "https://instagram.com/"
|
160
160
|
|
161
161
|
# Site Footer
|
162
|
-
|
163
|
-
|
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
|
-
|
172
|
-
|
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:
|
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
|
-
|
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.
|
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-
|
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://
|
258
|
+
homepage: https://www.usechutney.com/
|
259
259
|
licenses:
|
260
260
|
- MIT
|
261
261
|
metadata:
|
262
|
-
homepage_uri: https://
|
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:
|