ruby-mysql-ext 2.9.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.
metadata ADDED
@@ -0,0 +1,60 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruby-mysql-ext
3
+ version: !ruby/object:Gem::Version
4
+ version: 2.9.7
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Tomita Masahiro
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-04-22 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: This is MySQL connector with C extension.
15
+ email: tommy@tmtm.org
16
+ executables: []
17
+ extensions:
18
+ - ext/mysql/extconf.rb
19
+ extra_rdoc_files:
20
+ - README.rdoc
21
+ files:
22
+ - README.rdoc
23
+ - lib/mysql.rb
24
+ - lib/mysql/constants.rb
25
+ - lib/mysql/protocol.rb
26
+ - lib/mysql/charset.rb
27
+ - lib/mysql/error.rb
28
+ - ext/mysql/packet.c
29
+ - spec/mysql_spec.rb
30
+ - spec/mysql/packet_spec.rb
31
+ - ext/mysql/extconf.rb
32
+ homepage: http://github.com/tmtm/ruby-mysql
33
+ licenses:
34
+ - Ruby's
35
+ post_install_message:
36
+ rdoc_options: []
37
+ require_paths:
38
+ - lib
39
+ required_ruby_version: !ruby/object:Gem::Requirement
40
+ none: false
41
+ requirements:
42
+ - - ! '>='
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ required_rubygems_version: !ruby/object:Gem::Requirement
46
+ none: false
47
+ requirements:
48
+ - - ! '>='
49
+ - !ruby/object:Gem::Version
50
+ version: '0'
51
+ requirements: []
52
+ rubyforge_project:
53
+ rubygems_version: 1.8.11
54
+ signing_key:
55
+ specification_version: 3
56
+ summary: MySQL connector with extension
57
+ test_files:
58
+ - spec/mysql_spec.rb
59
+ - spec/mysql/packet_spec.rb
60
+ has_rdoc: true