ruby-oci8 2.2.11-x64-mingw-ucrt → 2.2.12-x64-mingw-ucrt
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/ChangeLog +2 -0
- data/NEWS +7 -0
- data/lib/oci8/version.rb +1 -1
- data/lib/oci8lib_310.so +0 -0
- data/lib/oci8lib_320.so +0 -0
- data/pre-distclean.rb +1 -3
- data/test/test_object.rb +0 -6
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '04932f0898a5fc41d3b52b76d1c6c1f32c8a5d9a5a96925630dec60d3c8123ea'
|
4
|
+
data.tar.gz: 834b8d87dd0a8b93e89281bb500037f521b2653bd75dab71f0486ca50f4cc3d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02af1a59a1d3c616e4ead15e51502008c546646f823d1cf51aeeff3f4415e824a644755092ef3c63ccd1dd03119d1075aef5c478c27f86659313778a53dba99e
|
7
|
+
data.tar.gz: ec1b24a280331f3d072dd6640d0bc83746d2ee4b9a0cc663847ee7a8d64e2325349911b12854ba3b636309087062824a898bf1896dee58c5791b9f92c7893c11
|
data/ChangeLog
CHANGED
data/NEWS
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# @markup markdown
|
2
2
|
|
3
|
+
2.2.12 (2022-12-30)
|
4
|
+
===================
|
5
|
+
|
6
|
+
- Fix warning: undefining the allocator of T_DATA class OraNumber against Ruby 3.2.0dev. (GH-243)
|
7
|
+
- Fix warnings on tests and on compile.
|
8
|
+
- Remove code for old ruby versions.
|
9
|
+
|
3
10
|
2.2.11 (2022-02-22)
|
4
11
|
===================
|
5
12
|
|
data/lib/oci8/version.rb
CHANGED
data/lib/oci8lib_310.so
CHANGED
Binary file
|
data/lib/oci8lib_320.so
ADDED
Binary file
|
data/pre-distclean.rb
CHANGED
@@ -1,6 +1,4 @@
|
|
1
|
-
rm_f "#{curr_objdir}/
|
2
|
-
rm_f "#{curr_objdir}/ext/oci8/oci8lib_18.map"
|
3
|
-
rm_f "#{curr_objdir}/ext/oci8/oci8lib_191.map"
|
1
|
+
rm_f "#{curr_objdir}/ext/oci8/oci8lib_*.map"
|
4
2
|
if RUBY_PLATFORM =~ /cygwin/
|
5
3
|
rm_f "#{curr_objdir}/ext/oci8/OCI.def"
|
6
4
|
rm_f "#{curr_objdir}/ext/oci8/libOCI.a"
|
data/test/test_object.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-oci8
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.12
|
5
5
|
platform: x64-mingw-ucrt
|
6
6
|
authors:
|
7
7
|
- Kubo Takehiro
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-12-30 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: 'ruby-oci8 is a ruby interface for Oracle using OCI8 API. It is available
|
14
14
|
with Oracle 10g or later including Oracle Instant Client.
|
@@ -60,6 +60,7 @@ files:
|
|
60
60
|
- lib/oci8/properties.rb
|
61
61
|
- lib/oci8/version.rb
|
62
62
|
- lib/oci8lib_310.so
|
63
|
+
- lib/oci8lib_320.so
|
63
64
|
- lib/ruby-oci8.rb
|
64
65
|
- metaconfig
|
65
66
|
- pre-distclean.rb
|
@@ -106,7 +107,7 @@ require_paths:
|
|
106
107
|
- lib
|
107
108
|
required_ruby_version: !ruby/object:Gem::Requirement
|
108
109
|
requirements:
|
109
|
-
- - "
|
110
|
+
- - ">="
|
110
111
|
- !ruby/object:Gem::Version
|
111
112
|
version: 3.1.0
|
112
113
|
required_rubygems_version: !ruby/object:Gem::Requirement
|