ruby-informix 0.5.1 → 0.6.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 (10) hide show
  1. data/Changelog +47 -0
  2. data/README +8 -5
  3. data/extconf.rb +1 -1
  4. data/ifx_assert.h +45 -0
  5. data/ifx_except.c +523 -0
  6. data/ifx_except.ec +467 -0
  7. data/ifx_except.h +82 -0
  8. data/informix.c +555 -541
  9. data/informix.ec +173 -159
  10. metadata +9 -3
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.11
2
+ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: ruby-informix
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.5.1
7
- date: 2007-08-10 00:00:00 -05:00
6
+ version: 0.6.0
7
+ date: 2007-08-28 00:00:00 -05:00
8
8
  summary: Informix driver for Ruby
9
9
  require_paths:
10
10
  - lib
@@ -25,14 +25,19 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
25
25
  platform: ruby
26
26
  signing_key:
27
27
  cert_chain:
28
+ post_install_message:
28
29
  authors:
29
30
  - Gerardo Santana Gomez Garrido
30
31
  files:
31
32
  - informix.ec
33
+ - ifx_except.ec
34
+ - ifx_assert.h
35
+ - ifx_except.h
32
36
  - COPYRIGHT
33
37
  - Changelog
34
38
  - README
35
39
  - informix.c
40
+ - ifx_except.c
36
41
  test_files: []
37
42
 
38
43
  rdoc_options:
@@ -40,6 +45,7 @@ rdoc_options:
40
45
  - Ruby/Informix -- Informix driver for Ruby
41
46
  extra_rdoc_files:
42
47
  - informix.c
48
+ - ifx_except.c
43
49
  executables: []
44
50
 
45
51
  extensions: