Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Commit

Permalink
use correct latest mysql and mysql2 gem versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Apr 2, 2012
1 parent 5c87985 commit 448ed35
Show file tree
Hide file tree
Showing 8 changed files with 160 additions and 7 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,7 @@ gemfile:
- gemfiles/rails-3.1.4-database-pg.gemfile - gemfiles/rails-3.1.4-database-pg.gemfile
- gemfiles/rails-3.1.4-database-sqlite3.gemfile - gemfiles/rails-3.1.4-database-sqlite3.gemfile
- gemfiles/rails-3.2.3-database-mysql.gemfile - gemfiles/rails-3.2.3-database-mysql.gemfile
- gemfiles/rails-3.2.3-database-mysql2.gemfile
- gemfiles/rails-3.2.3-database-pg.gemfile - gemfiles/rails-3.2.3-database-pg.gemfile
- gemfiles/rails-3.2.3-database-sqlite3.gemfile - gemfiles/rails-3.2.3-database-sqlite3.gemfile
before_script: before_script:
Expand Down
2 changes: 1 addition & 1 deletion Appraisals
Expand Up @@ -12,7 +12,7 @@ rails_versions.each do |rails_version|
end end


# The mysql2 gem needed by Rails changes with Rails versions # The mysql2 gem needed by Rails changes with Rails versions
rails_to_mysql2_mappings = { '3.1.4' => '0.3.10', '3.0.12' => '0.2.13' } rails_to_mysql2_mappings = { '3.2.3' => '0.3.11', '3.1.4' => '0.3.11', '3.0.12' => '0.2.18' }
rails_to_mysql2_mappings.each do |rails_gem_version, mysql2_gem_version| rails_to_mysql2_mappings.each do |rails_gem_version, mysql2_gem_version|
appraise "rails-#{rails_gem_version}-database-mysql2" do appraise "rails-#{rails_gem_version}-database-mysql2" do
gem 'rails', rails_gem_version gem 'rails', rails_gem_version
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails-3.0.12-database-mysql2.gemfile
Expand Up @@ -3,7 +3,7 @@
source "http://rubygems.org" source "http://rubygems.org"


gem "rails", "3.0.12" gem "rails", "3.0.12"
gem "mysql2", "0.2.13" gem "mysql2", "0.2.18"
gem "pacecar", :path=>"../" gem "pacecar", :path=>"../"


gemspec :path=>"../" gemspec :path=>"../"
4 changes: 2 additions & 2 deletions gemfiles/rails-3.0.12-database-mysql2.gemfile.lock
Expand Up @@ -69,7 +69,7 @@ GEM
mocha (0.10.5) mocha (0.10.5)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
multi_json (1.2.0) multi_json (1.2.0)
mysql2 (0.2.13) mysql2 (0.2.18)
nokogiri (1.5.2) nokogiri (1.5.2)
polyglot (0.3.3) polyglot (0.3.3)
rack (1.2.5) rack (1.2.5)
Expand Down Expand Up @@ -129,7 +129,7 @@ DEPENDENCIES
capybara (>= 0.4.0) capybara (>= 0.4.0)
factory_girl_rails factory_girl_rails
mocha mocha
mysql2 (= 0.2.13) mysql2 (= 0.2.18)
pacecar! pacecar!
rails (= 3.0.12) rails (= 3.0.12)
rspec-rails (>= 2.9.0) rspec-rails (>= 2.9.0)
2 changes: 1 addition & 1 deletion gemfiles/rails-3.1.4-database-mysql2.gemfile
Expand Up @@ -3,7 +3,7 @@
source "http://rubygems.org" source "http://rubygems.org"


gem "rails", "3.1.4" gem "rails", "3.1.4"
gem "mysql2", "0.3.10" gem "mysql2", "0.3.11"
gem "pacecar", :path=>"../" gem "pacecar", :path=>"../"


gemspec :path=>"../" gemspec :path=>"../"
4 changes: 2 additions & 2 deletions gemfiles/rails-3.1.4-database-mysql2.gemfile.lock
Expand Up @@ -69,7 +69,7 @@ GEM
mocha (0.10.5) mocha (0.10.5)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
multi_json (1.2.0) multi_json (1.2.0)
mysql2 (0.3.10) mysql2 (0.3.11)
nokogiri (1.5.2) nokogiri (1.5.2)
polyglot (0.3.3) polyglot (0.3.3)
rack (1.3.6) rack (1.3.6)
Expand Down Expand Up @@ -139,7 +139,7 @@ DEPENDENCIES
capybara (>= 0.4.0) capybara (>= 0.4.0)
factory_girl_rails factory_girl_rails
mocha mocha
mysql2 (= 0.3.10) mysql2 (= 0.3.11)
pacecar! pacecar!
rails (= 3.1.4) rails (= 3.1.4)
rspec-rails (>= 2.9.0) rspec-rails (>= 2.9.0)
9 changes: 9 additions & 0 deletions gemfiles/rails-3.2.3-database-mysql2.gemfile
@@ -0,0 +1,9 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "rails", "3.2.3"
gem "mysql2", "0.3.11"
gem "pacecar", :path=>"../"

gemspec :path=>"../"
143 changes: 143 additions & 0 deletions gemfiles/rails-3.2.3-database-mysql2.gemfile.lock
@@ -0,0 +1,143 @@
PATH
remote: /Users/mjankowski/Development/opensource/pacecar
specs:
pacecar (1.5.3)
activerecord (>= 3.0.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)
appraisal (0.4.1)
bundler
rake
arel (3.0.2)
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)
diff-lcs (1.1.3)
erubis (2.7.0)
factory_girl (3.0.0)
activesupport (>= 3.0.0)
factory_girl_rails (3.0.0)
factory_girl (~> 3.0.0)
railties (>= 3.0.0)
ffi (1.0.11)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.3)
json (1.6.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)
mysql2 (0.3.11)
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.0)
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)
thor (0.14.6)
tilt (1.3.3)
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.4.1)
capybara (>= 0.4.0)
factory_girl_rails
mocha
mysql2 (= 0.3.11)
pacecar!
rails (= 3.2.3)
rspec-rails (>= 2.9.0)

0 comments on commit 448ed35

Please sign in to comment.