Skip to content

Commit 9e9f10b

Browse files
committed
update files for release
1 parent f830c10 commit 9e9f10b

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Changelog
22

3-
## 0.1.0 (???)
4-
* initial release - gemified
3+
## 0.1.0 (April 6th, 2010)
4+
* initial release

mysql2.gemspec

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,31 @@
55

66
Gem::Specification.new do |s|
77
s.name = %q{mysql2}
8-
s.version = "0.0.1"
8+
s.version = "0.1.0"
99

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
1111
s.authors = ["Brian Lopez"]
12-
s.date = %q{2010-04-04}
12+
s.date = %q{2010-04-06}
1313
s.email = %q{[email protected]}
1414
s.extensions = ["ext/extconf.rb"]
15+
s.extra_rdoc_files = [
16+
"README.rdoc"
17+
]
1518
s.files = [
1619
".gitignore",
20+
"CHANGELOG.md",
21+
"MIT-LICENSE",
22+
"README.rdoc",
1723
"Rakefile",
1824
"VERSION",
1925
"benchmark/escape.rb",
2026
"benchmark/query.rb",
27+
"benchmark/setup_db.rb",
2128
"ext/extconf.rb",
2229
"ext/mysql2_ext.c",
2330
"ext/mysql2_ext.h",
2431
"lib/mysql2.rb",
32+
"mysql2.gemspec",
2533
"spec/mysql2/client_spec.rb",
2634
"spec/mysql2/result_spec.rb",
2735
"spec/rcov.opts",

0 commit comments

Comments
 (0)