ibm_db 0.4.0 → 0.4.6

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.
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: ibm_db
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.4.0
7
- date: 2007-03-22 00:00:00 -04:00
6
+ version: 0.4.6
7
+ date: 2007-04-20 00:00:00 -04:00
8
8
  summary: "Rails Driver and Adapter for IBM Data Servers: {LUW, zOS, i5, IDS}"
9
9
  require_paths:
10
10
  - lib
@@ -29,29 +29,51 @@ post_install_message:
29
29
  authors:
30
30
  - IBM
31
31
  files:
32
- - test
33
- - ext
34
- - lib
35
- - init.rb
36
- - MANIFEST
37
32
  - CHANGES
38
- - README
39
- - LICENSE
40
- - test/activerecord
41
- - test/ibm_db_test.rb
42
- - test/activerecord/native_ibm_db
43
- - test/activerecord/native_ibm_db/connection.rb
33
+ - ext
44
34
  - ext/ruby_ibm_db.h
45
35
  - ext/extconf.rb
46
36
  - ext/ibm_db.c
47
- - lib/linux32
37
+ - lib
48
38
  - lib/active_record
49
- - lib/IBM_DB.rb
50
- - lib/linux32/ibm_db.so
51
39
  - lib/active_record/connection_adapters
52
- - lib/active_record/vendor
53
40
  - lib/active_record/connection_adapters/ibm_db_adapter.rb
41
+ - lib/active_record/vendor
54
42
  - lib/active_record/vendor/db2-i5-zOS.yaml
43
+ - lib/IBM_DB.rb
44
+ - lib/linux32
45
+ - lib/linux32/ibm_db.so
46
+ - LICENSE
47
+ - MANIFEST
48
+ - README
49
+ - init.rb
50
+ - test
51
+ - test/connections
52
+ - test/connections/native_ibm_db
53
+ - test/connections/native_ibm_db/connection.rb
54
+ - test/base_test.rb
55
+ - test/fixtures
56
+ - test/fixtures/db_definitions
57
+ - test/fixtures/db_definitions/i5
58
+ - test/fixtures/db_definitions/i5/ibm_db.drop.sql
59
+ - test/fixtures/db_definitions/i5/ibm_db.sql
60
+ - test/fixtures/db_definitions/i5/ibm_db2.drop.sql
61
+ - test/fixtures/db_definitions/i5/ibm_db2.sql
62
+ - test/fixtures/db_definitions/ids
63
+ - test/fixtures/db_definitions/luw
64
+ - test/fixtures/db_definitions/luw/ibm_db.drop.sql
65
+ - test/fixtures/db_definitions/luw/ibm_db.sql
66
+ - test/fixtures/db_definitions/luw/ibm_db2.drop.sql
67
+ - test/fixtures/db_definitions/luw/ibm_db2.sql
68
+ - test/fixtures/db_definitions/zOS
69
+ - test/fixtures/db_definitions/zOS/ibm_db.drop.sql
70
+ - test/fixtures/db_definitions/zOS/ibm_db.sql
71
+ - test/fixtures/db_definitions/zOS/ibm_db2.drop.sql
72
+ - test/fixtures/db_definitions/zOS/ibm_db2.sql
73
+ - test/migration_test.rb
74
+ - test/ibm_db_test.rb
75
+ - test/locking_test.rb
76
+ - test/adapter_test.rb
55
77
  test_files:
56
78
  - test/ibm_db_test.rb
57
79
  rdoc_options: []