rdtool 0.6.28 → 0.6.29

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/rdtool.gemspec +1 -9
  4. metadata +5 -12
  5. data/README.html +0 -44
  6. data/README.ja.html +0 -46
data/Rakefile CHANGED
@@ -13,7 +13,7 @@ Jeweler::Tasks.new do |gem|
13
13
  gem.description = %Q{RD is multipurpose documentation format created for documentating Ruby and output of Ruby world. You can embed RD into Ruby script. And RD have neat syntax which help you to read document in Ruby script. On the other hand, RD have a feature for class reference.}
14
14
  gem.email = "uwabami@gfd-dennou.org"
15
15
  gem.authors = ["Youhei SASAKI"]
16
- gem.has_rdoc = false
16
+ gem.extra_rdoc_files = ""
17
17
  # dependencies defined in Gemfile
18
18
  end
19
19
  Jeweler::RubygemsDotOrgTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.28
1
+ 0.6.29
data/rdtool.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rdtool}
8
- s.version = "0.6.28"
8
+ s.version = "0.6.29"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Youhei SASAKI"]
@@ -13,14 +13,6 @@ Gem::Specification.new do |s|
13
13
  s.description = %q{RD is multipurpose documentation format created for documentating Ruby and output of Ruby world. You can embed RD into Ruby script. And RD have neat syntax which help you to read document in Ruby script. On the other hand, RD have a feature for class reference.}
14
14
  s.email = %q{uwabami@gfd-dennou.org}
15
15
  s.executables = ["rd2", "rdswap.rb"]
16
- s.extra_rdoc_files = [
17
- "LICENSE.txt",
18
- "README.html",
19
- "README.ja.html",
20
- "README.rd",
21
- "README.rd.ja",
22
- "TODO"
23
- ]
24
16
  s.files = [
25
17
  "COPYING.txt",
26
18
  "Gemfile",
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdtool
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 28
10
- version: 0.6.28
9
+ - 29
10
+ version: 0.6.29
11
11
  platform: ruby
12
12
  authors:
13
13
  - Youhei SASAKI
@@ -70,13 +70,8 @@ executables:
70
70
  - rdswap.rb
71
71
  extensions: []
72
72
 
73
- extra_rdoc_files:
74
- - LICENSE.txt
75
- - README.html
76
- - README.ja.html
77
- - README.rd
78
- - README.rd.ja
79
- - TODO
73
+ extra_rdoc_files: []
74
+
80
75
  files:
81
76
  - COPYING.txt
82
77
  - Gemfile
@@ -170,8 +165,6 @@ files:
170
165
  - test/test-version.rb
171
166
  - test/test-visitor.rb
172
167
  - utils/rd-mode.el
173
- - README.html
174
- - README.ja.html
175
168
  homepage: http://github.com/uwabami/rdtool
176
169
  licenses:
177
170
  - GPL
data/README.html DELETED
@@ -1,44 +0,0 @@
1
- <?xml version="1.0" ?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
- <html xmlns="http://www.w3.org/1999/xhtml">
6
- <head>
7
- <title>README</title>
8
- </head>
9
- <body>
10
- <h1><a name="label-0" id="label-0">RDtool 0.6.23</a></h1><!-- RDLabel: "RDtool 0.6.23" -->
11
- <h2><a name="label-1" id="label-1">What is RDtool</a></h2><!-- RDLabel: "What is RDtool" -->
12
- <p>RD is Ruby's POD. RDtool is formatter for RD.</p>
13
- <h2><a name="label-2" id="label-2">What is Changed</a></h2><!-- RDLabel: "What is Changed" -->
14
- <p>See HISTORY.</p>
15
- <h2><a name="label-3" id="label-3">How to Install</a></h2><!-- RDLabel: "How to Install" -->
16
- <ol>
17
- <li><kbd>su</kbd> if you install into public directories.</li>
18
- <li><kbd>ruby setup.rb</kbd></li>
19
- <li>If you want to use , utils/rd-mode.el, install it <em>by hand</em>.</li>
20
- </ol>
21
- <h2><a name="label-4" id="label-4">How to use</a></h2><!-- RDLabel: "How to use" -->
22
- <p>Simply,</p>
23
- <pre>% rd2 rdfile.rd &gt; outputfile</pre>
24
- <p>If you want to indicate format-library, do</p>
25
- <pre>% rd2 -r library rdfile.rd &gt; outputfile</pre>
26
- <p>Use <kbd> rd2 --help </kbd> for more options.</p>
27
- <p>For options depend on format-library, enter <kbd>--help</kbd> after
28
- the indication of format-library. For example,</p>
29
- <pre>% rd2 -r rd/rd2html-lib.rb --help</pre>
30
- <p>rd2 load "${HOME}/.rd2rc" when it runs.</p>
31
- <h2><a name="label-5" id="label-5">How to write RD?</a></h2><!-- RDLabel: "How to write RD?" -->
32
- <p>Please read doc/rd-draft.rd.</p>
33
- <h2><a name="label-6" id="label-6">About bug report</a></h2><!-- RDLabel: "About bug report" -->
34
- <p>If you find a bug in RDtool, please E-mail me
35
- <a href="mailto:uwabami@gfd-dennou.org">&lt;URL:mailto:uwabami@gfd-dennou.org&gt;</a>.</p>
36
- <h2><a name="label-7" id="label-7">License</a></h2><!-- RDLabel: "License" -->
37
- <p>You can use/re-distribute/change RDtool under Ruby's License or GPL, see
38
- LICNESE.txt and COPYING.txt. This distribution of RDtool include files
39
- that are copyrighted by somebody else, and these files can be
40
- re-distributed under those own license. These files include the
41
- condition of those licenses in themselves.</p>
42
-
43
- </body>
44
- </html>
data/README.ja.html DELETED
@@ -1,46 +0,0 @@
1
- <?xml version="1.0" ?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
- <html xmlns="http://www.w3.org/1999/xhtml">
6
- <head>
7
- <title>README.ja</title>
8
- </head>
9
- <body>
10
- <h1><a name="label-0" id="label-0">RDtool 0.6.23</a></h1><!-- RDLabel: "RDtool 0.6.23" -->
11
- <h2><a name="label-1" id="label-1">RDってなに?</a></h2><!-- RDLabel: "RDってなに?" -->
12
- <p>RDはRubyにおけるPOD(Plain Old Documentation)のようなものです。
13
- RDtoolはRDのフォーマッタであり、RDをHTMLなどに変換できます。</p>
14
- <h2><a name="label-2" id="label-2">何が変わった?</a></h2><!-- RDLabel: "何が変わった?" -->
15
- <p>HISTORYを見てください。</p>
16
- <h2><a name="label-3" id="label-3">インストールの方法</a></h2><!-- RDLabel: "インストールの方法" -->
17
- <ol>
18
- <li>必要なら、<kbd>su</kbd></li>
19
- <li><kbd>ruby setup.rb</kbd></li>
20
- <li>utils/rd-mode.elを使いたいならば
21
- それらを<em>手で</em>インストールします。</li>
22
- </ol>
23
- <h2><a name="label-4" id="label-4">どうやって使うか。</a></h2><!-- RDLabel: "どうやって使うか。" -->
24
- <p>基本的には、こんな感じ。</p>
25
- <pre>% rd2 rdfile.rd &gt; outputfile</pre>
26
- <p>フォーマットライブラリを指定したい時は、こう。</p>
27
- <pre>% rd2 -r library rdfile.rd &gt; outputfile</pre>
28
- <p><kbd> rd2 --help </kbd>でオプションの詳細がでます。</p>
29
- <p>フォーマットライブラリ依存のオプションは先にフォーマットライブラリの
30
- 指定をしてから<kbd>--help</kbd>。例えば、</p>
31
- <pre>% rd2 -r rd/rd2html-lib.rb --help</pre>
32
- <p>rd2はホームディレクトリにある".rd2rc"というファイルを読み込みます。
33
- これはRubyスクリプトです。</p>
34
- <h2><a name="label-5" id="label-5">RDの書き方</a></h2><!-- RDLabel: "RDの書き方" -->
35
- <p>doc/rd-draft.rdを読んでください。</p>
36
- <h2><a name="label-6" id="label-6">バグ報告</a></h2><!-- RDLabel: "バグ報告" -->
37
- <p>バグを見付けた時は、次のアドレスまでメールしてください。
38
- <a href="mailto:uwabami@gfd-dennou.org">&lt;URL:mailto:uwabami@gfd-dennou.org&gt;</a></p>
39
- <h2><a name="label-7" id="label-7">ライセンス</a></h2><!-- RDLabel: "ライセンス" -->
40
- <p>RDtoolはRuby's LicenseかGPLの下で使用/配布/改造してください。
41
- RDtoolのパッケージにはTosh以外の人が著作権を持つファイルが含まれています。
42
- それらのファイルについての配布条件はファイル自体に書かれたライセンスの下で
43
- 行ってください。</p>
44
-
45
- </body>
46
- </html>