jrmey-mysqlplus 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,89 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jrmey-mysqlplus
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 1
8
+ - 3
9
+ version: 0.1.3
10
+ platform: ruby
11
+ authors:
12
+ - Muhammad A. Ali
13
+ - Jeremy Suriel
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2010-07-04 00:00:00 -04:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description: Enhanced Ruby MySQL driver
23
+ email: jeremysuriel@gmail.com
24
+ executables: []
25
+
26
+ extensions:
27
+ - ext/extconf.rb
28
+ extra_rdoc_files:
29
+ - README
30
+ files:
31
+ - README
32
+ - Rakefile
33
+ - TODO_LIST
34
+ - ext/error_const.h
35
+ - ext/extconf.rb
36
+ - ext/mysql.c
37
+ - lib/mysqlplus.rb
38
+ - mysqlplus.gemspec
39
+ - test/all_hashes_test.rb
40
+ - test/async_query_with_block_test.rb
41
+ - test/c_threaded_test.rb
42
+ - test/connect_failure2_test.rb
43
+ - test/connect_failure_test.rb
44
+ - test/create_test_db.rb
45
+ - test/evented_test.rb
46
+ - test/gc_benchmark_test.rb
47
+ - test/many_requests_test.rb
48
+ - test/native_threaded_test.rb
49
+ - test/out_of_sync_test.rb
50
+ - test/query_with_result_false_test.rb
51
+ - test/reconnected_test.rb
52
+ - test/RUN_ALL_TESTS.RB
53
+ - test/test_helper.rb
54
+ - test/threaded_sequel_test.rb
55
+ has_rdoc: true
56
+ homepage: http://github.com/jrmey/mysqlplus
57
+ licenses: []
58
+
59
+ post_install_message:
60
+ rdoc_options:
61
+ - --main
62
+ - README
63
+ require_paths:
64
+ - lib
65
+ required_ruby_version: !ruby/object:Gem::Requirement
66
+ none: false
67
+ requirements:
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ segments:
71
+ - 0
72
+ version: "0"
73
+ required_rubygems_version: !ruby/object:Gem::Requirement
74
+ none: false
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ segments:
79
+ - 0
80
+ version: "0"
81
+ requirements: []
82
+
83
+ rubyforge_project:
84
+ rubygems_version: 1.3.7
85
+ signing_key:
86
+ specification_version: 3
87
+ summary: Enhanced Ruby MySQL driver with Ruby 1.9 support
88
+ test_files: []
89
+