Skip to content

Commit

Permalink
add (failing) 3.2.3 rails version to appraisal
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Apr 4, 2012
1 parent fcb7687 commit d41d64b
Show file tree
Hide file tree
Showing 6 changed files with 208 additions and 12 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,7 @@ before_script:
gemfile:
- gemfiles/3.0.12.gemfile
- gemfiles/3.1.4.gemfile
- gemfiles/3.2.3.gemfile
branches:
only:
- master
10 changes: 4 additions & 6 deletions Appraisals
@@ -1,7 +1,5 @@
appraise "3.0.12" do
gem "rails", "3.0.12"
end

appraise "3.1.4" do
gem "rails", "3.1.4"
['3.2.3', '3.1.4', '3.0.12'].each do |rails_version|
appraise "#{rails_version}" do
gem "rails", rails_version
end
end
6 changes: 3 additions & 3 deletions gemfiles/3.0.12.gemfile
Expand Up @@ -2,12 +2,12 @@

source "http://rubygems.org"

gem "rails", "3.0.12"
gem "capybara", "~> 1.1.1"
gem "factory_girl_rails", "1.7.0"
gem "shoulda-matchers", :git=>"git://github.com/thoughtbot/shoulda-matchers.git"
gem "database_cleaner"
gem "aruba", "~> 0.4.2"
gem "factory_girl_rails", "1.7.0"
gem "launchy"
gem "aruba", "~> 0.4.2"
gem "rails", "3.0.12"

gemspec :path=>"../"
6 changes: 3 additions & 3 deletions gemfiles/3.1.4.gemfile
Expand Up @@ -2,12 +2,12 @@

source "http://rubygems.org"

gem "rails", "3.1.4"
gem "capybara", "~> 1.1.1"
gem "factory_girl_rails", "1.7.0"
gem "shoulda-matchers", :git=>"git://github.com/thoughtbot/shoulda-matchers.git"
gem "database_cleaner"
gem "aruba", "~> 0.4.2"
gem "factory_girl_rails", "1.7.0"
gem "launchy"
gem "aruba", "~> 0.4.2"
gem "rails", "3.1.4"

gemspec :path=>"../"
13 changes: 13 additions & 0 deletions gemfiles/3.2.3.gemfile
@@ -0,0 +1,13 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "capybara", "~> 1.1.1"
gem "factory_girl_rails", "1.7.0"
gem "shoulda-matchers", :git=>"git://github.com/thoughtbot/shoulda-matchers.git"
gem "database_cleaner"
gem "launchy"
gem "aruba", "~> 0.4.2"
gem "rails", "3.2.3"

gemspec :path=>"../"
184 changes: 184 additions & 0 deletions gemfiles/3.2.3.gemfile.lock
@@ -0,0 +1,184 @@
GIT
remote: git://github.com/thoughtbot/shoulda-matchers.git
revision: 983dd549d9d1b5a0ab4adc827911ff3913a91dc5
specs:
shoulda-matchers (1.0.0)

PATH
remote: /Users/mjankowski/Development/opensource/clearance
specs:
clearance (0.16.0)
diesel (~> 0.1.5)
rails (>= 3.0)

GEM
remote: http://rubygems.org/
specs:
actionmailer (3.2.3)
actionpack (= 3.2.3)
mail (~> 2.4.4)
actionpack (3.2.3)
activemodel (= 3.2.3)
activesupport (= 3.2.3)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.1)
rack (~> 1.4.0)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.1.2)
activemodel (3.2.3)
activesupport (= 3.2.3)
builder (~> 3.0.0)
activerecord (3.2.3)
activemodel (= 3.2.3)
activesupport (= 3.2.3)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.3)
activemodel (= 3.2.3)
activesupport (= 3.2.3)
activesupport (3.2.3)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.2.7)
appraisal (0.3.8)
bundler
rake
arel (3.0.2)
aruba (0.4.11)
childprocess (>= 0.2.3)
cucumber (>= 1.1.1)
ffi (>= 1.0.11)
rspec (>= 2.7.0)
bourne (1.1.2)
mocha (= 0.10.5)
builder (3.0.0)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.3.1)
ffi (~> 1.0.6)
cucumber (1.1.9)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.9.0)
json (>= 1.4.6)
term-ansicolor (>= 1.0.6)
cucumber-rails (1.1.1)
capybara (>= 1.1.1)
cucumber (>= 1.1.0)
nokogiri (>= 1.5.0)
database_cleaner (0.7.2)
diesel (0.1.5)
railties
diff-lcs (1.1.3)
erubis (2.7.0)
factory_girl (2.6.4)
activesupport (>= 2.3.9)
factory_girl_rails (1.7.0)
factory_girl (~> 2.6.0)
railties (>= 3.0.0)
ffi (1.0.11)
gherkin (2.9.3)
json (>= 1.4.6)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.3)
json (1.6.6)
launchy (2.1.0)
addressable (~> 2.2.6)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
metaclass (0.0.1)
mime-types (1.18)
mocha (0.10.5)
metaclass (~> 0.0.1)
multi_json (1.2.0)
nokogiri (1.5.2)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.2.3)
actionmailer (= 3.2.3)
actionpack (= 3.2.3)
activerecord (= 3.2.3)
activeresource (= 3.2.3)
activesupport (= 3.2.3)
bundler (~> 1.0)
railties (= 3.2.3)
railties (3.2.3)
actionpack (= 3.2.3)
activesupport (= 3.2.3)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
rspec (2.9.0)
rspec-core (~> 2.9.0)
rspec-expectations (~> 2.9.0)
rspec-mocks (~> 2.9.0)
rspec-core (2.9.0)
rspec-expectations (2.9.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.9.0)
rspec-rails (2.9.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec (~> 2.9.0)
rubyzip (0.9.6.1)
selenium-webdriver (2.20.0)
childprocess (>= 0.2.5)
ffi (~> 1.0)
multi_json (~> 1.0)
rubyzip
sprockets (2.1.2)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.5)
term-ansicolor (1.0.7)
thor (0.14.6)
tilt (1.3.3)
timecop (0.3.5)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.32)
xpath (0.1.4)
nokogiri (~> 1.3)

PLATFORMS
ruby

DEPENDENCIES
appraisal (~> 0.3.8)
aruba (~> 0.4.2)
bourne
bundler (~> 1.1.0)
capybara (~> 1.1.1)
clearance!
cucumber-rails (~> 1.1.1)
database_cleaner
factory_girl_rails (= 1.7.0)
launchy
rails (= 3.2.3)
rspec-rails (~> 2.9.0)
shoulda-matchers!
sqlite3
timecop

0 comments on commit d41d64b

Please sign in to comment.