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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c84d3e0ab90cabd1d67121371c8a95c0e5f91bfa5f3ec42a1024c1a85130bde
4
- data.tar.gz: 1386d49afc93d04c9b616f38ab4466c8aa3092aa60a293c82557465ad8b4538a
3
+ metadata.gz: f6b3938bfcfa22aba558e5ea44825ed2ee19e9c7d26c0a5613f7998095d5c287
4
+ data.tar.gz: edc19d118e96175085722756b873b48c2ec319663edeedd81de027a48ac7d66c
5
5
  SHA512:
6
- metadata.gz: afd28a66515dbb07168f7c906d1de7feb5c780437a22b0492f218db943555bc996e7dfc77750257033c9ae8c843e350ca12c389963b78e6ddf1c58dc3f1df371
7
- data.tar.gz: bd21e8e340afc215e887be2e353fd9060a4a4ccf1975298403ed6487e263b4103ef01a73e069f16758cc286ba6d507ae0e2f4b9d72916fb976cbbe440af9d154
6
+ metadata.gz: f1338b46610ebd6fff711400c0160294f451e3c98558ca155712d07040a06f9a55fcb99c6e9cd00e5df248a415928b2a7c70da76a7badcc461b832ec464b66a8
7
+ data.tar.gz: b1c00b91c1055daf161482ba19b4cfa60089140af3212f9a1d71ef9a692d4dabd43fdb5fa3fa0bfcbcce018053f0ebc5460f1449bfaa32fa6afb0f532156c9d1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 9.2.0
1
+ 9.2.1
@@ -75,7 +75,9 @@ module Cucumber
75
75
  def eof; end
76
76
  end
77
77
 
78
- NULL_CONVERSIONS = Hash.new(strict: false, proc: ->(cell_value) { cell_value }).freeze
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.0
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: 2024-03-19 00:00:00.000000000 Z
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.3.5
514
- signing_key:
513
+ rubygems_version: 3.4.20
514
+ signing_key:
515
515
  specification_version: 4
516
- summary: cucumber-9.2.0
516
+ summary: cucumber-9.2.1
517
517
  test_files: []