haml / haml-rails

let your Gemfile do the talking
MIT License
1.04k stars 169 forks source link

update appraisal to 1.0 #87

Closed rusikf closed 9 years ago

rusikf commented 9 years ago

Appraisal gem is old, so update it. 1) appraisal tasks, defined in rake files are deprecated

$ rake -T
rake appraisal            # Run the given task for all appraisals
rake appraisal:cleanup    # DEPRECATED: Remove all generated gemfiles from gemfiles/ folder
rake appraisal:gemfiles   # DEPRECATED: Generate a Gemfile for each appraisal
rake appraisal:install    # DEPRECATED: Resolve and install dependencies for each appraisal
rake appraisal:rails_4_0  # DEPRECATED: Run the given task for appraisal rails_4_0
rake appraisal:rails_4_1  # DEPRECATED: Run the given task for appraisal rails_4_1

2) Define this the same dependencies in Appraisals is not needed, see appraisals readme:

The dependencies in your Appraisals file are combined with dependencies in your Gemfile, so you don't need to repeat anything that's the same for each appraisal. If something is specified in both the Gemfile and an appraisal, the version from the appraisal takes precedence.

3) Add rails 4.2 to appraisal