cucumber-messages 14.1.2 → 15.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/cucumber/messages.pb.rb +1 -0
- 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: f6b8c6493c848e7008eeb7b4cf47736aa0978839bf927cd295d171835fcf53fb
|
4
|
+
data.tar.gz: 759922ce9c517d4162a06bf4951301ff6f51cb3ddf7082d104646c24ee26b747
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c066bd29e7454712813907faefa2ab76f912ea1f41c09a1b5c03f7391575419571fefe868c518dc073ea6ee0a0abe56782f3f5b9e6dac42e423bc10a0218669
|
7
|
+
data.tar.gz: 4ef1edcb8235665fc06fee708188be45cf0322271fc789cbfb48a1e464d2776908381c945df58f7de5d2fa32f333455cb846f4f2047ac4ac07ce2b00679d8294
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
15.0.0
|
data/lib/cucumber/messages.pb.rb
CHANGED
@@ -268,6 +268,7 @@ module Cucumber
|
|
268
268
|
optional :string, :description, 4
|
269
269
|
repeated ::Cucumber::Messages::GherkinDocument::Feature::FeatureChild::RuleChild, :children, 5
|
270
270
|
optional :string, :id, 6
|
271
|
+
repeated ::Cucumber::Messages::GherkinDocument::Feature::Tag, :tags, 7
|
271
272
|
end
|
272
273
|
|
273
274
|
class RuleChild
|
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:
|
4
|
+
version: 15.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aslak Hellesøy
|
@@ -122,7 +122,7 @@ requirements: []
|
|
122
122
|
rubygems_version: 3.1.2
|
123
123
|
signing_key:
|
124
124
|
specification_version: 4
|
125
|
-
summary: cucumber-messages-
|
125
|
+
summary: cucumber-messages-15.0.0
|
126
126
|
test_files:
|
127
127
|
- spec/capture_warnings.rb
|
128
128
|
- spec/cucumber/messages/protobuf_serialization_spec.rb
|