ruby-oci8 1.0.4-i386-mswin32 → 1.0.5-i386-mswin32
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.
- data/ChangeLog +9 -0
- data/NEWS +7 -0
- data/VERSION +1 -1
- data/ext/oci8/oci8lib.so +0 -0
- data/lib/oci8.rb +1 -1
- data/ruby-oci8.spec +1 -1
- metadata +2 -2
data/ChangeLog
CHANGED
@@ -1,8 +1,17 @@
|
|
1
|
+
2009-03-17 KUBO Takehiro <kubo@jiubao.org>
|
2
|
+
* NEWS: add changes between 1.0.4 and 1.0.5.
|
3
|
+
* VERSION: change version to 1.0.5.
|
4
|
+
|
5
|
+
2009-03-11 KUBO Takehiro <kubo@jiubao.org>
|
6
|
+
* oraconf.rb: fix big/little endian checking problem on Mac OS X ppc.
|
7
|
+
(contributed by unknown. See: Bug ID 24284 on rubyforge.)
|
8
|
+
|
1
9
|
2009-02-08 KUBO Takehiro <kubo@jiubao.org>
|
2
10
|
* NEWS: add changes between 1.0.3 and 1.0.4.
|
3
11
|
* VERSION: change version to 1.0.4.
|
4
12
|
* dist-files: add newly added file names which must be included
|
5
13
|
in gem or tar.gz packages.
|
14
|
+
* metaconfig: follow the change of dbd/OCI8.rb location.
|
6
15
|
|
7
16
|
2009-02-01 KUBO Takehiro <kubo@jiubao.org>
|
8
17
|
* lib/dbd/OCI8.rb: add code for ruby-dbi 0.4 type conversion.
|
data/NEWS
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.5
|
data/ext/oci8/oci8lib.so
CHANGED
Binary file
|
data/lib/oci8.rb
CHANGED
data/ruby-oci8.spec
CHANGED
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
|
|
3
3
|
specification_version: 1
|
4
4
|
name: ruby-oci8
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 1.0.
|
7
|
-
date: 2009-
|
6
|
+
version: 1.0.5
|
7
|
+
date: 2009-03-18 00:00:00 +09:00
|
8
8
|
summary: Ruby interface for Oracle using OCI8 API
|
9
9
|
require_paths:
|
10
10
|
- lib
|