tmtm-ruby-mysql 0.0.0

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,76 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tmtm-ruby-mysql
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - tommy
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-03-22 00:00:00 -07:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: MySQL connector for Ruby
17
+ email: tommy@tmtm.org
18
+ executables: []
19
+
20
+ extensions: []
21
+
22
+ extra_rdoc_files:
23
+ - README
24
+ - ChangeLog
25
+ files:
26
+ - README
27
+ - ChangeLog
28
+ - Rakefile
29
+ - lib/mysql
30
+ - lib/mysql/constants.rb
31
+ - lib/mysql/compat.rb
32
+ - lib/mysql/protocol.rb
33
+ - lib/mysql/cache.rb
34
+ - lib/mysql/charset.rb
35
+ - lib/mysql/error.rb
36
+ - lib/mysql.rb~
37
+ - lib/mysql.rb
38
+ has_rdoc: true
39
+ homepage: http://github.com/tmtm/ruby-mysql
40
+ post_install_message:
41
+ rdoc_options:
42
+ - --title
43
+ - ruby-mysql documentation
44
+ - --charset
45
+ - utf-8
46
+ - --opname
47
+ - index.html
48
+ - --line-numbers
49
+ - --main
50
+ - README
51
+ - --inline-source
52
+ - --exclude
53
+ - ^(examples|extras)/
54
+ require_paths:
55
+ - lib
56
+ required_ruby_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: 1.8.7
61
+ version:
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: "0"
67
+ version:
68
+ requirements: []
69
+
70
+ rubyforge_project: rubymysql
71
+ rubygems_version: 1.2.0
72
+ signing_key:
73
+ specification_version: 2
74
+ summary: MySQL connector for Ruby
75
+ test_files: []
76
+