chutney 3.8.0 → 3.8.1

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: 0e46a3bdaaed4652c5e7aa856c15b40995602a17f5b0c0d5ff1258e4a59c6842
4
- data.tar.gz: f47caf4ee93c1e74499a6f1291de4e95643f7beab1f8ec9cee555d2bd7298f17
3
+ metadata.gz: 06e7bafb2c4fb8f14e168e16a2f83a5aaf958f6a4d3430678f9f0c9da954835e
4
+ data.tar.gz: 07c8004a2cbd18de1ed90ab634df369c9548b1b7e952f8d111890924ccb77b67
5
5
  SHA512:
6
- metadata.gz: 7a75ae98a45dc49284d3b4acd395bb887e6726aefe23c585aae3181e4d014ea23682f29427a7d87d00db6f964db26a89c8ce4554838899b6f721d6bbc90c5262
7
- data.tar.gz: a97f98ccbb8254dd8940144ae24cea907e70df9c60b8582b0b76365217d620fcd78f23d908a59543d4ad1851f91cc1df07ec44bab8cc07b3452b17456b84d364
6
+ metadata.gz: 1904c405fb2f33997023ee7628ad5371c9f5b621850c193dd09c7d057b5d5e9f7a8dabdad98ef3ee24b40cb71348d5fa8f51ee2e7ef8154e069319237f2bd430
7
+ data.tar.gz: 9add005095ab65e1ec8d858379ac231d8457b0ff99f7b55f5518772e8255dccfa0145d02325a9f3b52e5641caf7052cf48c722b591dc14798cba1eed44231ba2
data/exe/chutney-lsp CHANGED
@@ -3,6 +3,7 @@
3
3
 
4
4
  require 'language_server-protocol'
5
5
  require 'logger'
6
+ require 'optparse'
6
7
  require 'uri'
7
8
 
8
9
  require 'chutney'
@@ -10,4 +11,13 @@ require 'chutney/lsp'
10
11
  require 'chutney/lsp/result'
11
12
  require 'chutney/lsp/server'
12
13
 
14
+ OptionParser.new do |opts|
15
+ opts.banner = 'Usage: chutney-lsp'
16
+
17
+ opts.on('-v', '--version', 'Display the version.') do
18
+ puts Chutney::VERSION
19
+ exit
20
+ end
21
+ end.parse!
22
+
13
23
  Chutney::LSP::Server.new.start
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Chutney
4
- VERSION = '3.8.0'
4
+ VERSION = '3.8.1'
5
5
  end
@@ -142,9 +142,9 @@ author:
142
142
  # - label: "Email"
143
143
  # icon: "fas fa-fw fa-envelope-square"
144
144
  # # url: "mailto:your.name@email.com"
145
- # - label: "Website"
146
- # icon: "fas fa-fw fa-link"
147
- # # url: "https://your-website.com"
145
+ - label: "Website"
146
+ icon: "fas fa-fw fa-link"
147
+ url: "https://www.billy-ruffian.co.uk"
148
148
  # - label: "Twitter"
149
149
  # icon: "fab fa-fw fa-twitter-square"
150
150
  # # url: "https://twitter.com/"
@@ -12,3 +12,11 @@ It is much beloved by me. Although it's a personal project, it's used extensivel
12
12
  Chutney is licenced under the [MIT licence](https://raw.githubusercontent.com/BillyRuffian/chutney/refs/heads/master/LICENSE.txt). Do with it what you will and have fun.
13
13
 
14
14
  A huge hat tip to Eric Kessler for his work on [cuke_modeler](https://github.com/enkessler/cuke_modeler) which is used to parse the Gherkin files (he also publishes the gherkin linter [cuke_linter](https://github.com/enkessler/cuke_linter) if chutney does not fit your needs).
15
+
16
+ ### What's the Billy Ruffian thing?
17
+
18
+ HMS Bellerophon was a 74-gun third-rate ship of the line of the Royal Navy. Launched in 1786, she served during the French Revolutionary and Napoleonic Wars, mostly on blockades or convoy escort duties. She fought in three fleet actions: the Glorious First of June, the Battle of the Nile and the Battle of Trafalgar. She became famous as the ship upon which Napoleon surrendered and which transported him into exile in 1815.
19
+
20
+ Her sailors, not being educated in the Classics, struggled to pronounce her name and so she became known as the Billy Ruffian and her crew as the "Billy Ruffians". The name stuck and was used as a nickname for the ship for the rest of her career.
21
+
22
+ Since no one in coffee shops can spell my name, I adopted 'Billy' which turned into 'Billy Ruffian'. It's also a bloody good story.
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.0
4
+ version: 3.8.1
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-24 00:00:00.000000000 Z
14
+ date: 2024-09-26 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: amatch
@@ -277,7 +277,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
277
277
  - !ruby/object:Gem::Version
278
278
  version: '0'
279
279
  requirements: []
280
- rubygems_version: 3.5.19
280
+ rubygems_version: 3.5.11
281
281
  signing_key:
282
282
  specification_version: 4
283
283
  summary: A linter for multi-lingual Gherkin