update files for release
This commit is contained in:
parent
f830c10405
commit
9e9f10bdc1
|
@ -1,4 +1,4 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.1.0 (???)
|
## 0.1.0 (April 6th, 2010)
|
||||||
* initial release - gemified
|
* initial release
|
|
@ -5,23 +5,31 @@
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{mysql2}
|
s.name = %q{mysql2}
|
||||||
s.version = "0.0.1"
|
s.version = "0.1.0"
|
||||||
|
|
||||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||||
s.authors = ["Brian Lopez"]
|
s.authors = ["Brian Lopez"]
|
||||||
s.date = %q{2010-04-04}
|
s.date = %q{2010-04-06}
|
||||||
s.email = %q{seniorlopez@gmail.com}
|
s.email = %q{seniorlopez@gmail.com}
|
||||||
s.extensions = ["ext/extconf.rb"]
|
s.extensions = ["ext/extconf.rb"]
|
||||||
|
s.extra_rdoc_files = [
|
||||||
|
"README.rdoc"
|
||||||
|
]
|
||||||
s.files = [
|
s.files = [
|
||||||
".gitignore",
|
".gitignore",
|
||||||
|
"CHANGELOG.md",
|
||||||
|
"MIT-LICENSE",
|
||||||
|
"README.rdoc",
|
||||||
"Rakefile",
|
"Rakefile",
|
||||||
"VERSION",
|
"VERSION",
|
||||||
"benchmark/escape.rb",
|
"benchmark/escape.rb",
|
||||||
"benchmark/query.rb",
|
"benchmark/query.rb",
|
||||||
|
"benchmark/setup_db.rb",
|
||||||
"ext/extconf.rb",
|
"ext/extconf.rb",
|
||||||
"ext/mysql2_ext.c",
|
"ext/mysql2_ext.c",
|
||||||
"ext/mysql2_ext.h",
|
"ext/mysql2_ext.h",
|
||||||
"lib/mysql2.rb",
|
"lib/mysql2.rb",
|
||||||
|
"mysql2.gemspec",
|
||||||
"spec/mysql2/client_spec.rb",
|
"spec/mysql2/client_spec.rb",
|
||||||
"spec/mysql2/result_spec.rb",
|
"spec/mysql2/result_spec.rb",
|
||||||
"spec/rcov.opts",
|
"spec/rcov.opts",
|
||||||
|
|
Loading…
Reference in New Issue