cucumber 4.0.0 → 4.0.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/CHANGELOG.md +7 -1
- data/lib/cucumber/version +1 -1
- metadata +12 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c37c07474eae1f9984186ac8f920b7440a5865fb8581d56fe9299d794d6b6c2
|
|
4
|
+
data.tar.gz: 234b2ccdba26251b7017dab7f73eceb310057ab9e68c64686aee94d8e33fc818
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7aefc0d27a3f54413f8c2f0e4810c32f96374925af78710caca6488617b699c190682eaf7da78fe77fc2060dae77d6ab15871d12025b3520dbed7ce8eb7232a6
|
|
7
|
+
data.tar.gz: 35a3d9a9ed8b5cb1e958a1c14e5bf4050743357382e2a9682645f90e0866c6285f23849217c15bdd71915f122307aabe15dc5dee2c6028abf195289583da522e
|
data/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,12 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
|
|
|
10
10
|
|
|
11
11
|
----
|
|
12
12
|
|
|
13
|
+
## [4.0.1](https://github.com/cucumber/cucumber-ruby/compare/v4.0.0...v4.0.1)
|
|
14
|
+
|
|
15
|
+
### Fixed
|
|
16
|
+
|
|
17
|
+
* force reference to `diff-lcs` to 1.3 as 1.4 introduced breaking changes.
|
|
18
|
+
|
|
13
19
|
## [4.0.0](https://github.com/cucumber/cucumber-ruby/compare/v4.0.0.rc.5...v4.0.0)
|
|
14
20
|
|
|
15
21
|
### Changed
|
|
@@ -91,7 +97,7 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
|
|
|
91
97
|
* If you wish to alter this, then you can set a top level config option: `Cucumber.use_legacy_autoloader`
|
|
92
98
|
* Like most config options, setting this inside a `spec_helper.rb` or `env.rb` file is advised
|
|
93
99
|
* For more information on this change, including why it was made. Please read this
|
|
94
|
-
[Blog Post](
|
|
100
|
+
[Blog Post](https://cucumber.io/blog/open-source/tweaking-cucumber-rubys-auto-loader/)
|
|
95
101
|
([#1349](https://github.com/cucumber/cucumber-ruby/pull/1349),
|
|
96
102
|
[#1043](https://github.com/cucumber/cucumber-ruby/issues/1043)
|
|
97
103
|
[luke-hill](https://github.com/luke-hill))
|
data/lib/cucumber/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.0.
|
|
1
|
+
4.0.1
|
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: 4.0.
|
|
4
|
+
version: 4.0.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: 2020-06-
|
|
13
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: builder
|
|
@@ -162,6 +162,9 @@ dependencies:
|
|
|
162
162
|
- - "~>"
|
|
163
163
|
- !ruby/object:Gem::Version
|
|
164
164
|
version: '1.3'
|
|
165
|
+
- - "<"
|
|
166
|
+
- !ruby/object:Gem::Version
|
|
167
|
+
version: '1.4'
|
|
165
168
|
type: :runtime
|
|
166
169
|
prerelease: false
|
|
167
170
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -172,6 +175,9 @@ dependencies:
|
|
|
172
175
|
- - "~>"
|
|
173
176
|
- !ruby/object:Gem::Version
|
|
174
177
|
version: '1.3'
|
|
178
|
+
- - "<"
|
|
179
|
+
- !ruby/object:Gem::Version
|
|
180
|
+
version: '1.4'
|
|
175
181
|
- !ruby/object:Gem::Dependency
|
|
176
182
|
name: multi_test
|
|
177
183
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -594,7 +600,7 @@ metadata:
|
|
|
594
600
|
documentation_uri: https://www.rubydoc.info/github/cucumber/cucumber-ruby/
|
|
595
601
|
mailing_list_uri: https://groups.google.com/forum/#!forum/cukes
|
|
596
602
|
source_code_uri: https://github.com/cucumber/cucumber-ruby
|
|
597
|
-
post_install_message:
|
|
603
|
+
post_install_message:
|
|
598
604
|
rdoc_options:
|
|
599
605
|
- "--charset=UTF-8"
|
|
600
606
|
require_paths:
|
|
@@ -611,7 +617,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
611
617
|
version: '0'
|
|
612
618
|
requirements: []
|
|
613
619
|
rubygems_version: 3.0.6
|
|
614
|
-
signing_key:
|
|
620
|
+
signing_key:
|
|
615
621
|
specification_version: 4
|
|
616
|
-
summary: cucumber-4.0.
|
|
622
|
+
summary: cucumber-4.0.1
|
|
617
623
|
test_files: []
|