We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a63149 commit 2c353e4Copy full SHA for 2c353e4
en/downloads/index.md
@@ -44,6 +44,12 @@ one of the third party tools mentioned above. They may help you.
44
sha256: {{ release.sha256.gz }}{% endfor %}
45
{% endif %}
46
47
+{% if site.downloads.eol %}
48
+* **Not maintained anymore (EOL):**{% for release in site.downloads.eol %}
49
+ * [Ruby {{ release.version }}]({{ release.url.gz }})<br>
50
+ sha256: {{ release.sha256.gz }}{% endfor %}
51
+{% endif %}
52
+
53
* **Snapshots:**
54
* [Stable Snapshot]({{ site.downloads.stable_snapshot.url.gz }}):
55
This is a tarball of the latest snapshot of the current stable branch.
0 commit comments