[ruby-oci8-commit] [544] trunk/ruby-oci8: add a script encoding magic comment for ruby 2.0. 0 preview2.
nobody at rubyforge.org
nobody at rubyforge.org
Mon Dec 3 10:42:33 UTC 2012
Revision: 544
Author: kubo
Date: 2012-12-03 10:42:33 +0000 (Mon, 03 Dec 2012)
Log Message:
-----------
add a script encoding magic comment for ruby 2.0.0 preview2.
Modified Paths:
--------------
trunk/ruby-oci8/ChangeLog
trunk/ruby-oci8/ext/oci8/oraconf.rb
Modified: trunk/ruby-oci8/ChangeLog
===================================================================
--- trunk/ruby-oci8/ChangeLog 2012-12-02 10:17:05 UTC (rev 543)
+++ trunk/ruby-oci8/ChangeLog 2012-12-03 10:42:33 UTC (rev 544)
@@ -1,3 +1,7 @@
+2012-12-03 KUBO Takehiro <kubo at jiubao.org>
+ * ext/oci8/oraconf.rb: add a script encoding magic comment for ruby 2.0.0 preview2.
+ (github issue #25 reported by aboltart)
+
2012-12-02 KUBO Takehiro <kubo at jiubao.org>
* test/test_encoding.rb: fix to pass tests with ruby 2.0.0 preview2.
Modified: trunk/ruby-oci8/ext/oci8/oraconf.rb
===================================================================
--- trunk/ruby-oci8/ext/oci8/oraconf.rb 2012-12-02 10:17:05 UTC (rev 543)
+++ trunk/ruby-oci8/ext/oci8/oraconf.rb 2012-12-03 10:42:33 UTC (rev 544)
@@ -1,3 +1,4 @@
+# coding: ascii
require 'mkmf'
# compatibility for ruby-1.9
More information about the ruby-oci8-commit
mailing list