Skip to content

Commit

Permalink
Test more including 4.1.9 on ruby 2.2.0. see #9
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjlandau committed Apr 21, 2015
1 parent d3ae92b commit ca20dcc
Show file tree
Hide file tree
Showing 15 changed files with 750 additions and 387 deletions.
29 changes: 29 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,20 @@ rvm:
- "2.1.1"
- "2.1.2"
- "2.1.3"
- "2.1.3"
- "2.1.4"
- "2.1.5"
- "2.1.6"
- "2.2.0"
- "2.2.1"
- "2.2.2"
gemfile:
- gemfiles/rails_31.gemfile
- gemfiles/rails_32.gemfile
- gemfiles/rails_40.gemfile
- gemfiles/rails_41.gemfile
- gemfiles/rails_419.gemfile
- gemfiles/rails_42.gemfile
env:
- DB=mysql
- DB=postgresql
Expand All @@ -20,3 +29,23 @@ before_script:
- psql -c 'create database redirector_dummy_development' -U postgres
- cp spec/dummy/config/database.travis.yml spec/dummy/config/database.yml
- bundle exec rake db:migrate
matrix:
exclude:
- rvm: 2.2.0
gemfile: gemfiles/rails_31.gemfile
- rvm: 2.2.1
gemfile: gemfiles/rails_31.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rails_31.gemfile
- rvm: 2.2.0
gemfile: gemfiles/rails_32.gemfile
- rvm: 2.2.1
gemfile: gemfiles/rails_32.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rails_32.gemfile
- rvm: 2.2.0
gemfile: gemfiles/rails_40.gemfile
- rvm: 2.2.1
gemfile: gemfiles/rails_40.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rails_40.gemfile
14 changes: 11 additions & 3 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,21 @@ appraise "rails-31" do
end

appraise "rails-32" do
gem "rails", "~> 3.2.19"
gem "rails", "~> 3.2.21"
end

appraise "rails-40" do
gem "rails", "~> 4.0.10"
gem "rails", "~> 4.0.13"
end

appraise "rails-419" do
gem "rails", "4.1.9"
end

appraise "rails-41" do
gem "rails", "~> 4.1.6"
gem "rails", "~> 4.1.10"
end

appraise "rails-42" do
gem "rails", "~> 4.2.1"
end
178 changes: 102 additions & 76 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,96 +7,123 @@ PATH
GEM
remote: http://rubygems.org/
specs:
actionmailer (4.1.6)
actionpack (= 4.1.6)
actionview (= 4.1.6)
actionmailer (4.2.1)
actionpack (= 4.2.1)
actionview (= 4.2.1)
activejob (= 4.2.1)
mail (~> 2.5, >= 2.5.4)
actionpack (4.1.6)
actionview (= 4.1.6)
activesupport (= 4.1.6)
rack (~> 1.5.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.1)
actionview (= 4.2.1)
activesupport (= 4.2.1)
rack (~> 1.6)
rack-test (~> 0.6.2)
actionview (4.1.6)
activesupport (= 4.1.6)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.1)
actionview (4.2.1)
activesupport (= 4.2.1)
builder (~> 3.1)
erubis (~> 2.7.0)
activemodel (4.1.6)
activesupport (= 4.1.6)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.1)
activejob (4.2.1)
activesupport (= 4.2.1)
globalid (>= 0.3.0)
activemodel (4.2.1)
activesupport (= 4.2.1)
builder (~> 3.1)
activerecord (4.1.6)
activemodel (= 4.1.6)
activesupport (= 4.1.6)
arel (~> 5.0.0)
activesupport (4.1.6)
i18n (~> 0.6, >= 0.6.9)
activerecord (4.2.1)
activemodel (= 4.2.1)
activesupport (= 4.2.1)
arel (~> 6.0)
activesupport (4.2.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
appraisal (1.0.2)
appraisal (2.0.1)
activesupport (>= 3.2.21)
bundler
rake
thor (>= 0.14.0)
arel (5.0.1.20140414130214)
arel (6.0.0)
builder (3.2.2)
capybara (2.4.3)
capybara (2.4.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
coveralls (0.7.1)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
database_cleaner (1.3.0)
coveralls (0.8.1)
json (~> 1.8)
rest-client (>= 1.6.8, < 2)
simplecov (~> 0.10.0)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
database_cleaner (1.4.1)
diff-lcs (1.2.5)
docile (1.1.5)
domain_name (0.5.24)
unf (>= 0.0.5, < 1.0.0)
erubis (2.7.0)
factory_girl (4.4.0)
factory_girl (4.5.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.4.1)
factory_girl (~> 4.4.0)
factory_girl_rails (4.5.0)
factory_girl (~> 4.5.0)
railties (>= 3.0.0)
hike (1.2.3)
i18n (0.6.11)
jquery-rails (3.1.2)
railties (>= 3.0, < 5.0)
globalid (0.3.5)
activesupport (>= 4.1.0)
http-cookie (1.0.2)
domain_name (~> 0.5)
i18n (0.7.0)
jquery-rails (4.0.3)
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.1)
mail (2.6.1)
json (1.8.2)
loofah (2.0.1)
nokogiri (>= 1.5.9)
mail (2.6.3)
mime-types (>= 1.16, < 3)
mime-types (2.3)
mini_portile (0.6.0)
minitest (5.4.1)
multi_json (1.10.1)
mysql2 (0.3.16)
netrc (0.7.7)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
pg (0.17.1)
rack (1.5.2)
rack-test (0.6.2)
mime-types (2.4.3)
mini_portile (0.6.2)
minitest (5.6.0)
mysql2 (0.3.18)
netrc (0.10.3)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
pg (0.18.1)
rack (1.6.0)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.1.6)
actionmailer (= 4.1.6)
actionpack (= 4.1.6)
actionview (= 4.1.6)
activemodel (= 4.1.6)
activerecord (= 4.1.6)
activesupport (= 4.1.6)
rails (4.2.1)
actionmailer (= 4.2.1)
actionpack (= 4.2.1)
actionview (= 4.2.1)
activejob (= 4.2.1)
activemodel (= 4.2.1)
activerecord (= 4.2.1)
activesupport (= 4.2.1)
bundler (>= 1.3.0, < 2.0)
railties (= 4.1.6)
sprockets-rails (~> 2.0)
railties (4.1.6)
actionpack (= 4.1.6)
activesupport (= 4.1.6)
railties (= 4.2.1)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.6)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.2)
loofah (~> 2.0)
railties (4.2.1)
actionpack (= 4.2.1)
activesupport (= 4.2.1)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.3.2)
rest-client (1.7.2)
rake (10.4.2)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
rspec-core (2.14.8)
Expand All @@ -111,30 +138,29 @@ GEM
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
shoulda-matchers (2.7.0)
shoulda-matchers (2.8.0)
activesupport (>= 3.0.0)
simplecov (0.9.1)
simplecov (0.10.0)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
sprockets (2.12.2)
hike (~> 1.2)
multi_json (~> 1.0)
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
sprockets (3.0.1)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-rails (2.1.4)
sprockets-rails (2.2.4)
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (~> 2.8)
sprockets (>= 2.8, < 4.0)
term-ansicolor (1.3.0)
tins (~> 1.0)
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
tins (1.3.3)
thread_safe (0.3.5)
tins (1.3.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)
xpath (2.0.0)
nokogiri (~> 1.3)

Expand Down
Loading

0 comments on commit ca20dcc

Please sign in to comment.