cucumber-messages 13.1.0 → 13.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
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 70d7c86687240b7c8c6524efa75a4caf9d80dcd93ff2dfd1889e58104ae62ef1
|
|
4
|
+
data.tar.gz: 923e66ab70375c6c943d518273ba629fb238fbb1f5263e8140bc91aa42e97242
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e11edd66bf60c66cd077403f0d9596ca29163126979f4928942bb9e325eae13f644be7af4b1522a7b5ab34ef2ab16033e2eb8f2c4e0e1cc376075f85a808631e
|
|
7
|
+
data.tar.gz: f3506aff07dbf4f1dce4b7748cb22c995f60442899cbc4f5e30fa91954aed1cd3dd18074d4d248646903b94d8247a17406f465734bf01bb542af0294276e4f0c
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
13.
|
|
1
|
+
13.2.0
|
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: 13.
|
|
4
|
+
version: 13.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-11-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: protobuf-cucumber
|
|
@@ -56,20 +56,20 @@ dependencies:
|
|
|
56
56
|
requirements:
|
|
57
57
|
- - "~>"
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: '3.
|
|
59
|
+
version: '3.10'
|
|
60
60
|
- - ">="
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: 3.
|
|
62
|
+
version: 3.10.0
|
|
63
63
|
type: :development
|
|
64
64
|
prerelease: false
|
|
65
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
|
67
67
|
- - "~>"
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.10'
|
|
70
70
|
- - ">="
|
|
71
71
|
- !ruby/object:Gem::Version
|
|
72
|
-
version: 3.
|
|
72
|
+
version: 3.10.0
|
|
73
73
|
description: Protocol Buffer messages for Cucumber's inter-process communication
|
|
74
74
|
email: cukes@googlegroups.com
|
|
75
75
|
executables: []
|
|
@@ -122,11 +122,11 @@ requirements: []
|
|
|
122
122
|
rubygems_version: 3.1.2
|
|
123
123
|
signing_key:
|
|
124
124
|
specification_version: 4
|
|
125
|
-
summary: cucumber-messages-13.
|
|
125
|
+
summary: cucumber-messages-13.2.0
|
|
126
126
|
test_files:
|
|
127
|
-
- spec/
|
|
127
|
+
- spec/capture_warnings.rb
|
|
128
|
+
- spec/cucumber/messages/id_generator_spec.rb
|
|
128
129
|
- spec/cucumber/messages/ndjson_serialization_spec.rb
|
|
129
|
-
- spec/cucumber/messages/version_spec.rb
|
|
130
130
|
- spec/cucumber/messages/protobuf_serialization_spec.rb
|
|
131
|
-
- spec/cucumber/messages/
|
|
132
|
-
- spec/
|
|
131
|
+
- spec/cucumber/messages/time_conversion_spec.rb
|
|
132
|
+
- spec/cucumber/messages/version_spec.rb
|