cucumber-gherkin 26.0.3 → 26.1.0
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.
- checksums.yaml +4 -4
- data/lib/gherkin/gherkin-languages.json +49 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 00fdf513798207c30aa569dcf443c0c7caa1809455b17b841a72bef622d163a8
|
4
|
+
data.tar.gz: a1c385aee78c9f042b68c8af975914f139ff5781848dedf2293a05a716881775
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31d5e1ebe48167e109b84f2aad58a9b78a54f6b69ed583c7ae5beccb4c7669566e0a45badcad881f6dd68e58544eed841245e814b4098767c30fedf8de34094d
|
7
|
+
data.tar.gz: 482737607f410130def64b20768d3b8a11b92f16a3cd29b65748aa1597c9f1bf982dd56f16686ba2d7d5d69853abeddd2748622624ed60f93af2fb8d969aa313
|
@@ -277,6 +277,55 @@
|
|
277
277
|
"Əgər ",
|
278
278
|
"Nə vaxt ki "
|
279
279
|
]
|
280
|
+
},
|
281
|
+
"be": {
|
282
|
+
"and": [
|
283
|
+
"* ",
|
284
|
+
"I ",
|
285
|
+
"Ды ",
|
286
|
+
"Таксама "
|
287
|
+
],
|
288
|
+
"background": [
|
289
|
+
"Кантэкст"
|
290
|
+
],
|
291
|
+
"but": [
|
292
|
+
"* ",
|
293
|
+
"Але ",
|
294
|
+
"Інакш "
|
295
|
+
],
|
296
|
+
"examples": [
|
297
|
+
"Прыклады"
|
298
|
+
],
|
299
|
+
"feature": [
|
300
|
+
"Функцыянальнасць",
|
301
|
+
"Фіча"
|
302
|
+
],
|
303
|
+
"given": [
|
304
|
+
"* ",
|
305
|
+
"Няхай ",
|
306
|
+
"Дадзена "
|
307
|
+
],
|
308
|
+
"name": "Belarusian",
|
309
|
+
"native": "Беларуская",
|
310
|
+
"rule": [
|
311
|
+
"Правілы"
|
312
|
+
],
|
313
|
+
"scenario": [
|
314
|
+
"Сцэнарый",
|
315
|
+
"Cцэнар"
|
316
|
+
],
|
317
|
+
"scenarioOutline": [
|
318
|
+
"Шаблон сцэнарыя",
|
319
|
+
"Узор сцэнара"
|
320
|
+
],
|
321
|
+
"then": [
|
322
|
+
"* ",
|
323
|
+
"Тады "
|
324
|
+
],
|
325
|
+
"when": [
|
326
|
+
"* ",
|
327
|
+
"Калі "
|
328
|
+
]
|
280
329
|
},
|
281
330
|
"bg": {
|
282
331
|
"and": [
|
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: 26.0
|
4
|
+
version: 26.1.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: 2023-
|
13
|
+
date: 2023-03-23 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: cucumber-messages
|
@@ -133,7 +133,7 @@ requirements: []
|
|
133
133
|
rubygems_version: 3.2.22
|
134
134
|
signing_key:
|
135
135
|
specification_version: 4
|
136
|
-
summary: cucumber-gherkin-26.0
|
136
|
+
summary: cucumber-gherkin-26.1.0
|
137
137
|
test_files:
|
138
138
|
- spec/capture_warnings.rb
|
139
139
|
- spec/gherkin/dialect_spec.rb
|