mysql-pr 2.9.11

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