ruby-informix 0.6.2-i386-mswin32

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 (7) hide show
  1. data/COPYRIGHT +26 -0
  2. data/Changelog +198 -0
  3. data/README +85 -0
  4. data/ifx_except.c +522 -0
  5. data/informix.c +5021 -0
  6. data/informix.so +0 -0
  7. metadata +53 -0
data/informix.so ADDED
Binary file
metadata ADDED
@@ -0,0 +1,53 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.2
3
+ specification_version: 1
4
+ name: ruby-informix
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.6.2
7
+ date: 2007-10-20 00:00:00 -06:00
8
+ summary: Informix driver for Ruby
9
+ require_paths:
10
+ - .
11
+ email: gerardo.santana@gmail.com
12
+ homepage: http://santanatechnotes.blogspot.com
13
+ rubyforge_project: ruby-informix
14
+ description: Ruby extension for connecting to IBM Informix Dynamic Server, written in ESQL/C.
15
+ autorequire: informix
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: i386-mswin32
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - Gerardo Santana Gomez Garrido
31
+ files:
32
+ - informix.so
33
+ - COPYRIGHT
34
+ - Changelog
35
+ - README
36
+ - informix.c
37
+ - ifx_except.c
38
+ test_files: []
39
+
40
+ rdoc_options:
41
+ - --title
42
+ - Ruby/Informix -- Informix driver for Ruby
43
+ extra_rdoc_files:
44
+ - informix.c
45
+ - ifx_except.c
46
+ executables: []
47
+
48
+ extensions: []
49
+
50
+ requirements: []
51
+
52
+ dependencies: []
53
+