cucumber-messages 21.0.0 → 21.0.1
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.dtos.rb +4 -4
- 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: 8d775ee31d595dd6b7c67a8d6c98a84d18d6815c433b96aff25594c3cdcdd9f3
|
4
|
+
data.tar.gz: 79b5a45328fd019745e0d1fa5ce87c6df334956d5b9e8eb24a93e2ef7c0661a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1ec82690ee4b3ada7e575f5ff2dd0fb2923e95647fdb3c1960666daaac919252d4fb796a01814f1fee8250a1654d057e5ab220b9483b4d2cc398723cc648b80
|
7
|
+
data.tar.gz: 2843fa5bf6ecb13b8ec138076e563ee34bb619c2bf8fd02704357ecf37346ed38c4deb8b8fe78748d739a6dacb10dc1772356fe78a691020ac2733177cbea0d1
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
21.0.
|
1
|
+
21.0.1
|
@@ -41,9 +41,9 @@ module Cucumber
|
|
41
41
|
# Content encoding is *not* determined by the media type, but rather by the type
|
42
42
|
# of the object being attached:
|
43
43
|
#
|
44
|
-
# - string
|
45
|
-
# - byte array
|
46
|
-
# - stream
|
44
|
+
# - string: IDENTITY
|
45
|
+
# - byte array: BASE64
|
46
|
+
# - stream: BASE64
|
47
47
|
|
48
48
|
attr_reader :content_encoding
|
49
49
|
|
@@ -237,7 +237,7 @@ module Cucumber
|
|
237
237
|
attr_reader :type
|
238
238
|
|
239
239
|
##
|
240
|
-
# The message of exception that caused this result. E.g. expected:
|
240
|
+
# The message of exception that caused this result. E.g. expected: "a" but was: "b"
|
241
241
|
|
242
242
|
attr_reader :message
|
243
243
|
|
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: 21.0.
|
4
|
+
version: 21.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aslak Hellesøy
|
@@ -127,7 +127,7 @@ requirements: []
|
|
127
127
|
rubygems_version: 3.2.22
|
128
128
|
signing_key:
|
129
129
|
specification_version: 4
|
130
|
-
summary: cucumber-messages-21.0.
|
130
|
+
summary: cucumber-messages-21.0.1
|
131
131
|
test_files:
|
132
132
|
- spec/capture_warnings.rb
|
133
133
|
- spec/cucumber/messages/acceptance_spec.rb
|