File tree 6 files changed +2
-6
lines changed
6 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ versions = {
5
5
"2.7.0" => "ruby_2_7" ,
6
6
"2.6.0" => "ruby_2_6" ,
7
7
"2.5.0" => "ruby_2_5" ,
8
- "2.4.0" => "ruby_2_4" ,
9
8
}
10
9
11
10
versions . each do |version , branch_name |
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ <h1>Documentation for Ruby</h1>
24
24
< a class ="list-group-item " href ="./2.7.0/ "> Ruby 2.7.0</ a >
25
25
< a class ="list-group-item " href ="./2.6.0/ "> Ruby 2.6.0</ a >
26
26
< 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 >
28
28
< a class ="list-group-item " href ="./2.3.0/ "> Ruby 2.3.0 (outdated)</ a >
29
29
< a class ="list-group-item " href ="./2.2.0/ "> Ruby 2.2.0 (outdated)</ a >
30
30
< a class ="list-group-item " href ="./2.1.0/ "> Ruby 2.1.0 (outdated)</ a >
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ <h1>プログラミング言語 Ruby リファレンスマニュアル</h1>
27
27
< a class ="list-group-item " href ="./2.7.0/doc/index.html "> Ruby 2.7</ a >
28
28
< a class ="list-group-item " href ="./2.6.0/doc/index.html "> Ruby 2.6</ a >
29
29
< 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 >
31
30
< div class ="list-group-item list-group-item-info ">
32
31
< 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 > を採用しています。
33
32
Ruby 2.1.1, 2.1.2等はバグ修正やセキュリティfixのみを含むため、リファレンスとしては2.1に統一しています。
@@ -37,6 +36,7 @@ <h1>プログラミング言語 Ruby リファレンスマニュアル</h1>
37
36
< h2 > Other versions</ h2 >
38
37
< div class ="list-group ">
39
38
< 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 >
40
40
< a class ="list-group-item " href ="./2.3.0/doc/index.html "> Ruby 2.3 (2019/04/01 サポート終了)</ a >
41
41
< a class ="list-group-item " href ="./2.2.0/doc/index.html "> Ruby 2.2 (2018/04/01 サポート終了)</ a >
42
42
< a class ="list-group-item " href ="./2.1.0/doc/index.html "> Ruby 2.1 (2017/04/01 サポート終了)</ a >
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env ruby
2
2
3
3
VERSIONS = %w[
4
- 2.4.0
5
4
2.5.0
6
5
2.6.0
7
6
2.7.0
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env ruby
2
2
3
3
VERSIONS = %w[
4
- 2.4.0
5
4
2.5.0
6
5
2.6.0
7
6
2.7.0
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env ruby
2
2
3
3
VERSIONS = %w[
4
- 2.4.0
5
4
2.5.0
6
5
2.6.0
7
6
2.7.0
You can’t perform that action at this time.
0 commit comments