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 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
@@ -1,3 +1,10 @@
1
+ 1.0.5:
2
+
3
+ No changes except who try to install on Mac OS X ppc.
4
+
5
+ - fix big/little endian checking problem on Mac OS X ppc.
6
+ (contributed by unknown. See: Bug ID 24284 on rubyforge.)
7
+
1
8
  1.0.4:
2
9
 
3
10
  1. [dbi] support ruby-dbi 0.4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.4
1
+ 1.0.5
Binary file
@@ -55,7 +55,7 @@ class OCI8
55
55
  @@error_in_initialization = $!
56
56
  end
57
57
 
58
- VERSION = '1.0.4'
58
+ VERSION = '1.0.5'
59
59
  CLIENT_VERSION = '1020'
60
60
  # :stopdoc:
61
61
  RAW = OCI_TYPECODE_RAW
@@ -3,7 +3,7 @@
3
3
 
4
4
  Summary: ruby interface for Oracle using OCI8 API
5
5
  Name: ruby-oci8
6
- Version: 1.0.3
6
+ Version: 1.0.5
7
7
  Release: 1%{?dist}
8
8
  Group: Development/Libraries
9
9
  License: Ruby License
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.4
7
- date: 2009-02-08 00:00:00 +09:00
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