Skip to content

Commit a988274

Browse files
committed
Ruby 2.4.0 is EOL
1 parent ffa5193 commit a988274

File tree

6 files changed

+2
-6
lines changed

6 files changed

+2
-6
lines changed

Rakefile

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ versions = {
55
"2.7.0" => "ruby_2_7",
66
"2.6.0" => "ruby_2_6",
77
"2.5.0" => "ruby_2_5",
8-
"2.4.0" => "ruby_2_4",
98
}
109

1110
versions.each do |version, branch_name|

public/en/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1>Documentation for Ruby</h1>
2424
<a class="list-group-item" href="./2.7.0/">Ruby 2.7.0</a>
2525
<a class="list-group-item" href="./2.6.0/">Ruby 2.6.0</a>
2626
<a class="list-group-item" href="./2.5.0/">Ruby 2.5.0</a>
27-
<a class="list-group-item" href="./2.4.0/">Ruby 2.4.0</a>
27+
<a class="list-group-item" href="./2.4.0/">Ruby 2.4.0 (outdated)</a>
2828
<a class="list-group-item" href="./2.3.0/">Ruby 2.3.0 (outdated)</a>
2929
<a class="list-group-item" href="./2.2.0/">Ruby 2.2.0 (outdated)</a>
3030
<a class="list-group-item" href="./2.1.0/">Ruby 2.1.0 (outdated)</a>

public/ja/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ <h1>プログラミング言語 Ruby リファレンスマニュアル</h1>
2727
<a class="list-group-item" href="./2.7.0/doc/index.html">Ruby 2.7</a>
2828
<a class="list-group-item" href="./2.6.0/doc/index.html">Ruby 2.6</a>
2929
<a class="list-group-item" href="./2.5.0/doc/index.html">Ruby 2.5</a>
30-
<a class="list-group-item" href="./2.4.0/doc/index.html">Ruby 2.4</a>
3130
<div class="list-group-item list-group-item-info">
3231
<strong>注:</strong> Rubyは2.1.0から<a href='https://www.ruby-lang.org/ja/news/2013/12/21/semantic-versioning-after-2-1-0/'>Semantic Versioning</a>を採用しています。
3332
Ruby 2.1.1, 2.1.2等はバグ修正やセキュリティfixのみを含むため、リファレンスとしては2.1に統一しています。
@@ -37,6 +36,7 @@ <h1>プログラミング言語 Ruby リファレンスマニュアル</h1>
3736
<h2>Other versions</h2>
3837
<div class="list-group">
3938
<a class="list-group-item" href="./master/doc/index.html">Ruby 2.8 (開発版)</a>
39+
<a class="list-group-item" href="./2.4.0/doc/index.html">Ruby 2.4 (2020/04/01 サポート終了)</a>
4040
<a class="list-group-item" href="./2.3.0/doc/index.html">Ruby 2.3 (2019/04/01 サポート終了)</a>
4141
<a class="list-group-item" href="./2.2.0/doc/index.html">Ruby 2.2 (2018/04/01 サポート終了)</a>
4242
<a class="list-group-item" href="./2.1.0/doc/index.html">Ruby 2.1 (2017/04/01 サポート終了)</a>

system/bc-setup-all

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env ruby
22

33
VERSIONS = %w[
4-
2.4.0
54
2.5.0
65
2.6.0
76
2.7.0

system/bc-static-all

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env ruby
22

33
VERSIONS = %w[
4-
2.4.0
54
2.5.0
65
2.6.0
76
2.7.0

system/rdoc-static-all

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env ruby
22

33
VERSIONS = %w[
4-
2.4.0
54
2.5.0
65
2.6.0
76
2.7.0

0 commit comments

Comments
 (0)