All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Changed the block passed to
appraisal_matrix
to be called with the versions of gems for the current matrix entry.
- Support special request options for
appraisal_matrix
:versions
: An array of version restriction strings.step
: The granularity of a release to be included in the matrix. Allowed to be :major, :minor, or :patch.
- Add an extension to the Appraisal gem that provides an interface for generating a matrix of appraisals.