Skip to content

Commit

Permalink
Bumping appraisal version of rails to stable 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bwillis committed Jul 5, 2013
1 parent 92e4b77 commit bf3d858
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ rvm:

gemfile:
- gemfiles/rails3.2.gemfile
- gemfiles/rails4.0.rc1.gemfile
- gemfiles/rails4.0.gemfile

matrix:
exclude:
- rvm: 1.9.2
gemfile: gemfiles/rails4.0.rc1.gemfile
gemfile: gemfiles/rails4.0.gemfile
8 changes: 4 additions & 4 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ appraise "rails3.2" do
gem('railties', '~> 3.2.0')
end

appraise "rails4.0.rc1" do
gem('actionpack', '4.0.0.rc1')
gem('activesupport', '4.0.0.rc1')
gem('railties', '4.0.0.rc1')
appraise "rails4.0" do
gem('actionpack', '~> 4.0.0')
gem('activesupport', '~> 4.0.0')
gem('railties', '~> 4.0.0')
end
9 changes: 9 additions & 0 deletions gemfiles/rails4.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "actionpack", "~> 4.0.0"
gem "activesupport", "~> 4.0.0"
gem "railties", "~> 4.0.0"

gemspec :path=>"../"
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (4.0.0.rc1)
activesupport (= 4.0.0.rc1)
actionpack (4.0.0)
activesupport (= 4.0.0)
builder (~> 3.1.0)
erubis (~> 2.7.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
activesupport (4.0.0.rc1)
activesupport (4.0.0)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
Expand All @@ -25,7 +25,7 @@ GEM
appraisal (0.5.2)
bundler
rake
atomic (1.1.9)
atomic (1.1.10)
builder (3.1.4)
colorize (0.5.8)
coveralls (0.6.7)
Expand All @@ -38,19 +38,19 @@ GEM
i18n (0.6.4)
metaclass (0.0.1)
mime-types (1.23)
minitest (4.7.4)
minitest (4.7.5)
mocha (0.14.0)
metaclass (~> 0.0.1)
multi_json (1.7.3)
multi_json (1.7.7)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
railties (4.0.0.rc1)
actionpack (= 4.0.0.rc1)
activesupport (= 4.0.0.rc1)
railties (4.0.0)
actionpack (= 4.0.0)
activesupport (= 4.0.0)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.0.4)
rake (10.1.0)
rest-client (1.6.7)
mime-types (>= 1.16)
simplecov (0.7.1)
Expand All @@ -67,12 +67,12 @@ PLATFORMS
ruby

DEPENDENCIES
actionpack (= 4.0.0.rc1)
activesupport (= 4.0.0.rc1)
actionpack (~> 4.0.0)
activesupport (~> 4.0.0)
appraisal
coveralls
mocha
railties (= 4.0.0.rc1)
railties (~> 4.0.0)
rake
test-unit
versioncake!
9 changes: 0 additions & 9 deletions gemfiles/rails4.0.rc1.gemfile

This file was deleted.

0 comments on commit bf3d858

Please sign in to comment.