File rubygem-cucumber-rails.changes of Package rubygem-cucumber-rails

-------------------------------------------------------------------
Thu Nov  2 15:43:41 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>

- 3.0.0:

### Changed
- Add support for Rails 7.1 [#575](https://github.com/cucumber/cucumber-rails/pull/575)
- 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)

### Fixed
- Some of the rails 5.2 tests were installing lots of old conflicting gems ([luke-hill](https://github.com/luke-hill))
- Generator updates (Updated the install locations for some scripts from `script/` to `bin/` and remove some legacy items)
([luke-hill](https://github.com/luke-hill))
- Update minimum versions of several gems: capybara must be `v3.11+` and cucumber must be `v5+` (cucumber v9 is also permissible)
([luke-hill](https://github.com/luke-hill))
- Fixed an issue where the World instantiation didn't re-run the inherited classes initializer ([luke-hill](https://github.com/luke-hill))

3.0.0.rc.1:

### Removed
- Removed runtime dependencies: `mime-types`, `rexml`, and `webrick` [#559](https://github.com/cucumber/cucumber-rails/pull/559)
- Removed support for Ruby 2.5 [#558](https://github.com/cucumber/cucumber-rails/pull/558)
- Removed support for Rails 5.0 and 5.1 (5.2 is still supported and 6.0+ is now expected) [#565](https://github.com/cucumber/cucumber-rails/pull/565)



-------------------------------------------------------------------
Fri Oct 28 04:54:34 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 2.6.1
 see installed CHANGELOG.md


-------------------------------------------------------------------
Mon Oct 10 13:02:11 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 2.6.0
 see installed CHANGELOG.md

  ## [v2.6.0](https://github.com/cucumber/cucumber-rails/compare/v2.5.1...v2.6.0) (2022-10-07)
  
  ### New Features
  * Dependabot has now been added to the repo (Alongside this a bunch of gem updates have been done)
    ([#540](https://github.com/cucumber/cucumber-rails/pull/540) [mattwynne])
  
  ### Changed
  * Gem update: allowed cucumber 8 ([#538](https://github.com/cucumber/cucumber-rails/pull/538) /
    [#541](https://github.com/cucumber/cucumber-rails/pull/541) [mattwynne])
  
  ### Fixed
  * Some bugs with dev dependencies have now been fixed externally, so these have been unrestricted
    ([#552](https://github.com/cucumber/cucumber-rails/pull/552) [BrianHawley])
  
  * Fixed up some rubocop offenses from updated `rubocop-performance`
    ([#550](https://github.com/cucumber/cucumber-rails/pull/550) [olleolleolle])
  

-------------------------------------------------------------------
Thu Aug  4 13:03:38 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 2.5.1
 see installed CHANGELOG.md


-------------------------------------------------------------------
Mon Jul 26 05:52:15 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 2.4.0
 see installed CHANGELOG.md


-------------------------------------------------------------------
Thu Jun 24 17:13:52 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 2.3.0
 see installed CHANGELOG.md


-------------------------------------------------------------------
Wed Jan 20 12:30:25 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 2.2.0
 see installed CHANGELOG.md


-------------------------------------------------------------------
Fri Sep 25 13:49:17 UTC 2020 - Stephan Kulow <coolo@suse.com>

updated to version 2.1.0
 see installed CHANGELOG.md


-------------------------------------------------------------------
Mon Feb 10 14:24:01 UTC 2020 - Stephan Kulow <coolo@suse.com>

- updated to version 2.0.0
 see installed CHANGELOG.md

-------------------------------------------------------------------
Sun May  5 09:23:13 UTC 2019 - Stephan Kulow <coolo@suse.com>

- updated to version 1.7.0
 see installed CHANGELOG.md

-------------------------------------------------------------------
Sun Apr 22 22:03:01 UTC 2018 - factory-auto@kulow.org

- updated to version 1.6.0
 History.md removed upstream

-------------------------------------------------------------------
Tue May 23 09:47:38 UTC 2017 - coolo@suse.com

- updated to version 1.5.0
 see installed History.md

-------------------------------------------------------------------
Wed Sep 28 04:35:50 UTC 2016 - coolo@suse.com

- updated to version 1.4.5
 see installed History.md

-------------------------------------------------------------------
Sat Aug  6 04:33:52 UTC 2016 - coolo@suse.com

- updated to version 1.4.4
 see installed History.md

-------------------------------------------------------------------
Mon Jan 25 05:48:21 UTC 2016 - coolo@suse.com

- updated to version 1.4.3
 see installed History.md

  ## [master](https://github.com/cucumber/cucumber-rails/compare/1.4.2...master) (Not yet released)
  
   * Added gem version badge (Kosmas Chatzimichalis)
   * Fix a failing test due to rails date selectors only showing 5 years into the past by default ( [#293] (https://github.com/cucumber/cucumber-rails/pull/293) Thomas Walpole )
   * Allow cucumber 2 ( [#293] (https://github.com/cucumber/cucumber-rails/pull/293) Thomas Walpole )
   * Add rails 4.2 to test matrix ( [#293] (https://github.com/cucumber/cucumber-rails/pull/293) Thomas Walpole )
   * Depend on railties instead of rails ( [#294] (https://github.com/cucumber/cucumber-rails/pull/294) Alexander Lang )
   * Fix failing Travis CI tests ( [#305] (https://github.com/cucumber/cucumber-rails/pull/305) Matijs van Zuijlen )
   * Allow any cucumber < 3 ( [#306] (https://github.com/cucumber/cucumber-rails/pull/306) Matijs van Zuijlen )
   * Add annotations configuration in generator ( [#292] (https://github.com/cucumber/cucumber-rails/pull/292) Bob Showalter )
   * Expand support to include mime-types 3 ( [#304] (https://github.com/cucumber/cucumber-rails/pull/304) Austin Ziegler )
   * Replace badges with SVG versions ( [#307] (https://github.com/cucumber/cucumber-rails/pull/307) Kevin Goslar )
   * Add new line to end of generated database.yml ( [#302] (https://github.com/cucumber/cucumber-rails/pull/302) Kevin Carmody)

-------------------------------------------------------------------
Mon Feb  9 08:06:39 UTC 2015 - coolo@suse.com

- updated to version 1.4.2
 * Updated appraisal dependencies to rspec-rails 3.1.0, gemspec dependency to rspec <= 3.1, and removed turn from rails_4_1 appraisal (Kosmas Chatzimichalis)
 * Update mime-types dependency to >= 1.16, < 3 ([#289] (https://github.com/cucumber/cucumber-rails/pull/289) Erik Michaels-Ober )
 * Upgrade to RSpec 3 ([#290] (https://github.com/cucumber/cucumber-rails/pull/290) Tamir Duberstein )

-------------------------------------------------------------------
Mon Oct 13 09:48:42 UTC 2014 - coolo@suse.com

- adapt to new rubygem packaging

-------------------------------------------------------------------
Sun May 18 09:04:34 UTC 2014 - coolo@suse.com

- updated to version 1.4.1
 ### New Features
 
  * Added MIT licence in gemspec ([#261] (https://github.com/cucumber/cucumber-rails/issues/261#issuecomment-23260956) Benjamin Fleischer)
  * Ensure dependency on DatabaseCleaner is not required ([#276] (https://github.com/cucumber/cucumber-rails/pull/276) Matthew O'Riordan)
  * Added Rails 4.1 support ([#287] (https://github.com/cucumber/cucumber-rails/pull/287) Felix Bünemann)
  * Modified appraisal instructions in README.md (Kosmas Chatzimichalis)
  * Added Gemnasium support (Kosmas Chatzimichalis)
  * Various code enhancements based on PullReview suggestions (Kosmas Chatzimichalis)
 
 ### Removed Features
  * Mongo step definition ([#263] (https://github.com/cucumber/cucumber-rails/issues/263) Aslak Hellesøy )
 
 ### Bugfixes
 
  * Prevent MiniTest running `at_exit` when running cucumber ([#253](https://github.com/cucumber/cucumber-rails/issues/253) Steve Tooke)
  * `bundle exec rake` runs minitest with cucumber options and raises exception ([#252] (https://github.com/cucumber/cucumber-rails/issues/252) Peter Bollenbeck)
  * Various bundler related fixes ([#264] (https://github.com/cucumber/cucumber-rails/pull/264) Erik Michaels-Ober )
  * Additional gemspec cleanup ([#265] (https://github.com/cucumber/cucumber-rails/pull/265) Erik Michaels-Ober )
  * Added mime-types runtime dependency to fix bundle install issue ([#273] (https://github.com/cucumber/cucumber-rails/pull/273) Kosmas Chatzimichalis)
  * Removed mongoid gem from Appraisal ([#274] (https://github.com/cucumber/cucumber-rails/pull/274) Kosmas Chatzimichalis)
  * Amend typo in select_dates_and_times.rb comments ([#268] (https://github.com/cucumber/cucumber-rails/pull/268)  Erik Eide)
  * Keep empty step_definitions directories ([#249] (https://github.com/cucumber/cucumber-rails/pull/249) Iain D Broadfoot)
  * Remove obsolete link for config.cache_classes to false ([#271] (https://github.com/cucumber/cucumber-rails/issues/271) Andrew Premdas )

-------------------------------------------------------------------
Mon Aug 26 05:05:50 UTC 2013 - coolo@suse.com

- updated to version 1.4.0
 ### New Features
 
  * Rails 4 compatibility
  * Removal of unused tests (routing, multiple_databases, pre_bundler and mongo)
  * New test raising_errors.feature to test raising routing errors that replaced the earlier routing.feature
  * Added recommendation in README.md for running install scripts after upgrading (Joost Baaij)

-------------------------------------------------------------------
Mon May 27 10:36:48 UTC 2013 - coolo@suse.com

- updated to version 1.3.1

-------------------------------------------------------------------
Sat Jul 28 17:28:39 UTC 2012 - coolo@suse.com

- update to 1.3.0, see History.md

-------------------------------------------------------------------
Wed Aug 24 13:33:48 UTC 2011 - fcastelli@novell.com

- update to 1.0.2

-------------------------------------------------------------------
Mon Aug 30 2010 James Mason <jmason@T3400>
- Initial package (version 0.3.2)
openSUSE Build Service is sponsored by