ruby-oci8 2.2.6-x64-mingw32 → 2.2.6.1-x64-mingw32

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e7fe17496eb09344b2b6509c3995909a8cf3c34d
4
- data.tar.gz: 8f742ce1c8ac716cbb38ad34eecc494e85e5a015
3
+ metadata.gz: 7daaaef36f86bf96ea23fadb32362581678f244f
4
+ data.tar.gz: 8cb4e9c01d683a12de6cb7bf7796382f4fde824a
5
5
  SHA512:
6
- metadata.gz: 2f95a3e9110ca757f29be2ee9062043d255ff6d871a0bddf7c350ae5c728b9024dfcddf5582c9b39b6bc997798ec0e62590af3771224c8919c6b3bb074c916bb
7
- data.tar.gz: 1a3c3453b9a91ef6444d975d3d266ef2c8a8ba13275e51fd0e60eec629526b0ce922c3653e5561a5607dd97c944fd9ed9686e9e8d6dd5bb1fec6270b3d4e0c8f
6
+ metadata.gz: d47dadf8e61c1ba8311cf3ec7fb5e9b00926e4d68b64d4bddcc84544e59fdb5f5ded665fbc52da61c6ab72c207babab65b7beac57ce48e80900c59e692dac3f4
7
+ data.tar.gz: 7ec1b47a1c87c445a6b178db64298aa99b70bf504f1ef34ea27f850f1b0e7c8e550ce3ae78ce38434c2e98abfc71335610c6567c50bfa3d22b4df50b33f7769f
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
 
@@ -1,3 +1,3 @@
1
1
  class OCI8
2
- VERSION = "2.2.6"
2
+ VERSION = "2.2.6.1"
3
3
  end
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
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.6
4
+ version: 2.2.6.1
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Kubo Takehiro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-22 00:00:00.000000000 Z
11
+ date: 2018-09-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  ruby-oci8 is a ruby interface for Oracle using OCI8 API. It is available with Oracle 10g or later including Oracle Instant Client.