Skip to content

Commit

Permalink
Add appraisal for ActiveRecord 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
obrie committed Oct 20, 2011
1 parent 307cb42 commit be4a762
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Appraisals
Expand Up @@ -57,6 +57,11 @@ if RUBY_VERSION > "1.8.6"
gem "sqlite3-ruby"
gem "activerecord", "3.0.5"
end

appraise "active_record-3.1.1" do
gem "sqlite3-ruby"
gem "activerecord", "3.1.1"
end
end

# ActiveModel integrations
Expand Down
8 changes: 8 additions & 0 deletions gemfiles/active_record-3.1.1.gemfile
@@ -0,0 +1,8 @@
# This file was generated by Appraisal

source "http://www.rubygems.org"

gem "activerecord", "3.1.1"
gem "sqlite3-ruby"

gemspec :path=>"../"
43 changes: 43 additions & 0 deletions gemfiles/active_record-3.1.1.gemfile.lock
@@ -0,0 +1,43 @@
PATH
remote: /home/aaron/Projects/Personal/pluginaweek/state_machine
specs:
state_machine (1.0.2)

GEM
remote: http://www.rubygems.org/
specs:
activemodel (3.1.1)
activesupport (= 3.1.1)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.1)
activemodel (= 3.1.1)
activesupport (= 3.1.1)
arel (~> 2.2.1)
tzinfo (~> 0.3.29)
activesupport (3.1.1)
multi_json (~> 1.0)
appraisal (0.3.8)
bundler
rake
arel (2.2.1)
builder (3.0.0)
i18n (0.6.0)
multi_json (1.0.3)
rake (0.9.2)
rcov (0.9.11)
sqlite3 (1.3.4)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
tzinfo (0.3.30)

PLATFORMS
ruby

DEPENDENCIES
activerecord (= 3.1.1)
appraisal (~> 0.3.8)
rake
rcov
sqlite3-ruby
state_machine!

0 comments on commit be4a762

Please sign in to comment.