rdtool 0.6.30 → 0.6.31
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 +14 -5
- data/README.rd +10 -2
- data/README.rd.ja +19 -4
- data/VERSION +1 -1
- data/bin/rd2 +1 -1
- data/lib/rd/package.rb +1 -1
- data/lib/rd/rd2html-lib.rb +1 -1
- data/lib/rd/rd2man-lib.rb +1 -1
- data/lib/rd/tree.rb +1 -1
- data/lib/rd/visitor.rb +1 -1
- data/makerdtool.rb +15 -9
- data/rdtool.gemspec +1 -1
- metadata +7 -7
data/HISTORY
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
# -*- mode: rd; coding: utf-8; indent-tabs-mode: nil -*-
|
1
2
|
=begin
|
2
3
|
= MANIFEST
|
3
4
|
|
@@ -49,7 +50,7 @@
|
|
49
50
|
:lib/rd/rdinlineparser.tab.rb
|
50
51
|
pre-compiled racc-generated parser. this works without Racc itself.
|
51
52
|
:utils/rd-mode.el (Arai, Tosh)
|
52
|
-
Emacs major mode for RD.
|
53
|
+
Emacs major mode for RD.
|
53
54
|
:doc/rd-draft.rd(.ja)
|
54
55
|
RD working draft.(obsolete)
|
55
56
|
:makrrdtool.rb
|
@@ -66,6 +67,11 @@ RDtool include files which is copyrighted by somebody elses.
|
|
66
67
|
Please read these files for those lisence info.
|
67
68
|
|
68
69
|
= CHANGES
|
70
|
+
:0.6.31
|
71
|
+
* Version bump from 0.6.21
|
72
|
+
* Change Maintainer to Youhei SASAKI
|
73
|
+
* Create gem. Many thanks to Kouhei Suto!!
|
74
|
+
* apply OptionParser Issue, Thanks to Masaki Hasegawa!!
|
69
75
|
:0.6.21
|
70
76
|
* setup.rb version up -> 3.4.1
|
71
77
|
* fix for Ruby 1.9.
|
@@ -92,7 +98,7 @@ Please read these files for those lisence info.
|
|
92
98
|
* now rd2man generates better output. (thank you, Sugiura-san.)
|
93
99
|
:0.6.13
|
94
100
|
* now tabs are expanded into spaces.
|
95
|
-
* removed <p> for TextBlock in DescListItem when the TextBlock is only
|
101
|
+
* removed <p> for TextBlock in DescListItem when the TextBlock is only
|
96
102
|
element of ListItem.
|
97
103
|
* a line of `---\n' are now regarded as Verbatim (or TextBlock).
|
98
104
|
* changed style of HTML anchors from `label:' to `label-'.
|
@@ -255,7 +261,7 @@ Please read these files for those lisence info.
|
|
255
261
|
* reborned for new RD.
|
256
262
|
* \cle's util/rdswap.rb. thanks > \cle
|
257
263
|
:0.2.2 (1999/08/17)
|
258
|
-
* bad LaTeX format is fixed.(rd2latex-lib.rb) thanks > gotoken
|
264
|
+
* bad LaTeX format is fixed.(rd2latex-lib.rb) thanks > gotoken
|
259
265
|
* bug in parse of Verbatim is fixed.(rdfmt.rb)
|
260
266
|
* bug in parse of term part of DescListItem is fixed.
|
261
267
|
(rdfmt.rb, rd2html-lib.rb, rd2latex-lib.rb)
|
@@ -279,6 +285,9 @@ Please read these files for those lisence info.
|
|
279
285
|
* first release version
|
280
286
|
|
281
287
|
= ABOUT BUG REPORT
|
282
|
-
|
283
|
-
|
288
|
+
|
289
|
+
If you find a bug in RDtool, please add new
|
290
|
+
((<"issues at gihtub"|URL:https://github.com/uwabami/rdtool/issues>)),
|
291
|
+
or E-mail me ((<URL:mailto:uwabami@gfd-dennou.org>)).
|
292
|
+
|
284
293
|
=end
|
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.
|
3
|
+
= RDtool 0.6.31
|
4
4
|
== What is RDtool
|
5
5
|
|
6
6
|
RD is Ruby's POD. RDtool is formatter for RD.
|
@@ -38,7 +38,9 @@ Please read doc/rd-draft.rd.
|
|
38
38
|
|
39
39
|
== About bug report
|
40
40
|
|
41
|
-
If you find a bug in RDtool, please add new
|
41
|
+
If you find a bug in RDtool, please add new
|
42
|
+
((<"issues at gihtub"|URL:https://github.com/uwabami/rdtool/issues>)),
|
43
|
+
or E-mail me ((<URL:mailto:uwabami@gfd-dennou.org>)).
|
42
44
|
|
43
45
|
== License
|
44
46
|
|
@@ -53,6 +55,12 @@ The license information for every files is as follows.
|
|
53
55
|
:Files: */
|
54
56
|
* Copyright: 2004 MoonWolf <moonwolf@moonwolf.com>
|
55
57
|
* License: Ruby's License or GPL-2+
|
58
|
+
:Files: bin/rdswap
|
59
|
+
* Copyright: 1999 C.Hintze
|
60
|
+
* License: Ruby's License or GPL-2+
|
61
|
+
:Files: lib/rd/rd2man-lib.rb
|
62
|
+
* Copyright: 2000 WATANABE Hirofumi
|
63
|
+
* License: Ruby's License or GPL-2+
|
56
64
|
:Files: setup.rb
|
57
65
|
* Copyright: 2000-2006 Minero Aoki
|
58
66
|
* License: LGPL-2.1
|
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.
|
3
|
+
= RDtool 0.6.31
|
4
4
|
== RDってなに?
|
5
5
|
|
6
6
|
RDはRubyにおけるPOD(Plain Old Documentation)のようなものです。
|
@@ -41,7 +41,16 @@ doc/rd-draft.rdを読んでください。
|
|
41
41
|
|
42
42
|
== バグ報告
|
43
43
|
|
44
|
-
|
44
|
+
If you find a bug in RDtool, please add new
|
45
|
+
((<"issues at gihtub"|URL:https://github.com/uwabami/rdtool/issues>)),
|
46
|
+
or E-mail me ((<URL:mailto:uwabami@gfd-dennou.org>)).
|
47
|
+
|
48
|
+
|
49
|
+
バグを見付けた時は、
|
50
|
+
((<"github の issues"|URL:https://github.com/uwabami/rdtool/issues>))
|
51
|
+
に報告するか、
|
52
|
+
次のアドレスまでメールを下さると幸いです:
|
53
|
+
((<URL:mailto:uwabami@gfd-dennou.org>))
|
45
54
|
|
46
55
|
== ライセンス
|
47
56
|
|
@@ -50,10 +59,16 @@ RDtoolのパッケージにはTosh以外の人が著作権を持つファイル
|
|
50
59
|
それらのファイルについての配布条件はファイル自体に書かれたライセンスの下で
|
51
60
|
行ってください。
|
52
61
|
|
53
|
-
|
62
|
+
ファイル毎のライセンス表記は以下の通りです。
|
54
63
|
|
55
64
|
:Files: */
|
56
|
-
* Copyright: 2004 MoonWolf
|
65
|
+
* Copyright: 2004 MoonWolf
|
66
|
+
* License: Ruby's License or GPL-2+
|
67
|
+
:Files: bin/rdswap
|
68
|
+
* Copyright: 1999 C.Hintze
|
69
|
+
* License: Ruby's License or GPL-2+
|
70
|
+
:Files: lib/rd/rd2man-lib.rb
|
71
|
+
* Copyright: 2000 WATANABE Hirofumi
|
57
72
|
* License: Ruby's License or GPL-2+
|
58
73
|
:Files: setup.rb
|
59
74
|
* Copyright: 2000-2006 Minero Aoki
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.31
|
data/bin/rd2
CHANGED
data/lib/rd/package.rb
CHANGED
data/lib/rd/rd2html-lib.rb
CHANGED
@@ -11,7 +11,7 @@ module RD
|
|
11
11
|
include MethodParse
|
12
12
|
|
13
13
|
SYSTEM_NAME = "RDtool -- RD2HTMLVisitor"
|
14
|
-
SYSTEM_VERSION = "$Version: 0.6.
|
14
|
+
SYSTEM_VERSION = "$Version: 0.6.31$" #"
|
15
15
|
VERSION = Version.new_from_version_string(SYSTEM_NAME, SYSTEM_VERSION)
|
16
16
|
|
17
17
|
def self.version
|
data/lib/rd/rd2man-lib.rb
CHANGED
@@ -16,7 +16,7 @@ module RD
|
|
16
16
|
include MethodParse
|
17
17
|
|
18
18
|
SYSTEM_NAME = "RDtool -- RD2ManVisitor"
|
19
|
-
SYSTEM_VERSION = "$Version: 0.6.
|
19
|
+
SYSTEM_VERSION = "$Version: 0.6.31$" #"
|
20
20
|
VERSION = Version.new_from_version_string(SYSTEM_NAME, SYSTEM_VERSION)
|
21
21
|
|
22
22
|
def self.version
|
data/lib/rd/tree.rb
CHANGED
@@ -10,7 +10,7 @@ module RD
|
|
10
10
|
include Enumerable
|
11
11
|
|
12
12
|
SYSTEM_NAME = "RDtool Framework -- Document Tree"
|
13
|
-
SYSTEM_VERSION = "$Version: 0.6.
|
13
|
+
SYSTEM_VERSION = "$Version: 0.6.31$" #"
|
14
14
|
VERSION = Version.new_from_version_string(SYSTEM_NAME, SYSTEM_VERSION)
|
15
15
|
|
16
16
|
def Tree.version
|
data/lib/rd/visitor.rb
CHANGED
@@ -3,7 +3,7 @@ require "rd/version"
|
|
3
3
|
module RD
|
4
4
|
class Visitor
|
5
5
|
SYSTEM_NAME = "RDtool Framework -- Visitor"
|
6
|
-
SYSTEM_VERSION = "$Version: 0.6.
|
6
|
+
SYSTEM_VERSION = "$Version: 0.6.31$" #"
|
7
7
|
VERSION = Version.new_from_version_string(SYSTEM_NAME, SYSTEM_VERSION)
|
8
8
|
|
9
9
|
def Visitor.version
|
data/makerdtool.rb
CHANGED
@@ -1,6 +1,9 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
|
+
# -*- mode: ruby; coding: utf-8; -*-
|
2
3
|
# Make for rdtool.
|
3
4
|
# Copyright (C) 2004 MoonWolf <moonwolf@moonwolf.com>
|
5
|
+
# Copyright (C) 2011 Youhei SASAKI <uwabami@gfd-dennou.org>
|
6
|
+
|
4
7
|
require 'rbconfig'
|
5
8
|
require 'optparse'
|
6
9
|
require 'find'
|
@@ -26,18 +29,21 @@ opt.on('--quiet') {$quiet = true}
|
|
26
29
|
opt.parse!(ARGV)
|
27
30
|
|
28
31
|
Find.find('.') {|path|
|
29
|
-
path
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
f
|
37
|
-
|
32
|
+
unless path =~ /(\.git.*)|(pkg.*)/
|
33
|
+
path = File.expand_path(path)
|
34
|
+
next if FileTest.directory? path
|
35
|
+
next if path=~/\/(\..+|HISTORY|test-version\.rb)\z/
|
36
|
+
next unless orig = IO.read(path)
|
37
|
+
after = orig.gsub(/0\.\d\.\d+/, version)
|
38
|
+
unless after == orig
|
39
|
+
open(path,'wb') {|f|
|
40
|
+
f.write after
|
41
|
+
}
|
42
|
+
end
|
38
43
|
end
|
39
44
|
}
|
40
45
|
|
46
|
+
|
41
47
|
racc ||= 'racc'
|
42
48
|
rd2 = File.join(File.dirname(File.expand_path(__FILE__)),'bin','rd2')
|
43
49
|
|
data/rdtool.gemspec
CHANGED
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.
|
4
|
+
version: 0.6.31
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2011-11-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
16
|
-
requirement: &
|
16
|
+
requirement: &19834960 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :development
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *19834960
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: jeweler
|
27
|
-
requirement: &
|
27
|
+
requirement: &19834200 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ~>
|
@@ -32,10 +32,10 @@ dependencies:
|
|
32
32
|
version: 1.6.4
|
33
33
|
type: :development
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *19834200
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: racc
|
38
|
-
requirement: &
|
38
|
+
requirement: &19833500 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ~>
|
@@ -43,7 +43,7 @@ dependencies:
|
|
43
43
|
version: 1.4.6
|
44
44
|
type: :development
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *19833500
|
47
47
|
description: RD is multipurpose documentation format created for documentating Ruby
|
48
48
|
and output of Ruby world. You can embed RD into Ruby script. And RD have neat syntax
|
49
49
|
which help you to read document in Ruby script. On the other hand, RD have a feature
|