Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OLD_VERSIONS = %w[
2.0.0 2.1.0 2.2.0 2.3.0 2.4.0 2.5.0 2.6.0 2.7.0
]
SUPPORTED_VERSIONS = %w[3.0 3.1 3.2 3.3 3.4]
UNRELEASED_VERSIONS = %w[3.5]
UNRELEASED_VERSIONS = %w[4.0]
ALL_VERSIONS = [*OLD_VERSIONS, *SUPPORTED_VERSIONS, *UNRELEASED_VERSIONS]
CI_VERSIONS = [*SUPPORTED_VERSIONS, *UNRELEASED_VERSIONS]
HTML_DIRECTORY_BASE = ENV.fetch("HTML_DIRECTORY_BASE", "/tmp/html/")
Expand Down
4 changes: 2 additions & 2 deletions refm/doc/index.rd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
= オブジェクト指向スクリプト言語 Ruby リファレンスマニュアル

* Ruby オフィシャルサイト [[url:https://www.ruby-lang.org/ja/]]
#@since 3.5
#@since 4.0
* 開発版対応リファレンス
#@end
#@if("3.4" <= version and version < "3.5")
#@if("3.4" <= version and version < "4.0")
* version 3.4 対応リファレンス
#@end
#@if("3.3" <= version and version < "3.4")
Expand Down