cucumber-messages 34.1.0 → 34.2.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/VERSION +1 -1
- data/lib/cucumber/messages/pickle_table.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 02746fa62fcdf768810b08ddec818f45864a1a342fc4d58f8bf8ff2b41a86ea9
|
|
4
|
+
data.tar.gz: 4ee416b4b46230b0ef1eb3b5b842f668a425fc82053f58704b04bcc9df66945b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a366001752eb49400b0accf378b7349919045621890505dc826826bbd29afed5d75ab28b8813815458265eb9661d4d319ecf3b4b65325391b1548a6143f0c69
|
|
7
|
+
data.tar.gz: c24608d3254c7279482c379283584d4601c622ab4d124ff629ff366068511f91348a77bf932b3155dc02507c5e01304520781f5bfa733bd84656473f3dfe1094
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
34.
|
|
1
|
+
34.2.0
|
|
@@ -9,7 +9,7 @@ module Cucumber
|
|
|
9
9
|
##
|
|
10
10
|
class PickleTable < Message
|
|
11
11
|
##
|
|
12
|
-
# The index of this argument. The value is
|
|
12
|
+
# The index of this argument. The value is 1 if it was declared before the doc string, 2 if it was declared after.
|
|
13
13
|
##
|
|
14
14
|
attr_reader :argument_index
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cucumber-messages
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 34.
|
|
4
|
+
version: 34.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aslak Hellesøy
|
|
@@ -204,5 +204,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
204
204
|
requirements: []
|
|
205
205
|
rubygems_version: 4.0.16
|
|
206
206
|
specification_version: 4
|
|
207
|
-
summary: cucumber-messages-34.
|
|
207
|
+
summary: cucumber-messages-34.2.0
|
|
208
208
|
test_files: []
|