Skip to content

Commit

Permalink
Update to RDoc 6.0.0 with Ruby 2.5.0-rc1
Browse files Browse the repository at this point in the history
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"
```
  • Loading branch information
koic committed Dec 20, 2017
1 parent f4d8c7e commit ee02eda
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion de/news/_posts/2017-12-14-ruby-2-5-0-rc1-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ einige neue Features sowie Performanzverbesserungen, beispielsweise:
enthält.
* Bundler wurde in die Standardbibliothek aufgenommen.
* RubyGems wurde auf 2.7.0 aktualisiert.
* RDoc wurde auf 6.0.0.beta3 aktualisiert.
* RDoc wurde auf 6.0.0 aktualisiert.
* Der Lexer basiert nun nicht mehr auf IRB, sondern auf Ripper,
wodurch die Geschwindigkeit, mit der die Dokumentation generiert wird,
erheblich zunimmt.
Expand Down
2 changes: 1 addition & 1 deletion en/news/_posts/2017-12-14-ruby-2-5-0-rc1-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ It introduces some new features and performance improvements, for example:
Note that Ruby 2.4.1 also includes this change.
* Add Bundler to standard libraries.
* Update to RubyGems 2.7.0.
* Update to RDoc 6.0.0.beta3.
* Update to RDoc 6.0.0.
* Change lexer from IRB based one to Ripper;
this much improves the speed of generating documentation.
[https://github.com/ruby/rdoc/pull/512]
Expand Down
2 changes: 1 addition & 1 deletion ja/news/_posts/2017-12-14-ruby-2-5-0-rc1-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Ruby 2.5.0-rc1 は、来る Ruby 2.5.0 に向けての検証用事前リリー
なお、この変更は Ruby 2.4.1 にも取り込まれました。
* bundler が取り込まれ、標準ライブラリとなりました。
* rubygems-2.7.0 が取り込まれました。
* rdoc-6.0.0.beta3 が取り込まれました。
* rdoc-6.0.0 が取り込まれました。
IRB ベースだった文法解析器が Ripper ベースになっています。
これにより、ドキュメント生成速度が向上しています。
https://github.com/ruby/rdoc/pull/512
Expand Down
2 changes: 1 addition & 1 deletion zh_cn/news/_posts/2017-12-14-ruby-2-5-0-rc1-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Ruby 2.5.0-rc1 是 Ruby 2.5.0 的第一个候选版本。此版本包括数个
* 合并 Onigmo 6.1.3。添加[缺位运算符](https://github.com/k-takata/Onigmo/issues/87)。注意,Ruby 2.4.1 也包含这项改动。
* 把 bundler 纳入标准库。
* 合并 rubygems-2.7.0。
* 合并 rdoc-6.0.0.beta3。词法分析程序由 IRB 更换为 Ripper,极大提升了生成文档的速度。详见 https://github.com/ruby/rdoc/pull/512。这一版的改动还有:
* 合并 rdoc-6.0.0。词法分析程序由 IRB 更换为 Ripper,极大提升了生成文档的速度。详见 https://github.com/ruby/rdoc/pull/512。这一版的改动还有:
* 修正过去这些年存在的缺陷
* 支持近些年 Ruby 的新句法
* 更新到 Unicode 10.0.0。
Expand Down
2 changes: 1 addition & 1 deletion zh_tw/news/_posts/2017-12-14-ruby-2-5-0-rc1-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Ruby 2.5.0-rc1 是 Ruby 2.5.0 的第一個候選版本。此版本包括數個
Ruby 2.4.1 也同樣包含此變更.
* 合併 bundler 至標準函式庫。
* 合併 rubygems-2.77.0 。
* 合併 rdoc-6.0.0.beta3
* 合併 rdoc-6.0.0 。
將 IRB 的詞法分析器更新為 Ripper.
它提升了生成文件的速度
https://github.com/ruby/rdoc/pull/512
Expand Down

0 comments on commit ee02eda

Please sign in to comment.