rdtool 0.6.35 → 0.6.36
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/HISTORY +2 -0
- data/README.html +1 -1
- data/README.ja.html +1 -1
- data/README.rd +1 -1
- data/README.rd.ja +1 -1
- data/lib/rd/rd2man-lib.rb +0 -1
- data/lib/rd/version.rb +1 -1
- data/rdtool.gemspec +1 -1
- metadata +1 -1
data/HISTORY
CHANGED
@@ -70,6 +70,8 @@ RDtool include files which is copyrighted by somebody elses.
|
|
70
70
|
Please read these files for those lisence info.
|
71
71
|
|
72
72
|
= CHANGES
|
73
|
+
:0.6.36
|
74
|
+
* Fix rd2man-lib for Ruby1.9.1, remove invalid @filename.
|
73
75
|
:0.6.35
|
74
76
|
* Fix rd2man-lib for Ruby1.9.1. Thanks to Salvatore Bonaccorso.
|
75
77
|
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676154
|
data/README.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
<title>Untitled</title>
|
8
8
|
</head>
|
9
9
|
<body>
|
10
|
-
<h1><a name="label-0" id="label-0">RDtool 0.6.
|
10
|
+
<h1><a name="label-0" id="label-0">RDtool 0.6.36</a></h1><!-- RDLabel: "RDtool 0.6.36" -->
|
11
11
|
<h2><a name="label-1" id="label-1">What is RDtool</a></h2><!-- RDLabel: "What is RDtool" -->
|
12
12
|
<p>RD is Ruby's POD. RDtool is formatter for RD.</p>
|
13
13
|
<h2><a name="label-2" id="label-2">What is Changed</a></h2><!-- RDLabel: "What is Changed" -->
|
data/README.ja.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
<title>Untitled</title>
|
8
8
|
</head>
|
9
9
|
<body>
|
10
|
-
<h1><a name="label-0" id="label-0">RDtool 0.6.
|
10
|
+
<h1><a name="label-0" id="label-0">RDtool 0.6.36</a></h1><!-- RDLabel: "RDtool 0.6.36" -->
|
11
11
|
<h2><a name="label-1" id="label-1">RDってなに?</a></h2><!-- RDLabel: "RDってなに?" -->
|
12
12
|
<p>RDはRubyにおけるPOD(Plain Old Documentation)のようなものです。
|
13
13
|
RDtoolはRDのフォーマッタであり、RDをHTMLなどに変換できます。</p>
|
data/README.rd
CHANGED
data/README.rd.ja
CHANGED
data/lib/rd/rd2man-lib.rb
CHANGED
data/lib/rd/version.rb
CHANGED
data/rdtool.gemspec
CHANGED