Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Appraisals to 1.0.0 #216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ resources/dev
.vagrant
Vagrantfile
Gemfile.lock
gemfiles/
21 changes: 9 additions & 12 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
appraise "rails2" do
gem 'activerecord', '~> 2.3.5'
gem 'activesupport', '~> 2.3.5'
gem 'activeresource', '~> 2.3.5'
gem 'activerecord', '~> 2.3.18'
gem 'activesupport', '~> 2.3.18'
gem 'iconv'
end

appraise "rails30" do
gem 'activerecord', '~> 3.0.12'
gem 'activesupport', '~> 3.0.12'
gem 'activeresource', '~> 3.0.12'
gem 'activerecord', '~> 3.0.20'
gem 'activesupport', '~> 3.0.20'
end

appraise "rails31" do
gem 'activerecord', '~> 3.1.1'
gem 'activesupport', '~> 3.1.1'
gem 'activeresource', '~> 3.1.1'
gem 'activerecord', '~> 3.1.12'
gem 'activesupport', '~> 3.1.12'
end

appraise "rails32" do
gem 'activerecord', '~> 3.2.0'
gem 'activesupport', '~> 3.2.0'
gem 'activeresource', '~> 3.2.0'
gem 'activerecord', '~> 3.2.18'
gem 'activesupport', '~> 3.2.18'
end
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
require 'appraisal'
Dir['tasks/**/*.rake'].each { |rake| load rake }
task :default => :spec
9 changes: 0 additions & 9 deletions gemfiles/rails2.gemfile

This file was deleted.

107 changes: 0 additions & 107 deletions gemfiles/rails2.gemfile.lock

This file was deleted.

9 changes: 0 additions & 9 deletions gemfiles/rails30.gemfile

This file was deleted.

119 changes: 0 additions & 119 deletions gemfiles/rails30.gemfile.lock

This file was deleted.

9 changes: 0 additions & 9 deletions gemfiles/rails31.gemfile

This file was deleted.

Loading