[DRE-commits] [SCM] rdtool.git branch, master, updated. upstream/0.6.22-28-gf8749af
Taku YASUI
tach at debian.org
Sat May 5 17:33:26 UTC 2012
The following commit has been merged in the master branch:
commit 3fcf6d25d3c7398fbcf8985a7248aa31f3199aeb
Merge: 850dcfb66191536a52f1933e4c92b88ff3c56b87 8101d38a180e44e4444516d517e063bc3e21a7b9
Author: Taku YASUI <tach at debian.org>
Date: Sat May 5 16:38:31 2012 +0900
Merge tag 'upstream/0.6.31'
Upstream version 0.6.31
diff --combined lib/rd/rd2html-lib.rb
index 3aa998d,01f4544..ac5c7ec
--- a/lib/rd/rd2html-lib.rb
+++ b/lib/rd/rd2html-lib.rb
@@@ -11,7 -11,7 +11,7 @@@ module R
include MethodParse
SYSTEM_NAME = "RDtool -- RD2HTMLVisitor"
- SYSTEM_VERSION = "$Version: 0.6.21$" #"
+ SYSTEM_VERSION = "$Version: 0.6.31$" #"
VERSION = Version.new_from_version_string(SYSTEM_NAME, SYSTEM_VERSION)
def self.version
@@@ -104,8 -104,8 +104,8 @@@
def html_head
ret = %|<head>\n|
- ret << html_title + "\n"
ret << html_content_type + "\n" if html_content_type
+ ret << html_title + "\n"
ret << link_to_css + "\n" if link_to_css
ret << forward_links + "\n" if forward_links
ret << backward_links + "\n" if backward_links
--
rdtool.git
More information about the Pkg-ruby-extras-commits
mailing list