cucumber 9.2.0 → 9.2.1
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/multiline_argument/data_table.rb +3 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f6b3938bfcfa22aba558e5ea44825ed2ee19e9c7d26c0a5613f7998095d5c287
|
4
|
+
data.tar.gz: edc19d118e96175085722756b873b48c2ec319663edeedd81de027a48ac7d66c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1338b46610ebd6fff711400c0160294f451e3c98558ca155712d07040a06f9a55fcb99c6e9cd00e5df248a415928b2a7c70da76a7badcc461b832ec464b66a8
|
7
|
+
data.tar.gz: b1c00b91c1055daf161482ba19b4cfa60089140af3212f9a1d71ef9a692d4dabd43fdb5fa3fa0bfcbcce018053f0ebc5460f1449bfaa32fa6afb0f532156c9d1
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
9.2.
|
1
|
+
9.2.1
|
@@ -75,7 +75,9 @@ module Cucumber
|
|
75
75
|
def eof; end
|
76
76
|
end
|
77
77
|
|
78
|
-
|
78
|
+
# This is a Hash being initialized with a default value of a Hash, DO NOT REFORMAT TO REMOVE {}
|
79
|
+
# Future versions [3.4.0+] of ruby will interpret these as keywords and break.
|
80
|
+
NULL_CONVERSIONS = Hash.new({ strict: false, proc: ->(cell_value) { cell_value } }).freeze
|
79
81
|
|
80
82
|
# @param data [Core::Test::DataTable] the data for the table
|
81
83
|
# @param conversion_procs [Hash] see map_column
|
metadata
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cucumber
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 9.2.
|
4
|
+
version: 9.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aslak Hellesøy
|
8
8
|
- Matt Wynne
|
9
9
|
- Steve Tooke
|
10
|
-
autorequire:
|
10
|
+
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2025-01-12 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: builder
|
@@ -494,7 +494,7 @@ metadata:
|
|
494
494
|
documentation_uri: http://www.rubydoc.info/github/cucumber/cucumber-ruby/
|
495
495
|
mailing_list_uri: http://groups.google.com/forum/#!forum/cukes
|
496
496
|
source_code_uri: http://github.com/cucumber/cucumber-ruby
|
497
|
-
post_install_message:
|
497
|
+
post_install_message:
|
498
498
|
rdoc_options:
|
499
499
|
- "--charset=UTF-8"
|
500
500
|
require_paths:
|
@@ -510,8 +510,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
510
510
|
- !ruby/object:Gem::Version
|
511
511
|
version: 3.0.1
|
512
512
|
requirements: []
|
513
|
-
rubygems_version: 3.
|
514
|
-
signing_key:
|
513
|
+
rubygems_version: 3.4.20
|
514
|
+
signing_key:
|
515
515
|
specification_version: 4
|
516
|
-
summary: cucumber-9.2.
|
516
|
+
summary: cucumber-9.2.1
|
517
517
|
test_files: []
|