Sha256: ae81fc941037d81bdb8d247690c6893e9df691933b96f8f0111b3b4800426def

Contents?: true

Size: 1.15 KB

Versions: 3

Compression:

Stored size: 1.15 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.4.0 - 2019-08-07

### Breaking changes

-

### 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

3 entries across 3 versions & 1 rubygems

Version Path
gemika-0.5.0 CHANGELOG.md
gemika-0.4.1 CHANGELOG.md
gemika-0.4.0 CHANGELOG.md