mysql 2.8.1-x86-mingw32

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.
metadata ADDED
@@ -0,0 +1,100 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mysql
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.8.1
5
+ platform: x86-mingw32
6
+ authors:
7
+ - TOMITA Masahiro
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-08-21 00:00:00 -03:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: rake-compiler
17
+ type: :development
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ~>
22
+ - !ruby/object:Gem::Version
23
+ version: "0.5"
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: hoe
27
+ type: :development
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 2.3.3
34
+ version:
35
+ description: |-
36
+ This is the MySQL API module for Ruby. It provides the same functions for Ruby
37
+ programs that the MySQL C API provides for C programs.
38
+
39
+ This is a conversion of tmtm's original extension into a proper RubyGems.
40
+ email:
41
+ - tommy@tmtm.org
42
+ executables: []
43
+
44
+ extensions: []
45
+
46
+ extra_rdoc_files:
47
+ - History.txt
48
+ - Manifest.txt
49
+ - README.txt
50
+ files:
51
+ - COPYING
52
+ - COPYING.ja
53
+ - History.txt
54
+ - Manifest.txt
55
+ - README.txt
56
+ - Rakefile
57
+ - ext/mysql_api/extconf.rb
58
+ - ext/mysql_api/mysql.c
59
+ - extra/README.html
60
+ - extra/README_ja.html
61
+ - extra/tommy.css
62
+ - lib/mysql.rb
63
+ - tasks/gem.rake
64
+ - tasks/native.rake
65
+ - tasks/vendor_mysql.rake
66
+ - test/test_mysql.rb
67
+ - lib/1.8/mysql_api.so
68
+ - lib/1.9/mysql_api.so
69
+ has_rdoc: true
70
+ homepage: http://mysql-win.rubyforge.org
71
+ licenses: []
72
+
73
+ post_install_message:
74
+ rdoc_options:
75
+ - --main
76
+ - README.txt
77
+ require_paths:
78
+ - lib
79
+ - ext
80
+ required_ruby_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: 1.8.6
85
+ version:
86
+ required_rubygems_version: !ruby/object:Gem::Requirement
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: "0"
91
+ version:
92
+ requirements: []
93
+
94
+ rubyforge_project: mysql-win
95
+ rubygems_version: 1.3.4
96
+ signing_key:
97
+ specification_version: 3
98
+ summary: This is the MySQL API module for Ruby
99
+ test_files:
100
+ - test/test_mysql.rb