2010-04-04 20:13:42 +00:00
|
|
|
# Generated by jeweler
|
|
|
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
|
|
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
|
|
|
# -*- encoding: utf-8 -*-
|
|
|
|
|
|
|
|
Gem::Specification.new do |s|
|
|
|
|
s.name = %q{mysql2}
|
2010-04-06 08:23:52 +00:00
|
|
|
s.version = "0.1.0"
|
2010-04-04 20:13:42 +00:00
|
|
|
|
|
|
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
|
|
s.authors = ["Brian Lopez"]
|
2010-04-06 08:23:52 +00:00
|
|
|
s.date = %q{2010-04-06}
|
2010-04-04 20:13:42 +00:00
|
|
|
s.email = %q{seniorlopez@gmail.com}
|
|
|
|
s.extensions = ["ext/extconf.rb"]
|
2010-04-06 08:23:52 +00:00
|
|
|
s.extra_rdoc_files = [
|
|
|
|
"README.rdoc"
|
|
|
|
]
|
2010-04-04 20:13:42 +00:00
|
|
|
s.files = [
|
|
|
|
".gitignore",
|
2010-04-06 08:23:52 +00:00
|
|
|
"CHANGELOG.md",
|
|
|
|
"MIT-LICENSE",
|
|
|
|
"README.rdoc",
|
2010-04-04 20:13:42 +00:00
|
|
|
"Rakefile",
|
|
|
|
"VERSION",
|
|
|
|
"benchmark/escape.rb",
|
|
|
|
"benchmark/query.rb",
|
2010-04-06 08:23:52 +00:00
|
|
|
"benchmark/setup_db.rb",
|
2010-04-04 20:13:42 +00:00
|
|
|
"ext/extconf.rb",
|
|
|
|
"ext/mysql2_ext.c",
|
|
|
|
"ext/mysql2_ext.h",
|
|
|
|
"lib/mysql2.rb",
|
2010-04-06 08:23:52 +00:00
|
|
|
"mysql2.gemspec",
|
2010-04-04 20:13:42 +00:00
|
|
|
"spec/mysql2/client_spec.rb",
|
|
|
|
"spec/mysql2/result_spec.rb",
|
|
|
|
"spec/rcov.opts",
|
|
|
|
"spec/spec.opts",
|
|
|
|
"spec/spec_helper.rb"
|
|
|
|
]
|
|
|
|
s.homepage = %q{http://github.com/brianmario/mysql2}
|
|
|
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
|
|
s.require_paths = ["lib", "ext"]
|
|
|
|
s.rubygems_version = %q{1.3.6}
|
|
|
|
s.summary = %q{A simple, fast Mysql library for Ruby, binding to libmysql}
|
|
|
|
s.test_files = [
|
|
|
|
"spec/mysql2/client_spec.rb",
|
|
|
|
"spec/mysql2/result_spec.rb",
|
|
|
|
"spec/spec_helper.rb"
|
|
|
|
]
|
|
|
|
|
|
|
|
if s.respond_to? :specification_version then
|
|
|
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
|
|
s.specification_version = 3
|
|
|
|
|
|
|
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
|
|
else
|
|
|
|
end
|
|
|
|
else
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|