cucumber-gherkin 24.0.0 → 25.0.0

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: 7f066daa131750379a87000be3403923d23d19bce878eb1691b0da2186097a89
4
- data.tar.gz: aae3d31b3e3228638813562d1f6574f2d886fe82b8bded9758703979f0f33b6c
3
+ metadata.gz: d8a9c1872f4916fd9513f1033fb2b86614b1b071024ceceb2932b0716373d349
4
+ data.tar.gz: 858c1946a86f886179d65d0c11c8fa0786f683745bdb9bd6f4daa4327e39fb99
5
5
  SHA512:
6
- metadata.gz: fb1517adbea8387bf7a9cd079943bac765c97ee258bf121b0fe0bdaeeba5851434c37ec0c1131923b7bd969e6abf49ee9aa18880d623383b04de882fccc750fd
7
- data.tar.gz: d0e28f48adc93600dc502485c1ea935198bab88246545b792f36b7080b3deeab84ec5e683dcfd42623eb2e394328bd8fe37912958923bc2df2bcb21d481a41b5
6
+ metadata.gz: 68f920a0f9bef64dd834caedddc82ffe1a5c85e43c58f8cdcba7f31ae5a8dc6b90a531ef8b0f7f96f0f37e1a8e89b4e27e583ec9fceabcd81cc9be78e9637f4e
7
+ data.tar.gz: e7801dfed14a1227d2a0fba1d3a8ca7758f6174cedb954dc4ddac3343bcbb32091d2c862f7c16f8b64ea6021aacd1c78f7a5c90d6bc65aae0339da0f1db7b6bc
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Gherkin for Ruby
2
2
 
3
- Gherkin parser/compiler for Ruby. Please see [Gherkin](https://github.com/cucumber/common/tree/main/gherkin) for details.
3
+ Gherkin parser/compiler for Ruby. Please see [Gherkin](https://github.com/cucumber/gherkin) for details.
4
4
 
5
5
  ## To build
6
6
 
@@ -1885,6 +1885,7 @@
1885
1885
  "ja": {
1886
1886
  "and": [
1887
1887
  "* ",
1888
+ "且つ",
1888
1889
  "かつ"
1889
1890
  ],
1890
1891
  "background": [
@@ -1892,6 +1893,7 @@
1892
1893
  ],
1893
1894
  "but": [
1894
1895
  "* ",
1896
+ "然し",
1895
1897
  "しかし",
1896
1898
  "但し",
1897
1899
  "ただし"
@@ -1911,7 +1913,7 @@
1911
1913
  "name": "Japanese",
1912
1914
  "native": "日本語",
1913
1915
  "rule": [
1914
- "Rule"
1916
+ "ルール"
1915
1917
  ],
1916
1918
  "scenario": [
1917
1919
  "シナリオ"
@@ -1982,44 +1984,57 @@
1982
1984
  "ka": {
1983
1985
  "and": [
1984
1986
  "* ",
1985
- "და"
1987
+ "და ",
1988
+ "ასევე "
1986
1989
  ],
1987
1990
  "background": [
1988
1991
  "კონტექსტი"
1989
1992
  ],
1990
1993
  "but": [
1991
1994
  "* ",
1992
- "მაგ­რამ"
1995
+ "მაგრამ ",
1996
+ "თუმცა "
1993
1997
  ],
1994
1998
  "examples": [
1995
1999
  "მაგალითები"
1996
2000
  ],
1997
2001
  "feature": [
1998
- "თვისება"
2002
+ "თვისება",
2003
+ "მოთხოვნა"
1999
2004
  ],
2000
2005
  "given": [
2001
2006
  "* ",
2002
- "მოცემული"
2007
+ "მოცემული ",
2008
+ "Მოცემულია ",
2009
+ "ვთქვათ "
2003
2010
  ],
2004
2011
  "name": "Georgian",
2005
- "native": "ქართველი",
2012
+ "native": "ქართული",
2006
2013
  "rule": [
2007
- "Rule"
2014
+ "წესი"
2008
2015
  ],
2009
2016
  "scenario": [
2010
2017
  "მაგალითად",
2011
- "სცენარის"
2018
+ "მაგალითი",
2019
+ "მაგ",
2020
+ "სცენარი"
2012
2021
  ],
2013
2022
  "scenarioOutline": [
2014
- "სცენარის ნიმუში"
2023
+ "სცენარის ნიმუში",
2024
+ "სცენარის შაბლონი",
2025
+ "ნიმუში",
2026
+ "შაბლონი"
2015
2027
  ],
2016
2028
  "then": [
2017
2029
  "* ",
2018
- "მაშინ"
2030
+ "მაშინ "
2019
2031
  ],
2020
2032
  "when": [
2021
2033
  "* ",
2022
- "როდესაც"
2034
+ "როდესაც ",
2035
+ "როცა ",
2036
+ "როგორც კი ",
2037
+ "თუ "
2023
2038
  ]
2024
2039
  },
2025
2040
  "kn": {
@@ -2767,7 +2782,8 @@
2767
2782
  "Функция",
2768
2783
  "Функциональность",
2769
2784
  "Функционал",
2770
- "Свойство"
2785
+ "Свойство",
2786
+ "Фича"
2771
2787
  ],
2772
2788
  "given": [
2773
2789
  "* ",
@@ -3558,7 +3574,8 @@
3558
3574
  "name": "Chinese simplified",
3559
3575
  "native": "简体中文",
3560
3576
  "rule": [
3561
- "Rule"
3577
+ "Rule",
3578
+ "规则"
3562
3579
  ],
3563
3580
  "scenario": [
3564
3581
  "场景",
@@ -3671,5 +3688,54 @@
3671
3688
  "* ",
3672
3689
  "जेव्हा "
3673
3690
  ]
3691
+ },
3692
+ "amh": {
3693
+ "and": [
3694
+ "* ",
3695
+ "እና "
3696
+ ],
3697
+ "background": [
3698
+ "ቅድመ ሁኔታ",
3699
+ "መነሻ",
3700
+ "መነሻ ሀሳብ"
3701
+ ],
3702
+ "but": [
3703
+ "* ",
3704
+ "ግን "
3705
+ ],
3706
+ "examples": [
3707
+ "ምሳሌዎች",
3708
+ "ሁናቴዎች"
3709
+ ],
3710
+ "feature": [
3711
+ "ስራ",
3712
+ "የተፈለገው ስራ",
3713
+ "የሚፈለገው ድርጊት"
3714
+ ],
3715
+ "given": [
3716
+ "* ",
3717
+ "የተሰጠ "
3718
+ ],
3719
+ "name": "Amharic",
3720
+ "native": "አማርኛ",
3721
+ "rule": [
3722
+ "ህግ"
3723
+ ],
3724
+ "scenario": [
3725
+ "ምሳሌ",
3726
+ "ሁናቴ"
3727
+ ],
3728
+ "scenarioOutline": [
3729
+ "ሁናቴ ዝርዝር",
3730
+ "ሁናቴ አብነት"
3731
+ ],
3732
+ "then": [
3733
+ "* ",
3734
+ "ከዚያ "
3735
+ ],
3736
+ "when": [
3737
+ "* ",
3738
+ "መቼ "
3739
+ ]
3674
3740
  }
3675
3741
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-gherkin
3
3
  version: !ruby/object:Gem::Version
4
- version: 24.0.0
4
+ version: 25.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gáspár Nagy
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-05-31 00:00:00.000000000 Z
13
+ date: 2022-11-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: cucumber-messages
@@ -18,20 +18,20 @@ dependencies:
18
18
  requirements:
19
19
  - - "~>"
20
20
  - !ruby/object:Gem::Version
21
- version: '19.0'
21
+ version: '19.1'
22
22
  - - ">="
23
23
  - !ruby/object:Gem::Version
24
- version: 19.0.0
24
+ version: 19.1.4
25
25
  type: :runtime
26
26
  prerelease: false
27
27
  version_requirements: !ruby/object:Gem::Requirement
28
28
  requirements:
29
29
  - - "~>"
30
30
  - !ruby/object:Gem::Version
31
- version: '19.0'
31
+ version: '19.1'
32
32
  - - ">="
33
33
  - !ruby/object:Gem::Version
34
- version: 19.0.0
34
+ version: 19.1.4
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: rake
37
37
  requirement: !ruby/object:Gem::Requirement
@@ -80,7 +80,6 @@ executables:
80
80
  extensions: []
81
81
  extra_rdoc_files: []
82
82
  files:
83
- - LICENSE
84
83
  - README.md
85
84
  - bin/gherkin
86
85
  - bin/gherkin-ruby
@@ -110,11 +109,11 @@ homepage: https://github.com/cucumber/gherkin-ruby
110
109
  licenses:
111
110
  - MIT
112
111
  metadata:
113
- bug_tracker_uri: https://github.com/cucumber/cucumber/issues
114
- changelog_uri: https://github.com/cucumber/common/blob/main/gherkin/CHANGELOG.md
112
+ bug_tracker_uri: https://github.com/cucumber/gherkin/issues
113
+ changelog_uri: https://github.com/cucumber/gherkin/blob/main/CHANGELOG.md
115
114
  documentation_uri: https://cucumber.io/docs/gherkin/
116
115
  mailing_list_uri: https://groups.google.com/forum/#!forum/cukes
117
- source_code_uri: https://github.com/cucumber/common/blob/main/gherkin/ruby
116
+ source_code_uri: https://github.com/cucumber/gherkin/blob/main/ruby
118
117
  post_install_message:
119
118
  rdoc_options:
120
119
  - "--charset=UTF-8"
@@ -131,15 +130,15 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
130
  - !ruby/object:Gem::Version
132
131
  version: '0'
133
132
  requirements: []
134
- rubygems_version: 3.1.2
133
+ rubygems_version: 3.2.22
135
134
  signing_key:
136
135
  specification_version: 4
137
- summary: cucumber-gherkin-24.0.0
136
+ summary: cucumber-gherkin-25.0.0
138
137
  test_files:
139
138
  - spec/capture_warnings.rb
140
- - spec/gherkin/gherkin_line_spec.rb
141
139
  - spec/gherkin/dialect_spec.rb
140
+ - spec/gherkin/gherkin_line_spec.rb
141
+ - spec/gherkin/gherkin_spec.rb
142
142
  - spec/gherkin/parser_spec.rb
143
- - spec/gherkin/stream/parser_message_stream_spec.rb
144
143
  - spec/gherkin/query_spec.rb
145
- - spec/gherkin/gherkin_spec.rb
144
+ - spec/gherkin/stream/parser_message_stream_spec.rb
data/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) Cucumber Ltd, Gaspar Nagy, Björn Rasmusson, Peter Sergeant
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.