Use MySQL 5.1.51 now from available mirror

This commit is contained in:
Luis Lavena 2010-09-26 17:09:25 -03:00
parent ba41a5a24e
commit 95db3c74df
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
gem 'rake-compiler', '~> 0.7.1'
require "rake/extensiontask"
MYSQL_VERSION = "5.1.50"
MYSQL_MIRROR = ENV['MYSQL_MIRROR'] || "http://mysql.mirrors.pair.com"
MYSQL_VERSION = "5.1.51"
MYSQL_MIRROR = ENV['MYSQL_MIRROR'] || "http://mysql.he.net/"
def gemspec
@clean_gemspec ||= eval(File.read(File.expand_path('../../mysql2.gemspec', __FILE__)))