aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ext/openssl/lib/openssl/buffering.rb4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a60ced5534..34882acec8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Nov 21 15:36:08 2013 Zachary Scott <e@zzak.io>
+
+ * ext/openssl/lib/openssl/buffering.rb: [DOC] Fix HEREDOC comment for
+ OpenSSL::Buffering which breaks overview because of RDoc bug
+
Thu Nov 21 14:46:57 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* eval_intern.h (SAVE_ROOT_JMPBUF): workaround for the failure of
diff --git a/ext/openssl/lib/openssl/buffering.rb b/ext/openssl/lib/openssl/buffering.rb
index b536f547f4..0ccbf0f9bf 100644
--- a/ext/openssl/lib/openssl/buffering.rb
+++ b/ext/openssl/lib/openssl/buffering.rb
@@ -1,4 +1,4 @@
-=begin
+<<EOL
= $RCSfile$ -- Buffering mix-in module.
= Info
@@ -12,7 +12,7 @@
= Version
$Id$
-=end
+EOL
##
# OpenSSL IO buffering mix-in module.