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 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.35</a></h1><!-- RDLabel: "RDtool 0.6.35" -->
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.35</a></h1><!-- RDLabel: "RDtool 0.6.35" -->
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
@@ -1,6 +1,6 @@
1
1
  # -*- mode: rd; coding: utf-8; indent-tabs-mode: nil -*-
2
2
  =begin
3
- = RDtool 0.6.35
3
+ = RDtool 0.6.36
4
4
  == What is RDtool
5
5
 
6
6
  RD is Ruby's POD. RDtool is formatter for RD.
data/README.rd.ja CHANGED
@@ -1,6 +1,6 @@
1
1
  # -*- mode: rd; coding: utf-8; indent-tabs-mode: nil -*-
2
2
  =begin
3
- = RDtool 0.6.35
3
+ = RDtool 0.6.36
4
4
  == RDってなに?
5
5
 
6
6
  RDはRubyにおけるPOD(Plain Old Documentation)のようなものです。
data/lib/rd/rd2man-lib.rb CHANGED
@@ -30,7 +30,6 @@ module RD
30
30
  def initialize
31
31
  @enumcounter = 0
32
32
  @index = {}
33
- @filename = ARGF.filename
34
33
  end
35
34
 
36
35
  def visit(tree)
data/lib/rd/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module RD
2
2
 
3
- VERSION = '0.6.35'
3
+ VERSION = '0.6.36'
4
4
 
5
5
  class Version
6
6
  attr_reader :name
data/rdtool.gemspec CHANGED
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
4
4
  s.rubygems_version = "1.3.5"
5
5
 
6
6
  s.name = 'rdtool'
7
- s.version = '0.6.35'
7
+ s.version = '0.6.36'
8
8
  s.date = '2012-06-12'
9
9
 
10
10
  s.summary = "RDtool is formatter for RD."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdtool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.35
4
+ version: 0.6.36
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: