mysql 2.6 → 2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.html +228 -12
- data/README_ja.html +273 -14
- data/mysql.c.in +783 -8
- data/mysql.gemspec +34 -11
- data/test.rb +1022 -22
- data/tommy.css +6 -0
- metadata +13 -11
data/tommy.css
CHANGED
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
rubygems_version: 0.8.
|
2
|
+
rubygems_version: 0.8.11
|
3
3
|
specification_version: 1
|
4
4
|
name: mysql
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: "2.
|
7
|
-
date: 2005-
|
6
|
+
version: "2.7"
|
7
|
+
date: 2005-10-10 00:00:00 +02:00
|
8
8
|
summary: MySQL/Ruby provides the same functions for Ruby programs that the MySQL C API provides for C programs.
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -14,7 +14,7 @@ rubyforge_project:
|
|
14
14
|
description:
|
15
15
|
autorequire: mysql
|
16
16
|
default_executable:
|
17
|
-
bindir:
|
17
|
+
bindir:
|
18
18
|
has_rdoc: false
|
19
19
|
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
20
20
|
requirements:
|
@@ -24,7 +24,9 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
|
|
24
24
|
version: 0.0.0
|
25
25
|
version:
|
26
26
|
platform: ruby
|
27
|
-
|
27
|
+
signing_key:
|
28
|
+
cert_chain:
|
29
|
+
authors:
|
28
30
|
files:
|
29
31
|
- COPYING
|
30
32
|
- COPYING.ja
|
@@ -35,11 +37,11 @@ files:
|
|
35
37
|
- test.rb
|
36
38
|
- tommy.css
|
37
39
|
- mysql.gemspec
|
38
|
-
test_files:
|
39
|
-
rdoc_options:
|
40
|
-
extra_rdoc_files:
|
41
|
-
executables:
|
40
|
+
test_files:
|
41
|
+
rdoc_options:
|
42
|
+
extra_rdoc_files:
|
43
|
+
executables:
|
42
44
|
extensions:
|
43
45
|
- extconf.rb
|
44
|
-
requirements:
|
45
|
-
dependencies:
|
46
|
+
requirements:
|
47
|
+
dependencies:
|