cucumber-rails 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +18 -18
  3. data/CONTRIBUTING.md +1 -1
  4. data/LICENSE +18 -18
  5. data/README.md +3 -3
  6. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1bf83d6e575787713fab1c816923720383b3564cbd768456937e2f3480480f9
4
- data.tar.gz: 8842142b452e0f6459ba648ac31ded1daa634c2e7eff71fb2be540fe6f121e58
3
+ metadata.gz: aff922e790b6af0827c954162431bdd3fd14bbe2b4bd619c586179ef8e85e4a4
4
+ data.tar.gz: 4bf436f3ea1d3c8e811a51b219a393013d78a70ea3a3869455fbba159aa35542
5
5
  SHA512:
6
- metadata.gz: 302a10f9a375ec89ecf7a56f25b0e3261c712b4fd59c2f6ee0e98b4dc7e0119792c9b6072f832d9a8d70ff97d6692bc225b7ef351adae1f051b6ba2f9a0b182c
7
- data.tar.gz: 805277ab925431c22f0e8be3ae0c0769b10b1afd9ce0d5bb66e43feb9c93558128feda07cde8c0a3140a97408fbad9e7f3a016c73432bbb390304bf76fb9ab1e
6
+ metadata.gz: 917cf1655f0bb54a419cf9b1077f227d7a98b22185f0a094485b90b26276c7e28bd8ed9a761a4fbc53bd76a9693265f574c52673355271a64dbf6f249fb3ecc7
7
+ data.tar.gz: d0fe500f91a3f2d2ed716d6a43586480b2a9200b617ea0ff97d8ce00159a27dd0e94688b87bdbc484cddeb7d3ff89cfbf377ff06da0b488f700459b6da4ad851
data/CHANGELOG.md CHANGED
@@ -5,22 +5,29 @@ All notable changes to this project will be documented in this file. For older v
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
- This file is intended to be modified using the [`changelog`](github.com/cucumber/changelog) command-line tool.
8
+ This file is intended to be modified using the [`changelog`](https://github.com/cucumber/changelog) command-line tool.
9
9
 
10
10
  ## [Unreleased]
11
11
 
12
+ ## [3.0.1] - 2024-11-05
13
+ ### Changed
14
+ - Add support for Rails 7.2 / Ruby 3.3 (No code changes required) [#586](https://github.com/cucumber/cucumber-rails/pull/586) [#588](https://github.com/cucumber/cucumber-rails/pull/588)
15
+
16
+ ### Fixed
17
+ - Internal testing code has been refactored to handle older ruby/rails installs [#583](https://github.com/cucumber/cucumber-rails/pull/583)
18
+
12
19
  ## [3.0.0] - 2023-11-01
13
20
  ### Changed
14
21
  - Add support for Rails 7.1 [#575](https://github.com/cucumber/cucumber-rails/pull/575)
15
22
  - Added new rubocop sub-gems (rails / rake) and updated repo to be rubocop 2.6 conformant [#581](https://github.com/cucumber/cucumber-rails/pull/581)
16
23
 
17
24
  ### Fixed
18
- - Some of the rails 5.2 tests were installing lots of old conflicting gems ([luke-hill])
25
+ - Some of the rails 5.2 tests were installing lots of old conflicting gems ([luke-hill](https://github.com/luke-hill))
19
26
  - Generator updates (Updated the install locations for some scripts from `script/` to `bin/` and remove some legacy items)
20
- ([luke-hill])
27
+ ([luke-hill](https://github.com/luke-hill))
21
28
  - Update minimum versions of several gems: capybara must be `v3.11+` and cucumber must be `v5+` (cucumber v9 is also permissible)
22
- ([luke-hill])
23
- - Fixed an issue where the World instantiation didn't re-run the inherited classes initializer ([luke-hill])
29
+ ([luke-hill](https://github.com/luke-hill))
30
+ - Fixed an issue where the World instantiation didn't re-run the inherited classes initializer ([luke-hill](https://github.com/luke-hill))
24
31
 
25
32
  ## [3.0.0.rc.1] - 2023-09-15
26
33
  ### Removed
@@ -33,29 +40,22 @@ This file is intended to be modified using the [`changelog`](github.com/cucumber
33
40
  - Automate release process [#554](https://github.com/cucumber/cucumber-rails/pull/554)
34
41
 
35
42
  ## [2.6.0] - 2022-10-07
36
- ### New Features
37
- - Dependabot has now been added to the repo (Alongside this a bunch of gem updates have been done)
38
- ([#540](https://github.com/cucumber/cucumber-rails/pull/540) [mattwynne])
39
-
40
43
  ### Changed
41
- - Gem update: allowed cucumber 8 ([#538](https://github.com/cucumber/cucumber-rails/pull/538) / [#541](https://github.com/cucumber/cucumber-rails/pull/541) [mattwynne])
44
+ - Gem update: allowed cucumber 8 ([#538](https://github.com/cucumber/cucumber-rails/pull/538) / [#541](https://github.com/cucumber/cucumber-rails/pull/541) [mattwynne](https://github.com/mattwynne))
42
45
  - New release process. Older releases are in [this changelog](./CHANGELOG.old.md)
43
46
 
44
47
  ### Fixed
45
48
  - Some bugs with dev dependencies have now been fixed externally, so these have been unrestricted
46
- ([#552](https://github.com/cucumber/cucumber-rails/pull/552) [BrianHawley])
47
-
49
+ ([#552](https://github.com/cucumber/cucumber-rails/pull/552) [BrianHawley](https://github.com/BrianHawley))
48
50
  - Fixed up some rubocop offenses from updated `rubocop-performance`
49
- ([#550](https://github.com/cucumber/cucumber-rails/pull/550) [olleolleolle])
51
+ ([#550](https://github.com/cucumber/cucumber-rails/pull/550) [olleolleolle](https://github.com/olleolleolle))
50
52
 
51
- [Unreleased]: https://github.com/cucumber/cucumber-rails/compare/v3.0.0...HEAD
53
+ [Unreleased]: https://github.com/cucumber/cucumber-rails/compare/v3.0.1...HEAD
54
+ [3.0.1]: https://github.com/cucumber/cucumber-rails/compare/v3.0.0...v3.0.1
52
55
  [3.0.0]: https://github.com/cucumber/cucumber-rails/compare/v3.0.0.rc.1...v3.0.0
53
56
  [3.0.0.rc.1]: https://github.com/cucumber/cucumber-rails/compare/v2.6.1...v3.0.0.rc.1
54
57
  [2.6.1]: https://github.com/cucumber/cucumber-rails/compare/v2.6.0...v2.6.1
55
58
  [2.6.0]: https://github.com/cucumber/cucumber-rails/compare/v2.5.1...v2.6.0
56
-
57
- [olleolleolle]: https://github.com/olleolleolle
58
- [BrianHawley]: https://github.com/BrianHawley
59
- [mattwynne]: https://github.com/mattwynne
59
+ //github.com/mattwynne
60
60
  [orien]: https://github.com/orien
61
61
  [luke-hill]: https://github.com/luke-hill
data/CONTRIBUTING.md CHANGED
@@ -46,7 +46,7 @@ If you've changed versions of the dependencies, you may find it helpful to force
46
46
  each appraisal's gem lock file in `gemfiles/`. You can do this using:
47
47
 
48
48
  [bundle exec] rake gemfiles:clean
49
-
49
+
50
50
  ## Release Process
51
51
 
52
52
  We now use polyglot-release. Consult [RELEASING.md](./RELEASING.md) for more info
data/LICENSE CHANGED
@@ -1,22 +1,22 @@
1
- The MIT License
1
+ MIT License
2
2
 
3
- Copyright (c) 2008-2024 Aslak Hellesøy and the Cucumber Team.
3
+ Copyright (c) 2008 Aslak Hellesøy and contributors
4
+ Copyright (c) 2013 Cucumber Ltd and contributors
4
5
 
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to deal
8
+ in the Software without restriction, including without limitation the rights
9
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
12
12
 
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
13
+ The above copyright notice and this permission notice shall be included in all
14
+ copies or substantial portions of the Software.
15
15
 
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
+ SOFTWARE.
data/README.md CHANGED
@@ -95,8 +95,8 @@ With all dependencies installed, all specs and features should pass:
95
95
 
96
96
  In order to test against multiple versions of key dependencies, the [Appraisal](https://github.com/thoughtbot/appraisal)
97
97
  gem is used to generate multiple gemfiles, stored in the `gemfiles/` directory.
98
- Normally these will only run on Travis; however, if you want to run the full test suite against
99
- all gemfiles, run the following commands:
98
+ Normally these will only run on GitHub via GitHub Actions; however if you want to run the full test
99
+ suite against all gemfiles, run the following commands:
100
100
 
101
101
  [bundle exec] appraisal install
102
102
  [bundle exec] appraisal rake test
@@ -115,4 +115,4 @@ To support the multiple-gemfile testing, when adding a new dependency the follow
115
115
 
116
116
  For example, rspec is a primary development dependency, so it lives in the gemspec.
117
117
 
118
- [the helper method]: https://github.com/cucumber/cucumber-rails/blob/main/features/support/cucumber_rails_helper.rb#L19
118
+ [the helper method]: ./features/support/cucumber_rails_gem_helper.rb
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aslak Hellesøy
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-11-01 00:00:00.000000000 Z
13
+ date: 2024-11-05 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: capybara
@@ -333,10 +333,10 @@ licenses:
333
333
  - MIT
334
334
  metadata:
335
335
  bug_tracker_uri: https://github.com/cucumber/cucumber-rails/issues
336
- changelog_uri: https://github.com/cucumber/cucumber-rails/blob/v3.0.0/CHANGELOG.md
336
+ changelog_uri: https://github.com/cucumber/cucumber-rails/blob/v3.0.1/CHANGELOG.md
337
337
  documentation_uri: https://cucumber.io/docs
338
338
  mailing_list_uri: https://groups.google.com/forum/#!forum/cukes
339
- source_code_uri: https://github.com/cucumber/cucumber-rails/tree/v3.0.0
339
+ source_code_uri: https://github.com/cucumber/cucumber-rails/tree/v3.0.1
340
340
  post_install_message:
341
341
  rdoc_options: []
342
342
  require_paths:
@@ -355,5 +355,5 @@ requirements: []
355
355
  rubygems_version: 3.3.5
356
356
  signing_key:
357
357
  specification_version: 4
358
- summary: cucumber-rails-3.0.0
358
+ summary: cucumber-rails-3.0.1
359
359
  test_files: []