cucumber-rails 3.0.1 → 3.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +11 -1
  3. data/README.md +1 -1
  4. metadata +23 -30
  5. data/CONTRIBUTING.md +0 -52
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aff922e790b6af0827c954162431bdd3fd14bbe2b4bd619c586179ef8e85e4a4
4
- data.tar.gz: 4bf436f3ea1d3c8e811a51b219a393013d78a70ea3a3869455fbba159aa35542
3
+ metadata.gz: b877f3a3f0455c377559499c06a93673cdd9f9d259908fc04290086da5c03ca3
4
+ data.tar.gz: 5ca7314c751d3e146785a570bcac58e8fad7fdcb01bea4db36c6c142a6704bde
5
5
  SHA512:
6
- metadata.gz: 917cf1655f0bb54a419cf9b1077f227d7a98b22185f0a094485b90b26276c7e28bd8ed9a761a4fbc53bd76a9693265f574c52673355271a64dbf6f249fb3ecc7
7
- data.tar.gz: d0fe500f91a3f2d2ed716d6a43586480b2a9200b617ea0ff97d8ce00159a27dd0e94688b87bdbc484cddeb7d3ff89cfbf377ff06da0b488f700459b6da4ad851
6
+ metadata.gz: c4dee5f0fe68d0ce734e713a24b61739de4644cc9af0aac789f155ce24747ebcc33ae9e95e7dfbb144f22180dfc3cf234f4de225abc5b44b109ccc36db052d4c
7
+ data.tar.gz: adc52651e69fdeda13d7ce0de37eb09f9f210c27284f77634bbd650e468ba596894f2560894e573403436d33d4c00761dda38ec2d330f88391333e2f1587300c
data/CHANGELOG.md CHANGED
@@ -9,6 +9,12 @@ This file is intended to be modified using the [`changelog`](https://github.com/
9
9
 
10
10
  ## [Unreleased]
11
11
 
12
+ ## [3.1.1] - 2025-01-30
13
+ ### Changed
14
+ - Updated some dev dependencies and improved some dev rake tasks to make testing leaner
15
+
16
+ ## [3.1.0] - 2024-11-25
17
+
12
18
  ## [3.0.1] - 2024-11-05
13
19
  ### Changed
14
20
  - 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)
@@ -50,12 +56,16 @@ This file is intended to be modified using the [`changelog`](https://github.com/
50
56
  - Fixed up some rubocop offenses from updated `rubocop-performance`
51
57
  ([#550](https://github.com/cucumber/cucumber-rails/pull/550) [olleolleolle](https://github.com/olleolleolle))
52
58
 
53
- [Unreleased]: https://github.com/cucumber/cucumber-rails/compare/v3.0.1...HEAD
59
+ [Unreleased]: https://github.com/cucumber/cucumber-rails/compare/v3.1.1...HEAD
60
+ [3.1.1]: https://github.com/cucumber/cucumber-rails/compare/v3.1.0...v3.1.1
61
+ [3.1.0]: https://github.com/cucumber/cucumber-rails/compare/v3.0.1...v3.1.0
54
62
  [3.0.1]: https://github.com/cucumber/cucumber-rails/compare/v3.0.0...v3.0.1
55
63
  [3.0.0]: https://github.com/cucumber/cucumber-rails/compare/v3.0.0.rc.1...v3.0.0
56
64
  [3.0.0.rc.1]: https://github.com/cucumber/cucumber-rails/compare/v2.6.1...v3.0.0.rc.1
57
65
  [2.6.1]: https://github.com/cucumber/cucumber-rails/compare/v2.6.0...v2.6.1
58
66
  [2.6.0]: https://github.com/cucumber/cucumber-rails/compare/v2.5.1...v2.6.0
67
+ .5.1...v2.6.0
68
+ 2.5.1...v2.6.0
59
69
  //github.com/mattwynne
60
70
  [orien]: https://github.com/orien
61
71
  [luke-hill]: https://github.com/luke-hill
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![Code Climate](https://codeclimate.com/github/cucumber/cucumber-rails.svg)](https://codeclimate.com/github/cucumber/cucumber-rails)
6
6
  [![Open Source Helpers](https://www.codetriage.com/cucumber/cucumber-rails/badges/users.svg)](https://www.codetriage.com/cucumber/cucumber-rails)
7
7
 
8
- Cucumber-Rails brings Cucumber to Rails 5.2, 6.x and 7.x.
8
+ Cucumber-Rails brings Cucumber to Rails 5.2, 6.x, 7.x, and 8.x.
9
9
 
10
10
  ## Installation
11
11
 
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aslak Hellesøy
8
8
  - Dennis Blöte
9
9
  - Rob Holland
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2024-11-05 00:00:00.000000000 Z
13
+ date: 2025-01-30 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: capybara
@@ -61,7 +61,7 @@ dependencies:
61
61
  version: '5.2'
62
62
  - - "<"
63
63
  - !ruby/object:Gem::Version
64
- version: '8'
64
+ version: '9'
65
65
  type: :runtime
66
66
  prerelease: false
67
67
  version_requirements: !ruby/object:Gem::Requirement
@@ -71,7 +71,7 @@ dependencies:
71
71
  version: '5.2'
72
72
  - - "<"
73
73
  - !ruby/object:Gem::Version
74
- version: '8'
74
+ version: '9'
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: ammeter
77
77
  requirement: !ruby/object:Gem::Requirement
@@ -130,22 +130,16 @@ dependencies:
130
130
  name: database_cleaner
131
131
  requirement: !ruby/object:Gem::Requirement
132
132
  requirements:
133
- - - ">="
134
- - !ruby/object:Gem::Version
135
- version: '1.8'
136
- - - "<"
133
+ - - "~>"
137
134
  - !ruby/object:Gem::Version
138
- version: '3.0'
135
+ version: '2.0'
139
136
  type: :development
140
137
  prerelease: false
141
138
  version_requirements: !ruby/object:Gem::Requirement
142
139
  requirements:
143
- - - ">="
144
- - !ruby/object:Gem::Version
145
- version: '1.8'
146
- - - "<"
140
+ - - "~>"
147
141
  - !ruby/object:Gem::Version
148
- version: '3.0'
142
+ version: '2.0'
149
143
  - !ruby/object:Gem::Dependency
150
144
  name: rails
151
145
  requirement: !ruby/object:Gem::Requirement
@@ -155,7 +149,7 @@ dependencies:
155
149
  version: '5.2'
156
150
  - - "<"
157
151
  - !ruby/object:Gem::Version
158
- version: '8'
152
+ version: '9'
159
153
  type: :development
160
154
  prerelease: false
161
155
  version_requirements: !ruby/object:Gem::Requirement
@@ -165,35 +159,35 @@ dependencies:
165
159
  version: '5.2'
166
160
  - - "<"
167
161
  - !ruby/object:Gem::Version
168
- version: '8'
162
+ version: '9'
169
163
  - !ruby/object:Gem::Dependency
170
164
  name: rake
171
165
  requirement: !ruby/object:Gem::Requirement
172
166
  requirements:
173
- - - ">="
167
+ - - "~>"
174
168
  - !ruby/object:Gem::Version
175
- version: '13.0'
169
+ version: '13.2'
176
170
  type: :development
177
171
  prerelease: false
178
172
  version_requirements: !ruby/object:Gem::Requirement
179
173
  requirements:
180
- - - ">="
174
+ - - "~>"
181
175
  - !ruby/object:Gem::Version
182
- version: '13.0'
176
+ version: '13.2'
183
177
  - !ruby/object:Gem::Dependency
184
178
  name: rspec
185
179
  requirement: !ruby/object:Gem::Requirement
186
180
  requirements:
187
181
  - - "~>"
188
182
  - !ruby/object:Gem::Version
189
- version: '3.12'
183
+ version: '3.13'
190
184
  type: :development
191
185
  prerelease: false
192
186
  version_requirements: !ruby/object:Gem::Requirement
193
187
  requirements:
194
188
  - - "~>"
195
189
  - !ruby/object:Gem::Version
196
- version: '3.12'
190
+ version: '3.13'
197
191
  - !ruby/object:Gem::Dependency
198
192
  name: rubocop
199
193
  requirement: !ruby/object:Gem::Requirement
@@ -299,7 +293,6 @@ extensions: []
299
293
  extra_rdoc_files: []
300
294
  files:
301
295
  - CHANGELOG.md
302
- - CONTRIBUTING.md
303
296
  - LICENSE
304
297
  - README.md
305
298
  - lib/cucumber/rails.rb
@@ -333,11 +326,11 @@ licenses:
333
326
  - MIT
334
327
  metadata:
335
328
  bug_tracker_uri: https://github.com/cucumber/cucumber-rails/issues
336
- changelog_uri: https://github.com/cucumber/cucumber-rails/blob/v3.0.1/CHANGELOG.md
329
+ changelog_uri: https://github.com/cucumber/cucumber-rails/blob/v3.1.1/CHANGELOG.md
337
330
  documentation_uri: https://cucumber.io/docs
338
331
  mailing_list_uri: https://groups.google.com/forum/#!forum/cukes
339
- source_code_uri: https://github.com/cucumber/cucumber-rails/tree/v3.0.1
340
- post_install_message:
332
+ source_code_uri: https://github.com/cucumber/cucumber-rails/tree/v3.1.1
333
+ post_install_message:
341
334
  rdoc_options: []
342
335
  require_paths:
343
336
  - lib
@@ -352,8 +345,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
352
345
  - !ruby/object:Gem::Version
353
346
  version: 3.2.3
354
347
  requirements: []
355
- rubygems_version: 3.3.5
356
- signing_key:
348
+ rubygems_version: 3.4.20
349
+ signing_key:
357
350
  specification_version: 4
358
- summary: cucumber-rails-3.0.1
351
+ summary: cucumber-rails-3.1.1
359
352
  test_files: []
data/CONTRIBUTING.md DELETED
@@ -1,52 +0,0 @@
1
- ## About to create a new Github Issue?
2
-
3
- We appreciate that. But before you do, please learn our basic rules:
4
-
5
- * This is not a support forum. If you have a question, please go to [The Cukes Google Group](http://groups.google.com/group/cukes).
6
- * Do you have an idea for a new feature? Then don't expect it to be implemented unless you or someone else sends a [pull request](https://help.github.com/articles/using-pull-requests). You might be better to start a discussion on [the google group](http://groups.google.com/group/cukes).
7
- * Reporting a bug? Please tell us:
8
- * which version of Cucumber you're using
9
- * which version of Ruby you're using
10
- * which version of Rails you're using (include all associated gems)
11
- * How to reproduce it. Bugs with a failing test in a [pull request](https://help.github.com/articles/using-pull-requests) get fixed much quicker. Some bugs may never be fixed.
12
- * Want to paste some code or output? Put ``` on a line above and below your code/output. See [GFM](https://help.github.com/articles/github-flavored-markdown)'s *Fenced Code Blocks* for details.
13
- * We love [pull requests](https://help.github.com/articles/using-pull-requests). But if you don't have a test to go with it we probably won't merge it.
14
-
15
- # Contributing to cucumber-rails
16
-
17
- This document is a guide for those maintaining Cucumber-Rails, and others who would like to submit patches.
18
-
19
- ## Note on Patches/Pull Requests
20
-
21
- * Fork the project. Make a branch for your change.
22
- * Make your feature addition or bug fix.
23
- * Make sure your patch is well covered by tests. We don't accept changes to `cucumber-rails` that aren't tested.
24
- * Please do not change the Rakefile, version, or CHANGELOG.
25
- * Send us a pull request.
26
-
27
- ## Running tests
28
-
29
- gem install bundler
30
- bundle install
31
- bin/install_geckodriver.sh
32
- bin/install_webpacker.sh
33
- # Then to run tests on one version-specific Gemfile (e.g. gemfiles/rails_6_0.gemfile), run
34
- bundle exec appraisal rails_6_0 rake test
35
- # Or run tests across the full supported stack. Note that because we support many versions. This takes 5-10 minutes
36
- bundle exec rake appraisal
37
-
38
- ## Updating Appraisal gems / dependencies of cucumber-rails
39
-
40
- To remove and rebuild the different gemfiles (for example, to update a rails version or its
41
- dependencies), use the following:
42
-
43
- [bundle exec] rake gemfiles:reinstall
44
-
45
- If you've changed versions of the dependencies, you may find it helpful to forcefully clean
46
- each appraisal's gem lock file in `gemfiles/`. You can do this using:
47
-
48
- [bundle exec] rake gemfiles:clean
49
-
50
- ## Release Process
51
-
52
- We now use polyglot-release. Consult [RELEASING.md](./RELEASING.md) for more info