File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 0.1.0 (??? )
4
- * initial release - gemified
3
+ ## 0.1.0 (April 6th, 2010 )
4
+ * initial release
Original file line number Diff line number Diff line change 5
5
6
6
Gem ::Specification . new do |s |
7
7
s . name = %q{mysql2}
8
- s . version = "0.0.1 "
8
+ s . version = "0.1.0 "
9
9
10
10
s . required_rubygems_version = Gem ::Requirement . new ( ">= 0" ) if s . respond_to? :required_rubygems_version=
11
11
s . authors = [ "Brian Lopez" ]
12
- s . date = %q{2010-04-04 }
12
+ s . date = %q{2010-04-06 }
13
13
14
14
s . extensions = [ "ext/extconf.rb" ]
15
+ s . extra_rdoc_files = [
16
+ "README.rdoc"
17
+ ]
15
18
s . files = [
16
19
".gitignore" ,
20
+ "CHANGELOG.md" ,
21
+ "MIT-LICENSE" ,
22
+ "README.rdoc" ,
17
23
"Rakefile" ,
18
24
"VERSION" ,
19
25
"benchmark/escape.rb" ,
20
26
"benchmark/query.rb" ,
27
+ "benchmark/setup_db.rb" ,
21
28
"ext/extconf.rb" ,
22
29
"ext/mysql2_ext.c" ,
23
30
"ext/mysql2_ext.h" ,
24
31
"lib/mysql2.rb" ,
32
+ "mysql2.gemspec" ,
25
33
"spec/mysql2/client_spec.rb" ,
26
34
"spec/mysql2/result_spec.rb" ,
27
35
"spec/rcov.opts" ,
You can’t perform that action at this time.
0 commit comments