Skip to content

Tags: thoughtbot/appraisal

Tags

v2.5.0

Toggle v2.5.0's commit message
Version 2.5.0

v2.4.1

Toggle v2.4.1's commit message
Version 2.4.1

v2.4.0

Toggle v2.4.0's commit message
Version 2.4.0

v2.3.0

Toggle v2.3.0's commit message
Version 2.3.0

v2.2.0

Toggle v2.2.0's commit message
Version 2.2.0

v2.1.0

Toggle v2.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sikachu Prem Sichanugrist
Version 2.1.0

* Add support for `source` block in both Appraisals file and Gemfile.

v2.0.2

Toggle v2.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
sikachu Prem Sichanugrist
Version 2.0.2

* Add minimal `OrderedHash` and remove Active Support from runtime dependency.
* Run `bundle check` with `BUNDLE_DISABLE_SHARED_GEM=1` if `BUNDLE_GEMFILE` sets
  to true.
* Change warning message to tell user to run `bundle generate --travis` to show
  Travis CI configuration.
* Do not raise error when user runs `appraisal help` with out Gemfile.

v2.0.1

Toggle v2.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
sikachu Prem Sichanugrist
Version 2.0.1

* Fix problem where Travis CI helper is looking for `gemfiles` key instead of
  `gemfile` key in `.travis.yml`. (#91)

v2.0.0

Toggle v2.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sikachu Prem Sichanugrist
Version 2.0.0

* Add support for running on Ruby 1.8.7. (#89 and #90)
* Add `appraisal list` subcommand to list all appraisals. (#74)
* Add support for nesting of Bundler block DSL. (#84)
* Add Travis CI configuration helper which will prints out a proper Travis CI
  `gemfiles` configuration to be put in `.travis.yml` file, and warns you if
  your configuration is outdated. (#65)
* Add `appraisal --version` to print out current version. (#80)
* Add `gemspec` support in `group` directive. (#76)
* Add `platform` alias to `platforms`, and remove `groups` directive as it is
  not in Bundler (#78 and #83)
* Fix problem when running `appraisal --help` without Appraisals file.
* Fix problem when dependency in Appraisals does not take precedent over
  dependency listed in Gemfile.
* Fix problem where duplicate source will be listed twice. (#85)
* Fix problem with relative path prefixing in `gem`, `path`, and `git`
  direcitve. (#82)
* Fix problem with spaces in command line argument. (#86)
* Fix problem while running in vendored environment. (#13, #30 and #87)

v1.0.2

Toggle v1.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
sikachu Prem Sichanugrist
1.0.2 Release

* Revert `appraisal list` addition which was added by mistake.
* Allow user to use `appraisal help` without having Appraisals file.