cubrid 0.61-x86-mingw32

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 (9) hide show
  1. data/ext/conn.c +405 -0
  2. data/ext/cubrid.c +235 -0
  3. data/ext/cubrid.h +98 -0
  4. data/ext/error.c +144 -0
  5. data/ext/extconf.rb +57 -0
  6. data/ext/oid.c +727 -0
  7. data/ext/stmt.c +1074 -0
  8. data/lib/cubrid.so +0 -0
  9. metadata +75 -0
Binary file
metadata ADDED
@@ -0,0 +1,75 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cubrid
3
+ version: !ruby/object:Gem::Version
4
+ hash: 113
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 61
9
+ version: "0.61"
10
+ platform: x86-mingw32
11
+ authors:
12
+ - NHN
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-07-28 00:00:00 +09:00
18
+ default_executable:
19
+ dependencies: []
20
+
21
+ description: This extension is a driver for CUBRID, an Open Source Database Management System highly Optimized for Web Applications.
22
+ email: cubrid_ruby@nhncorp.com
23
+ executables: []
24
+
25
+ extensions: []
26
+
27
+ extra_rdoc_files: []
28
+
29
+ files:
30
+ - lib/cubrid.so
31
+ - ext/extconf.rb
32
+ - ext/cubrid.c
33
+ - ext/cubrid.h
34
+ - ext/conn.c
35
+ - ext/stmt.c
36
+ - ext/oid.c
37
+ - ext/error.c
38
+ has_rdoc: true
39
+ homepage: http://www.cubrid.org/cubrid_ruby_programming
40
+ licenses: []
41
+
42
+ post_install_message:
43
+ rdoc_options: []
44
+
45
+ require_paths:
46
+ - lib
47
+ required_ruby_version: !ruby/object:Gem::Requirement
48
+ none: false
49
+ requirements:
50
+ - - ~>
51
+ - !ruby/object:Gem::Version
52
+ hash: 55
53
+ segments:
54
+ - 1
55
+ - 8
56
+ - 0
57
+ version: 1.8.0
58
+ required_rubygems_version: !ruby/object:Gem::Requirement
59
+ none: false
60
+ requirements:
61
+ - - ">="
62
+ - !ruby/object:Gem::Version
63
+ hash: 3
64
+ segments:
65
+ - 0
66
+ version: "0"
67
+ requirements: []
68
+
69
+ rubyforge_project: cubrid
70
+ rubygems_version: 1.3.7
71
+ signing_key:
72
+ specification_version: 3
73
+ summary: CUBRID Database API Module for Ruby
74
+ test_files: []
75
+