Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Add rails-3.2 appraisal
Browse files Browse the repository at this point in the history
  • Loading branch information
paulelliott committed Feb 19, 2014
1 parent 35c3a04 commit 6320626
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ appraise 'rails-4' do
gem 'activerecord', '~> 4.0', require: 'active_record'
gem 'protected_attributes'
end

appraise 'rails-3.2' do
gem 'activerecord', '~> 3.2', require: 'active_record'
end
16 changes: 16 additions & 0 deletions gemfiles/rails_3.2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This file was generated by Appraisal

source "https://rubygems.org"

ruby "2.1.0"

gem "appraisal", "1.0.0.beta2"
gem "cucumber"
gem "ffaker"
gem "pry"
gem "rake"
gem "rspec"
gem "sqlite3"
gem "activerecord", "~> 3.2", :require=>"active_record"

gemspec :path=>".././"
71 changes: 71 additions & 0 deletions gemfiles/rails_3.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
PATH
remote: .././
specs:
fabrication (2.9.8)

GEM
remote: https://rubygems.org/
specs:
activemodel (3.2.17)
activesupport (= 3.2.17)
builder (~> 3.0.0)
activerecord (3.2.17)
activemodel (= 3.2.17)
activesupport (= 3.2.17)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.17)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
appraisal (1.0.0.beta2)
bundler
rake
thor (>= 0.14.0)
arel (3.0.3)
builder (3.0.4)
coderay (1.1.0)
cucumber (1.3.10)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.12)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.0.2)
diff-lcs (1.2.5)
ffaker (1.23.0)
gherkin (2.12.2)
multi_json (~> 1.3)
i18n (0.6.9)
method_source (0.8.2)
multi_json (1.8.4)
multi_test (0.0.3)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
rake (10.1.1)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.7)
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.5)
slop (3.4.7)
sqlite3 (1.3.8)
thor (0.18.1)
tzinfo (0.3.38)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 3.2)
appraisal (= 1.0.0.beta2)
cucumber
fabrication!
ffaker
pry
rake
rspec
sqlite3

0 comments on commit 6320626

Please sign in to comment.