Skip to content

Commit 145fcee

Browse files
committed
Update to RDoc 6.0.0 with Ruby 2.5.0-rc1
RDoc seems to be updated to RDoc 6.0.0 with Ruby 2.5.0-rc1. It is not RDoc 6.0.0.beta3. ## Ruby 2.5.0-rc1 ```console % ruby -rrdoc -ve 'p RDoc::VERSION' ruby 2.5.0rc1 (2017-12-14 trunk 61243) [x86_64-darwin13] "6.0.0" ``` ## Ruby 2.5.0-preview1 ```console % ruby -rrdoc -ve 'p RDoc::VERSION' ruby 2.5.0preview1 (2017-10-10 trunk 60153) [x86_64-darwin13] "6.0.0.beta3" ```
1 parent f4d8c7e commit 145fcee

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

de/news/_posts/2017-12-14-ruby-2-5-0-rc1-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ einige neue Features sowie Performanzverbesserungen, beispielsweise:
4848
enthält.
4949
* Bundler wurde in die Standardbibliothek aufgenommen.
5050
* RubyGems wurde auf 2.7.0 aktualisiert.
51-
* RDoc wurde auf 6.0.0.beta3 aktualisiert.
51+
* RDoc wurde auf 6.0.0 aktualisiert.
5252
* Der Lexer basiert nun nicht mehr auf IRB, sondern auf Ripper,
5353
wodurch die Geschwindigkeit, mit der die Dokumentation generiert wird,
5454
erheblich zunimmt.

en/news/_posts/2017-12-14-ruby-2-5-0-rc1-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ It introduces some new features and performance improvements, for example:
4242
Note that Ruby 2.4.1 also includes this change.
4343
* Add Bundler to standard libraries.
4444
* Update to RubyGems 2.7.0.
45-
* Update to RDoc 6.0.0.beta3.
45+
* Update to RDoc 6.0.0.
4646
* Change lexer from IRB based one to Ripper;
4747
this much improves the speed of generating documentation.
4848
[https://github.com/ruby/rdoc/pull/512]

ja/news/_posts/2017-12-14-ruby-2-5-0-rc1-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Ruby 2.5.0-rc1 は、来る Ruby 2.5.0 に向けての検証用事前リリー
4141
なお、この変更は Ruby 2.4.1 にも取り込まれました。
4242
* bundler が取り込まれ、標準ライブラリとなりました。
4343
* rubygems-2.7.0 が取り込まれました。
44-
* rdoc-6.0.0.beta3 が取り込まれました。
44+
* rdoc-6.0.0 が取り込まれました。
4545
IRB ベースだった文法解析器が Ripper ベースになっています。
4646
これにより、ドキュメント生成速度が向上しています。
4747
https://github.com/ruby/rdoc/pull/512

zh_cn/news/_posts/2017-12-14-ruby-2-5-0-rc1-released.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Ruby 2.5.0-rc1 是 Ruby 2.5.0 的第一个候选版本。此版本包括数个
2222
* yield\_self [功能 #6721]
2323

2424
## 性能提升
25-
25+
2626
* 使用 TracePoint 钩子的动态指令替代 "trace" 指令以降低间接开销。[功能 #14104]
2727

2828
* 通过懒惰 Proc 分配提升了使用 block 参数传递代码块的性能。[功能 #14045]
@@ -36,7 +36,7 @@ Ruby 2.5.0-rc1 是 Ruby 2.5.0 的第一个候选版本。此版本包括数个
3636
* 合并 Onigmo 6.1.3。添加[缺位运算符](https://github.com/k-takata/Onigmo/issues/87)。注意,Ruby 2.4.1 也包含这项改动。
3737
* 把 bundler 纳入标准库。
3838
* 合并 rubygems-2.7.0。
39-
* 合并 rdoc-6.0.0.beta3。词法分析程序由 IRB 更换为 Ripper,极大提升了生成文档的速度。详见 https://github.com/ruby/rdoc/pull/512。这一版的改动还有:
39+
* 合并 rdoc-6.0.0。词法分析程序由 IRB 更换为 Ripper,极大提升了生成文档的速度。详见 https://github.com/ruby/rdoc/pull/512。这一版的改动还有:
4040
* 修正过去这些年存在的缺陷
4141
* 支持近些年 Ruby 的新句法
4242
* 更新到 Unicode 10.0.0。

zh_tw/news/_posts/2017-12-14-ruby-2-5-0-rc1-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Ruby 2.5.0-rc1 是 Ruby 2.5.0 的第一個候選版本。此版本包括數個
3939
Ruby 2.4.1 也同樣包含此變更.
4040
* 合併 bundler 至標準函式庫。
4141
* 合併 rubygems-2.77.0 。
42-
* 合併 rdoc-6.0.0.beta3
42+
* 合併 rdoc-6.0.0 。
4343
將 IRB 的詞法分析器更新為 Ripper.
4444
它提升了生成文件的速度
4545
https://github.com/ruby/rdoc/pull/512

0 commit comments

Comments
 (0)