cucumber-messages 12.1.1 → 12.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.pb.rb +19 -0
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 48ae3eaed81568c35701189b15127d21934580552d5063e7cbcc32f059962fa5
|
|
4
|
+
data.tar.gz: e6699bb96d22151781ea71fc4baa8adffc1cb04ead92bfe0a6083a008bc8f8b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b1457c65185ce70a5b3024406dd5361060fddbe2dcbf9990a2560d6b81b760145f352a6d4592dee40dcb27f000a0afcd287f5130cf965182fa54c7a1a0284c6
|
|
7
|
+
data.tar.gz: 667075542e0c6096bf5abf1c9cb73fd1aee5bd362affe4dda873b6db5aa9e01eb3247f18de3eb4b630521ae5b502c83871893e01f66ec19f440cabf68839b70c
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
12.
|
|
1
|
+
12.2.0
|
data/lib/cucumber/messages.pb.rb
CHANGED
|
@@ -15,6 +15,11 @@ module Cucumber
|
|
|
15
15
|
class Envelope < ::Protobuf::Message; end
|
|
16
16
|
class Meta < ::Protobuf::Message
|
|
17
17
|
class Product < ::Protobuf::Message; end
|
|
18
|
+
class CI < ::Protobuf::Message
|
|
19
|
+
class Git < ::Protobuf::Message; end
|
|
20
|
+
|
|
21
|
+
end
|
|
22
|
+
|
|
18
23
|
|
|
19
24
|
end
|
|
20
25
|
|
|
@@ -176,11 +181,25 @@ module Cucumber
|
|
|
176
181
|
optional :string, :version, 2
|
|
177
182
|
end
|
|
178
183
|
|
|
184
|
+
class CI
|
|
185
|
+
class Git
|
|
186
|
+
optional :string, :remote, 1
|
|
187
|
+
optional :string, :revision, 2
|
|
188
|
+
optional :string, :branch, 3
|
|
189
|
+
optional :string, :tag, 4
|
|
190
|
+
end
|
|
191
|
+
|
|
192
|
+
optional :string, :name, 1
|
|
193
|
+
optional :string, :url, 2
|
|
194
|
+
optional ::Cucumber::Messages::Meta::CI::Git, :git, 3
|
|
195
|
+
end
|
|
196
|
+
|
|
179
197
|
optional :string, :protocol_version, 1
|
|
180
198
|
optional ::Cucumber::Messages::Meta::Product, :implementation, 2
|
|
181
199
|
optional ::Cucumber::Messages::Meta::Product, :runtime, 3
|
|
182
200
|
optional ::Cucumber::Messages::Meta::Product, :os, 4
|
|
183
201
|
optional ::Cucumber::Messages::Meta::Product, :cpu, 5
|
|
202
|
+
optional ::Cucumber::Messages::Meta::CI, :ci, 6
|
|
184
203
|
end
|
|
185
204
|
|
|
186
205
|
class Timestamp
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cucumber-messages
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 12.
|
|
4
|
+
version: 12.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aslak Hellesøy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-06-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: protobuf-cucumber
|
|
@@ -119,11 +119,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
119
119
|
- !ruby/object:Gem::Version
|
|
120
120
|
version: '0'
|
|
121
121
|
requirements: []
|
|
122
|
-
|
|
123
|
-
rubygems_version: 2.7.6.2
|
|
122
|
+
rubygems_version: 3.1.2
|
|
124
123
|
signing_key:
|
|
125
124
|
specification_version: 4
|
|
126
|
-
summary: cucumber-messages-12.
|
|
125
|
+
summary: cucumber-messages-12.2.0
|
|
127
126
|
test_files:
|
|
128
127
|
- spec/cucumber/messages/time_conversion_spec.rb
|
|
129
128
|
- spec/cucumber/messages/ndjson_serialization_spec.rb
|