Skip to content

Commit

Permalink
Convert ci/Gemfile* to appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat committed Dec 20, 2011
1 parent 5625dae commit 2a3787d
Show file tree
Hide file tree
Showing 13 changed files with 378 additions and 96 deletions.
15 changes: 15 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
appraise 'rails-2.3' do
gem 'rails', '~> 2.3.0'
end

appraise 'rails-3.0' do
gem 'rails', '~> 3.0.0'
end

appraise 'rails-3.1' do
gem 'rails', '~> 3.1.0'
end

appraise 'rails-3.2' do
gem 'rails', '~> 3.2.0.rc1'
end
8 changes: 0 additions & 8 deletions ci/Gemfile.rails-2.3.x

This file was deleted.

40 changes: 0 additions & 40 deletions ci/Gemfile.rails-2.3.x.lock

This file was deleted.

8 changes: 0 additions & 8 deletions ci/Gemfile.rails-3.x

This file was deleted.

40 changes: 0 additions & 40 deletions ci/Gemfile.rails-3.x.lock

This file was deleted.

7 changes: 7 additions & 0 deletions gemfiles/rails-2.3.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source :rubygems

gem "rails", "~> 2.3.0"

gemspec :path=>"../"
43 changes: 43 additions & 0 deletions gemfiles/rails-2.3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
PATH
remote: /Users/mjonuschat/Documents/routing-filter
specs:
routing-filter (0.2.4)
actionpack

GEM
remote: http://rubygems.org/
specs:
actionmailer (2.3.14)
actionpack (= 2.3.14)
actionpack (2.3.14)
activesupport (= 2.3.14)
rack (~> 1.1.0)
activerecord (2.3.14)
activesupport (= 2.3.14)
activeresource (2.3.14)
activesupport (= 2.3.14)
activesupport (2.3.14)
appraisal (0.4.0)
bundler
rake
i18n (0.6.0)
rack (1.1.2)
rails (2.3.14)
actionmailer (= 2.3.14)
actionpack (= 2.3.14)
activerecord (= 2.3.14)
activeresource (= 2.3.14)
activesupport (= 2.3.14)
rake (>= 0.8.3)
rake (0.9.2.2)
test_declarative (0.0.5)

PLATFORMS
ruby

DEPENDENCIES
appraisal
i18n
rails (~> 2.3.0)
routing-filter!
test_declarative
7 changes: 7 additions & 0 deletions gemfiles/rails-3.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source :rubygems

gem "rails", "~> 3.0.0"

gemspec :path=>"../"
90 changes: 90 additions & 0 deletions gemfiles/rails-3.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
PATH
remote: /Users/mjonuschat/Documents/routing-filter
specs:
routing-filter (0.2.4)
actionpack

GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionmailer (3.0.11)
actionpack (= 3.0.11)
mail (~> 2.2.19)
actionpack (3.0.11)
activemodel (= 3.0.11)
activesupport (= 3.0.11)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.11)
activesupport (= 3.0.11)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.11)
activemodel (= 3.0.11)
activesupport (= 3.0.11)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activeresource (3.0.11)
activemodel (= 3.0.11)
activesupport (= 3.0.11)
activesupport (3.0.11)
appraisal (0.4.0)
bundler
rake
arel (2.0.10)
builder (2.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
i18n (0.5.0)
json (1.6.3)
mail (2.2.19)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.17.2)
polyglot (0.3.3)
rack (1.2.4)
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.11)
actionmailer (= 3.0.11)
actionpack (= 3.0.11)
activerecord (= 3.0.11)
activeresource (= 3.0.11)
activesupport (= 3.0.11)
bundler (~> 1.0)
railties (= 3.0.11)
railties (3.0.11)
actionpack (= 3.0.11)
activesupport (= 3.0.11)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
test_declarative (0.0.5)
thor (0.14.6)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.31)

PLATFORMS
ruby

DEPENDENCIES
appraisal
i18n
rails (~> 3.0.0)
routing-filter!
test_declarative
7 changes: 7 additions & 0 deletions gemfiles/rails-3.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source :rubygems

gem "rails", "~> 3.1.0"

gemspec :path=>"../"
101 changes: 101 additions & 0 deletions gemfiles/rails-3.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
PATH
remote: /Users/mjonuschat/Documents/routing-filter
specs:
routing-filter (0.2.4)
actionpack

GEM
remote: http://rubygems.org/
specs:
actionmailer (3.1.3)
actionpack (= 3.1.3)
mail (~> 2.3.0)
actionpack (3.1.3)
activemodel (= 3.1.3)
activesupport (= 3.1.3)
builder (~> 3.0.0)
erubis (~> 2.7.0)
i18n (~> 0.6)
rack (~> 1.3.5)
rack-cache (~> 1.1)
rack-mount (~> 0.8.2)
rack-test (~> 0.6.1)
sprockets (~> 2.0.3)
activemodel (3.1.3)
activesupport (= 3.1.3)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.3)
activemodel (= 3.1.3)
activesupport (= 3.1.3)
arel (~> 2.2.1)
tzinfo (~> 0.3.29)
activeresource (3.1.3)
activemodel (= 3.1.3)
activesupport (= 3.1.3)
activesupport (3.1.3)
multi_json (~> 1.0)
appraisal (0.4.0)
bundler
rake
arel (2.2.1)
builder (3.0.0)
erubis (2.7.0)
hike (1.2.1)
i18n (0.6.0)
json (1.6.3)
mail (2.3.0)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.17.2)
multi_json (1.0.4)
polyglot (0.3.3)
rack (1.3.5)
rack-cache (1.1)
rack (>= 0.4)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.1.3)
actionmailer (= 3.1.3)
actionpack (= 3.1.3)
activerecord (= 3.1.3)
activeresource (= 3.1.3)
activesupport (= 3.1.3)
bundler (~> 1.0)
railties (= 3.1.3)
railties (3.1.3)
actionpack (= 3.1.3)
activesupport (= 3.1.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)
sprockets (2.0.3)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
test_declarative (0.0.5)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.31)

PLATFORMS
ruby

DEPENDENCIES
appraisal
i18n
rails (~> 3.1.0)
routing-filter!
test_declarative
7 changes: 7 additions & 0 deletions gemfiles/rails-3.2.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source :rubygems

gem "rails", "~> 3.2.0.rc1"

gemspec :path=>"../"
Loading

0 comments on commit 2a3787d

Please sign in to comment.