Skip to content

Commit

Permalink
remove Gemfile.all and move rufus/tokyo to rails-2.3.x and rails-3.x …
Browse files Browse the repository at this point in the history
…Gemfiles
  • Loading branch information
Sven Fuchs committed Nov 18, 2010
1 parent 93dbfb6 commit eb43f3f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 35 deletions.
8 changes: 0 additions & 8 deletions ci/Gemfile.all

This file was deleted.

26 changes: 0 additions & 26 deletions ci/Gemfile.all.lock

This file was deleted.

2 changes: 2 additions & 0 deletions ci/Gemfile.rails-2.3.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ gem 'activesupport', '~> 2.3'
gem 'sqlite3-ruby'
gem 'mocha'
gem 'test_declarative'
gem 'rufus-tokyo'
gem 'ffi'

5 changes: 5 additions & 0 deletions ci/Gemfile.rails-2.3.x.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ GEM
remote: http://rubygems.org/
specs:
activesupport (2.3.10)
ffi (0.6.3)
rake (>= 0.8.7)
mocha (0.9.9)
rake
rake (0.8.7)
rufus-tokyo (1.0.7)
sqlite3-ruby (1.3.2)
test_declarative (0.0.4)

Expand All @@ -13,7 +16,9 @@ PLATFORMS

DEPENDENCIES
activesupport (~> 2.3)
ffi
mocha
rufus-tokyo
sqlite3-ruby
test_declarative

Expand Down
2 changes: 2 additions & 0 deletions ci/Gemfile.rails-3.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ gem 'activesupport', '~> 3.0.0'
gem 'sqlite3-ruby'
gem 'mocha'
gem 'test_declarative'
gem 'rufus-tokyo'
gem 'ffi'

5 changes: 5 additions & 0 deletions ci/Gemfile.rails-3.x.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ GEM
remote: http://rubygems.org/
specs:
activesupport (3.0.1)
ffi (0.6.3)
rake (>= 0.8.7)
mocha (0.9.9)
rake
rake (0.8.7)
rufus-tokyo (1.0.7)
sqlite3-ruby (1.3.2)
test_declarative (0.0.4)

Expand All @@ -13,7 +16,9 @@ PLATFORMS

DEPENDENCIES
activesupport (~> 3.0.0)
ffi
mocha
rufus-tokyo
sqlite3-ruby
test_declarative

Expand Down
2 changes: 1 addition & 1 deletion test/run_all.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def bundle_check
end

command = 'ruby -w -Ilib -Itest test/all.rb'
gemfiles = %w(ci/Gemfile.all ci/Gemfile.rails-3.x ci/Gemfile.rails-2.3.x ci/Gemfile.no-rails)
gemfiles = %w(ci/Gemfile.rails-3.x ci/Gemfile.rails-2.3.x ci/Gemfile.no-rails)

results = gemfiles.map do |gemfile|
puts "BUNDLE_GEMFILE=#{gemfile}"
Expand Down

0 comments on commit eb43f3f

Please sign in to comment.