ruby-informix 0.4.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 (7) hide show
  1. data/COPYRIGHT +26 -0
  2. data/Changelog +84 -0
  3. data/README +80 -0
  4. data/extconf.rb +36 -0
  5. data/informix.c +4048 -0
  6. data/informix.ec +3093 -0
  7. metadata +50 -0
metadata ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: ruby-informix
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.4.0
7
+ date: 2006-12-15 00:00:00 -06:00
8
+ summary: Informix driver for Ruby
9
+ require_paths:
10
+ - lib
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: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ authors:
29
+ - Gerardo Santana Gomez Garrido
30
+ files:
31
+ - informix.ec
32
+ - COPYRIGHT
33
+ - Changelog
34
+ - README
35
+ - informix.c
36
+ test_files: []
37
+
38
+ rdoc_options:
39
+ - --title
40
+ - Ruby/Informix -- Informix driver for Ruby
41
+ extra_rdoc_files:
42
+ - informix.c
43
+ executables: []
44
+
45
+ extensions:
46
+ - extconf.rb
47
+ requirements: []
48
+
49
+ dependencies: []
50
+