ruby-oci8 2.2.6-x86-mingw32 → 2.2.6.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ 2018-09-16 Kubo Takehiro <kubo@jiubao.org>
2
+ * NEWS: Add changes between 2.2.6 and 2.2.6.1
3
+ * lib/oci8/version.rb: Update to 2.2.6.1
4
+
5
+ 2018-09-16 Kubo Takehiro <kubo@jiubao.org>
6
+ * ext/oci8/hook_funcs.c: Fix "No shared library is found to hook." on macOS.
7
+ (oracle-enhanced issue #1768)
8
+
1
9
  2018-08-22 Kubo Takehiro <kubo@jiubao.org>
2
10
  * NEWS: Add changes between 2.2.5.1 and 2.2.6
3
11
  * lib/oci8/version.rb: Update to 2.2.6
data/NEWS CHANGED
@@ -1,5 +1,13 @@
1
1
  # @markup markdown
2
2
 
3
+ 2.2.6.1
4
+ =======
5
+
6
+ Fixed issue
7
+ -----------
8
+ Fix "No shared library is found to hook." on macOS.
9
+ (rsim/oracle-enhanced#1768)
10
+
3
11
  2.2.6
4
12
  =====
5
13
 
data/lib/oci8/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class OCI8
2
- VERSION = "2.2.6"
2
+ VERSION = "2.2.6.1"
3
3
  end
data/lib/oci8lib_191.so CHANGED
Binary file
data/lib/oci8lib_200.so CHANGED
Binary file
data/lib/oci8lib_210.so CHANGED
Binary file
data/lib/oci8lib_220.so CHANGED
Binary file
data/lib/oci8lib_230.so CHANGED
Binary file
data/lib/oci8lib_240.so CHANGED
Binary file
data/lib/oci8lib_250.so CHANGED
Binary file
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-oci8
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 101
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 2
9
9
  - 6
10
- version: 2.2.6
10
+ - 1
11
+ version: 2.2.6.1
11
12
  platform: x86-mingw32
12
13
  authors:
13
14
  - Kubo Takehiro
@@ -15,7 +16,7 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2018-08-22 00:00:00 +09:00
19
+ date: 2018-09-16 00:00:00 +09:00
19
20
  default_executable:
20
21
  dependencies: []
21
22