cucumber-rails 3.1.0 → 3.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +7 -1
  3. metadata +19 -26
  4. data/CONTRIBUTING.md +0 -52
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d28c9633053018eed561128c1d65a443723506877bbcefe50d841f583f0881b
4
- data.tar.gz: 03f762a8f2a60d0eef536de11c9ecd9db97b4d21ccb4b3394525f21758589cf8
3
+ metadata.gz: b877f3a3f0455c377559499c06a93673cdd9f9d259908fc04290086da5c03ca3
4
+ data.tar.gz: 5ca7314c751d3e146785a570bcac58e8fad7fdcb01bea4db36c6c142a6704bde
5
5
  SHA512:
6
- metadata.gz: 4e47b1dec5b676f10f8b9355099363f67c4f443ffbbcfa4ec10e90089e5de4b7793a53c7e4131424b9316a4abe6a5efcfae905ee375204e78c3517226be13718
7
- data.tar.gz: 3411299181e9d5035a5f272b2ee6a71b213fc3b4f9818505a79810dcda16e64ccec70b4cd9e3d0133f93de57e30a37440e61ed999cdb550245606d3cf91f28e9
6
+ metadata.gz: c4dee5f0fe68d0ce734e713a24b61739de4644cc9af0aac789f155ce24747ebcc33ae9e95e7dfbb144f22180dfc3cf234f4de225abc5b44b109ccc36db052d4c
7
+ data.tar.gz: adc52651e69fdeda13d7ce0de37eb09f9f210c27284f77634bbd650e468ba596894f2560894e573403436d33d4c00761dda38ec2d330f88391333e2f1587300c
data/CHANGELOG.md CHANGED
@@ -9,6 +9,10 @@ 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
+
12
16
  ## [3.1.0] - 2024-11-25
13
17
 
14
18
  ## [3.0.1] - 2024-11-05
@@ -52,13 +56,15 @@ This file is intended to be modified using the [`changelog`](https://github.com/
52
56
  - Fixed up some rubocop offenses from updated `rubocop-performance`
53
57
  ([#550](https://github.com/cucumber/cucumber-rails/pull/550) [olleolleolle](https://github.com/olleolleolle))
54
58
 
55
- [Unreleased]: https://github.com/cucumber/cucumber-rails/compare/v3.1.0...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
56
61
  [3.1.0]: https://github.com/cucumber/cucumber-rails/compare/v3.0.1...v3.1.0
57
62
  [3.0.1]: https://github.com/cucumber/cucumber-rails/compare/v3.0.0...v3.0.1
58
63
  [3.0.0]: https://github.com/cucumber/cucumber-rails/compare/v3.0.0.rc.1...v3.0.0
59
64
  [3.0.0.rc.1]: https://github.com/cucumber/cucumber-rails/compare/v2.6.1...v3.0.0.rc.1
60
65
  [2.6.1]: https://github.com/cucumber/cucumber-rails/compare/v2.6.0...v2.6.1
61
66
  [2.6.0]: https://github.com/cucumber/cucumber-rails/compare/v2.5.1...v2.6.0
67
+ .5.1...v2.6.0
62
68
  2.5.1...v2.6.0
63
69
  //github.com/mattwynne
64
70
  [orien]: https://github.com/orien
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.1.0
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-25 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
@@ -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
@@ -170,30 +164,30 @@ dependencies:
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.1.0/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.1.0
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.1.0
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