fauna-mysql 2.8.1.1

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,96 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fauna-mysql
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.8.1.1
5
+ platform: ruby
6
+ authors:
7
+ - TOMITA Masahiro
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-08-20 00:00:00 -07: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
+ - ext/mysql_api/extconf.rb
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
+ has_rdoc: true
68
+ homepage: http://mysql-win.rubyforge.org
69
+ post_install_message:
70
+ rdoc_options:
71
+ - --main
72
+ - README.txt
73
+ require_paths:
74
+ - lib
75
+ - ext
76
+ required_ruby_version: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: 1.8.6
81
+ version:
82
+ required_rubygems_version: !ruby/object:Gem::Requirement
83
+ requirements:
84
+ - - ">="
85
+ - !ruby/object:Gem::Version
86
+ version: "0"
87
+ version:
88
+ requirements: []
89
+
90
+ rubyforge_project: mysql-win
91
+ rubygems_version: 1.2.0
92
+ signing_key:
93
+ specification_version: 3
94
+ summary: This is the MySQL API module for Ruby
95
+ test_files:
96
+ - test/test_mysql.rb