Sha256: 488cf6d5f5c3410920750e0cf08c6b044c078e10e70ba301174d968bd42a452b
Contents?: true
Size: 1.49 KB
Versions: 1
Compression:
Stored size: 1.49 KB
Contents
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased ### Breaking changes - ### Compatible changes - ## 0.6.1 - 2021-04-20 ### Compatible changes - fix deprecation warning for Bundler.with_clean_env on Bundler >= 2 ## 0.6.0 - 2021-04-20 ### Compatible changes - add Ruby 3 compatibility - drop Ruby 2.2 support ## 0.5.0 - 2020-10-09 ### Compatible changes - add support for github actions instead of travis - add method to migrate travis to github actions workflow ## 0.4.0 - 2019-08-07 ### Compatible changes - Move gemfiles to project root - Added support to read the `include` option from the `travis.yml` file. All combinations defined in the include option are added to the existing matrix. If no matrix exist, these are the only ones that are run. Example: ``` rvm: - 2.1.8 - 2.3.1 gemfile: - gemfiles/Gemfile1 - gemfiles/Gemfile2 matrix: include: - rvm: 2.6.3 gemfile: gemfiles/Gemfile3 ``` ## 0.3.4 - 2018-08-29 ### Compatible changes - Print a warning instead of crashing when `database.yml` is missing. ## 0.3.3 - 2018-08-01 ### Compatible changes - Add support for sqlite3. ## 0.3.2 - 2016-09-28 ### Compatible changes - Remove some debug output. ## 0.3.1 - 2016-09-28 ### Compatible changes - `rake current_rspec` no longer does a second unnecessary `bundle exec` call ## Older releases Please check commits.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gemika-0.6.1 | CHANGELOG.md |