cucumber-wire 6.1.0 → 6.1.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 +17 -1
- data/lib/cucumber/wire/version +1 -1
- data/lib/cucumber/wire.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: 2ceedf3dc23c6df1e4bba79640c8a6ffd2862ca07fd8bc33ccf65febbf4f4bde
|
4
|
+
data.tar.gz: d9b643ca2462cbff67ac45036154cd26d535fb3f943b60d1d39f60dacab0611d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5e6d155ffc319abd095b3b310e6f7f6b6166f08d4f32df21d04acdc99525d0e6b953680c7bea28376b198e0d423f2061c673b866c01be0e4bf0c1e55ba3fb32
|
7
|
+
data.tar.gz: abd031b763527adbe6f26a1b9bbe30118427816d9fe64133866dfa0c2b98fe2cd4f27236dce4dbcb454f1f6e1d8103e8426997814713770bbbdda8047b0b58ab
|
data/CHANGELOG.md
CHANGED
@@ -10,6 +10,21 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
|
|
10
10
|
|
11
11
|
## [Unreleased]
|
12
12
|
|
13
|
+
### Changed
|
14
|
+
|
15
|
+
### Added
|
16
|
+
|
17
|
+
### Fixed
|
18
|
+
|
19
|
+
### Removed
|
20
|
+
|
21
|
+
## [6.1.1]
|
22
|
+
|
23
|
+
### Changed
|
24
|
+
|
25
|
+
- Use the new `InstallPlugin` hook rather than `AfterConfiguration`.
|
26
|
+
([#52](https://github.com/cucumber/cucumber-ruby-wire/pull/52))
|
27
|
+
|
13
28
|
## [6.1.0]
|
14
29
|
### Added
|
15
30
|
- The possibility to verify if the plugin has already been installed or not. To
|
@@ -86,7 +101,8 @@ is a risk of regressions.
|
|
86
101
|
- Changes to work with a modern Cucumber-Ruby ([#14](https://github.com/cucumber/cucumber-ruby-wire/pull/14) [brasmusson](https://github.com/brasmusson))
|
87
102
|
- Adapt to the move of Location to Cucumber::Core::Test ([#14](https://github.com/cucumber/cucumber-ruby-wire/pull/14) [brasmusson](https://github.com/brasmusson))
|
88
103
|
|
89
|
-
[Unreleased]: https://github.com/cucumber/cucumber-ruby-wire/compare/v6.1.
|
104
|
+
[Unreleased]: https://github.com/cucumber/cucumber-ruby-wire/compare/v6.1.1...main
|
105
|
+
[6.1.1]: https://github.com/cucumber/cucumber-ruby-wire/compare/v6.1.0...v6.1.1
|
90
106
|
[6.1.0]: https://github.com/cucumber/cucumber-ruby-wire/compare/v6.0.1...v6.1.0
|
91
107
|
[6.0.1]: https://github.com/cucumber/cucumber-ruby-wire/compare/v6.0.0...v6.0.1
|
92
108
|
[6.0.0]: https://github.com/cucumber/cucumber-ruby-wire/compare/v5.0.1...v6.0.0
|
data/lib/cucumber/wire/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
6.1.
|
1
|
+
6.1.1
|
data/lib/cucumber/wire.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cucumber-wire
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.1.
|
4
|
+
version: 6.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Wynne
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-08-
|
11
|
+
date: 2021-08-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cucumber-core
|
@@ -39,7 +39,7 @@ dependencies:
|
|
39
39
|
version: '12.1'
|
40
40
|
- - ">="
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: 12.1.
|
42
|
+
version: 12.1.2
|
43
43
|
type: :runtime
|
44
44
|
prerelease: false
|
45
45
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -49,7 +49,7 @@ dependencies:
|
|
49
49
|
version: '12.1'
|
50
50
|
- - ">="
|
51
51
|
- !ruby/object:Gem::Version
|
52
|
-
version: 12.1.
|
52
|
+
version: 12.1.2
|
53
53
|
- !ruby/object:Gem::Dependency
|
54
54
|
name: cucumber-messages
|
55
55
|
requirement: !ruby/object:Gem::Requirement
|
@@ -200,13 +200,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
200
200
|
- !ruby/object:Gem::Version
|
201
201
|
version: '0'
|
202
202
|
requirements: []
|
203
|
-
rubygems_version: 3.2
|
203
|
+
rubygems_version: 3.1.2
|
204
204
|
signing_key:
|
205
205
|
specification_version: 4
|
206
|
-
summary: cucumber-wire-6.1.
|
206
|
+
summary: cucumber-wire-6.1.1
|
207
207
|
test_files:
|
208
|
-
- spec/cucumber/wire/configuration_spec.rb
|
209
208
|
- spec/cucumber/wire/connection_spec.rb
|
209
|
+
- spec/cucumber/wire/configuration_spec.rb
|
210
210
|
- spec/cucumber/wire/connections_spec.rb
|
211
211
|
- spec/cucumber/wire/data_packet_spec.rb
|
212
212
|
- spec/cucumber/wire/exception_spec.rb
|