ibm_db 2.6.1 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ibm_db
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.1
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - IBM
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-14 00:00:00.000000000 Z
11
+ date: 2015-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 1.15.1
19
+ version: 4.2.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: 1.15.1
26
+ version: 4.2.0
27
27
  description:
28
28
  email: opendev@us.ibm.com
29
29
  executables: []
@@ -34,50 +34,50 @@ extra_rdoc_files:
34
34
  - README
35
35
  - MANIFEST
36
36
  files:
37
+ - CHANGES
38
+ - LICENSE
39
+ - MANIFEST
40
+ - ParameterizedQueries README
37
41
  - README
38
- - lib/active_record/connection_adapters/ibmdb_adapter.rb
42
+ - ext/Makefile.nt32
43
+ - ext/Makefile.nt32.191
44
+ - ext/extconf.rb
45
+ - ext/extconf_MacOS.rb
46
+ - ext/ibm_db.c
47
+ - ext/ruby_ibm_db.h
48
+ - ext/ruby_ibm_db_cli.c
49
+ - ext/ruby_ibm_db_cli.h
50
+ - init.rb
51
+ - lib/IBM_DB.rb
39
52
  - lib/active_record/connection_adapters/ibm_db_adapter.rb
40
53
  - lib/active_record/connection_adapters/ibm_db_pstmt.rb
54
+ - lib/active_record/connection_adapters/ibmdb_adapter.rb
41
55
  - lib/active_record/vendor/db2-i5-zOS.yaml
42
- - lib/IBM_DB.rb
43
- - test/connections/native_ibm_db/connection.rb
44
- - test/models/warehouse_thing.rb
56
+ - test/cases/adapter_test.rb
57
+ - test/cases/associations/belongs_to_associations_test.rb
58
+ - test/cases/associations/cascaded_eager_loading_test.rb
59
+ - test/cases/associations/has_and_belongs_to_many_associations_test.rb
60
+ - test/cases/associations/join_model_test.rb
45
61
  - test/cases/attribute_methods_test.rb
62
+ - test/cases/base_test.rb
63
+ - test/cases/calculations_test.rb
64
+ - test/cases/migration_test.rb
65
+ - test/cases/persistence_test.rb
66
+ - test/cases/query_cache_test.rb
46
67
  - test/cases/relations_test.rb
47
68
  - test/cases/schema_dumper_test.rb
48
69
  - test/cases/transaction_callbacks_test.rb
49
- - test/cases/xml_serialization_test.rb
50
70
  - test/cases/validations/uniqueness_validation_test.rb
51
- - test/cases/persistence_test.rb
52
- - test/cases/calculations_test.rb
53
- - test/cases/query_cache_test.rb
54
- - test/cases/migration_test.rb
55
- - test/cases/base_test.rb
56
- - test/cases/associations/belongs_to_associations_test.rb
57
- - test/cases/associations/has_and_belongs_to_many_associations_test.rb
58
- - test/cases/associations/cascaded_eager_loading_test.rb
59
- - test/cases/associations/join_model_test.rb
60
- - test/cases/adapter_test.rb
71
+ - test/cases/xml_serialization_test.rb
61
72
  - test/config.yml
62
- - test/schema/zOS/ibm_db_specific_schema.rb
63
- - test/schema/ids/ibm_db_specific_schema.rb
73
+ - test/connections/native_ibm_db/connection.rb
74
+ - test/ibm_db_test.rb
75
+ - test/models/warehouse_thing.rb
64
76
  - test/schema/i5/ibm_db_specific_schema.rb
65
- - test/schema/schema.rb
77
+ - test/schema/ids/ibm_db_specific_schema.rb
66
78
  - test/schema/luw/ibm_db_specific_schema.rb
67
- - test/ibm_db_test.rb
68
- - ParameterizedQueries README
69
- - ext/ruby_ibm_db.h
70
- - ext/Makefile.nt32
71
- - ext/ruby_ibm_db_cli.c
72
- - ext/ruby_ibm_db_cli.h
73
- - ext/extconf.rb
74
- - ext/extconf_MacOS.rb
75
- - ext/ibm_db.c
76
- - ext/Makefile.nt32.191
77
- - LICENSE
78
- - init.rb
79
- - CHANGES
80
- - MANIFEST
79
+ - test/schema/schema.rb
80
+ - test/schema/zOS/ibm_db_specific_schema.rb
81
81
  homepage: https://github.com/ibmdb/ruby-ibmdb
82
82
  licenses: []
83
83
  metadata: {}
@@ -92,18 +92,18 @@ require_paths:
92
92
  - lib
93
93
  required_ruby_version: !ruby/object:Gem::Requirement
94
94
  requirements:
95
- - - '>='
95
+ - - ">="
96
96
  - !ruby/object:Gem::Version
97
97
  version: 2.0.0
98
98
  required_rubygems_version: !ruby/object:Gem::Requirement
99
99
  requirements:
100
- - - '>='
100
+ - - ">="
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  requirements:
104
- - ActiveRecord, at least 1.15.1
104
+ - ActiveRecord, at least 4.2.0
105
105
  rubyforge_project: rubyibm
106
- rubygems_version: 2.0.14
106
+ rubygems_version: 2.4.5
107
107
  signing_key:
108
108
  specification_version: 4
109
109
  summary: 'Rails Driver and Adapter for IBM Data Servers: {DB2 on Linux/Unix/Windows,