ibm_db 5.0.2 → 5.2.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.
- checksums.yaml +4 -4
- data/ext/Makefile +19 -19
- data/ext/Makefile.nt32.191 +1 -1
- data/ext/extconf.rb +8 -8
- data/ext/gil_release_version.h +3 -0
- data/ext/ibm_db.c +312 -312
- data/ext/ibm_db.o +0 -0
- data/ext/ibm_db.so +0 -0
- data/ext/mkmf.log +18 -19
- data/ext/ruby_ibm_db.h +1 -1
- data/ext/ruby_ibm_db_cli.c +23 -23
- data/ext/ruby_ibm_db_cli.h +5 -5
- data/ext/ruby_ibm_db_cli.o +0 -0
- data/ext/unicode_support_version.h +3 -0
- data/lib/active_record/connection_adapters/ibm_db_adapter.rb +93 -33
- metadata +14 -5
- data/ext/gil_release_version +0 -3
- data/ext/unicode_support_version +0 -3
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ibm_db
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0
|
|
4
|
+
version: 5.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- IBM
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-04-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|
|
@@ -17,6 +17,9 @@ dependencies:
|
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 5.0.7
|
|
20
|
+
- - "<="
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: 6.0.3
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -24,6 +27,9 @@ dependencies:
|
|
|
24
27
|
- - ">="
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
29
|
version: 5.0.7
|
|
30
|
+
- - "<="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: 6.0.3
|
|
27
33
|
description:
|
|
28
34
|
email: opendev@us.ibm.com
|
|
29
35
|
executables: []
|
|
@@ -43,13 +49,16 @@ files:
|
|
|
43
49
|
- ext/Makefile.nt32
|
|
44
50
|
- ext/Makefile.nt32.191
|
|
45
51
|
- ext/extconf.rb
|
|
46
|
-
- ext/gil_release_version
|
|
52
|
+
- ext/gil_release_version.h
|
|
47
53
|
- ext/ibm_db.c
|
|
54
|
+
- ext/ibm_db.o
|
|
55
|
+
- ext/ibm_db.so
|
|
48
56
|
- ext/mkmf.log
|
|
49
57
|
- ext/ruby_ibm_db.h
|
|
50
58
|
- ext/ruby_ibm_db_cli.c
|
|
51
59
|
- ext/ruby_ibm_db_cli.h
|
|
52
|
-
- ext/
|
|
60
|
+
- ext/ruby_ibm_db_cli.o
|
|
61
|
+
- ext/unicode_support_version.h
|
|
53
62
|
- init.rb
|
|
54
63
|
- lib/IBM_DB.rb
|
|
55
64
|
- lib/active_record/connection_adapters/ibm_db_adapter.rb
|
|
@@ -643,7 +652,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
643
652
|
version: '0'
|
|
644
653
|
requirements:
|
|
645
654
|
- ActiveRecord, at least 5.0.7
|
|
646
|
-
rubygems_version: 3.
|
|
655
|
+
rubygems_version: 3.2.3
|
|
647
656
|
signing_key:
|
|
648
657
|
specification_version: 4
|
|
649
658
|
summary: 'Rails Driver and Adapter for IBM Data Servers: {DB2 on Linux/Unix/Windows,
|
data/ext/gil_release_version
DELETED
data/ext/unicode_support_version
DELETED