motto-mysql 0.1.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.
Files changed (6) hide show
  1. data/README.txt +266 -0
  2. data/ext/extconf.rb +114 -0
  3. data/ext/motto_mysql.c +667 -0
  4. data/ext/motto_mysql.h +61 -0
  5. data/setup.rb +1585 -0
  6. metadata +57 -0
metadata ADDED
@@ -0,0 +1,57 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: motto-mysql
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - makoto kuwata
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-10-05 00:00:00 +09:00
13
+ default_executable:
14
+ dependencies: []
15
+
16
+ description: Motto-mysql is a complementary library to enhance 'mysql-ruby' library. It adds some methods into Mysql::Result and Mysql::Stmt classes. Motto-mysql requires mysql-ruby 2.7.4 or later (recommended 2.7.5 or later).
17
+ email: kwa.at.kuwata-lab.com
18
+ executables: []
19
+
20
+ extensions:
21
+ - ext/extconf.rb
22
+ extra_rdoc_files: []
23
+
24
+ files:
25
+ - README.txt
26
+ - setup.rb
27
+ - ext/extconf.rb
28
+ - ext/motto_mysql.c
29
+ - ext/motto_mysql.h
30
+ has_rdoc: false
31
+ homepage: http://rubyforge.org/projects/motto-mysql/
32
+ post_install_message:
33
+ rdoc_options: []
34
+
35
+ require_paths:
36
+ - lib
37
+ required_ruby_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: "0"
42
+ version:
43
+ required_rubygems_version: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: "0"
48
+ version:
49
+ requirements: []
50
+
51
+ rubyforge_project: motto-mysql
52
+ rubygems_version: 1.2.0
53
+ signing_key:
54
+ specification_version: 2
55
+ summary: an extension to enhance 'mysql-ruby' library.
56
+ test_files: []
57
+