Skip to content

Commit

Permalink
Cooperate with Appraisal gemfiles/ naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Nov 30, 2012
1 parent a084dd1 commit 8601484
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -4,6 +4,6 @@ rvm:
- 1.9.2
- 1.9.3
gemfile:
- gemfiles/rails-3.0.17.gemfile
- gemfiles/rails-3.1.8.gemfile
- gemfiles/rails-3.2.9.gemfile
- gemfiles/rails_3.0.17.gemfile
- gemfiles/rails_3.1.8.gemfile
- gemfiles/rails_3.2.9.gemfile
2 changes: 1 addition & 1 deletion Appraisals
@@ -1,5 +1,5 @@
['3.2.9', '3.1.8', '3.0.17'].each do |rails_version|
appraise "rails-#{rails_version}" do
appraise "rails_#{rails_version}" do
gem "rails", rails_version
end
end
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8601484

Please sign in to comment.