Skip to content

Commit 7a179b9

Browse files
committed
Update for new releases
1 parent 8fff188 commit 7a179b9

File tree

8 files changed

+267
-40
lines changed

8 files changed

+267
-40
lines changed

_config.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ markdown: kramdown
77
permalink: date
88
# JRuby-specific info here; goes into the "site" jekyll variable
99
release:
10-
url: /2022/03/23/jruby-9-3-4-0.html
11-
version: 9.3.4.0
12-
tar: https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.4.0/jruby-dist-9.3.4.0-bin.tar.gz
13-
zip: https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.4.0/jruby-dist-9.3.4.0-bin.zip
14-
exe: https://s3.amazonaws.com/jruby.org/downloads/9.3.4.0/jruby_windows_9_3_4_0.exe
15-
exe64: https://s3.amazonaws.com/jruby.org/downloads/9.3.4.0/jruby_windows_x64_9_3_4_0.exe
16-
gem: https://rubygems.org/gems/jruby-jars/versions/9.3.4.0
10+
url: /2022/06/27/jruby-9-3-6-0.html
11+
version: 9.3.6.0
12+
tar: https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.tar.gz
13+
zip: https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.zip
14+
exe: https://s3.amazonaws.com/jruby.org/downloads/9.3.6.0/jruby_windows_9_3_6_0.exe
15+
exe64: https://s3.amazonaws.com/jruby.org/downloads/9.3.6.0/jruby_windows_x64_9_3_6_0.exe
16+
gem: https://rubygems.org/gems/jruby-jars/versions/9.3.6.0
1717
urls:
1818
maven: https://repo1.maven.org/maven2/org/jruby
1919
s3: https://s3.amazonaws.com/jruby.org/downloads
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
layout: post
3+
title: JRuby 9.2.21.0 Released
4+
---
5+
The JRuby community is pleased to announce the release of JRuby 9.2.21.0
6+
7+
- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
8+
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)
9+
10+
JRuby 9.2.x is compatible with Ruby 2.5.x and stays in sync with C Ruby. As always there is a mix of miscellaneous fixes so be sure to read the issue list below. All users are encouraged to upgrade.
11+
12+
Thanks to our contributors this cycle for helping to maintain and improve JRuby 9.2: [@dee-see], [@edipofederle], [@DirkMahler]
13+
14+
Ruby Compatibility
15+
------------------
16+
17+
* Fixes for a memory leak in the frozen string cache have been backported. ([#7021])
18+
19+
Java Integration
20+
----------------
21+
22+
* The internal cache for nested jar file contents has been optimized and a new option added for cache expiration. ([#7225], [#7232], [#7259])
23+
24+
Hardware Support
25+
----------------
26+
27+
* Support for Apple's M processors has been backported. It has not been heavily tested, but it has been confirmed working by users. ([#6953], [#6965], [#6985])
28+
29+
Standard Library
30+
----------------
31+
32+
* jruby-openssl update to 0.12.2. ([#7140])
33+
34+
[Matrix room]: https://www.jruby.org/chat
35+
[@dee-see]: https://github.com/dee-see
36+
[@edipofederle]: https://github.com/edipofederle
37+
[@DirkMahler]: https://github.com/DirkMahler
38+
[#6953]: https://github.com/jruby/jruby/pull/6953
39+
[#6958]: https://github.com/jruby/jruby/issues/6958
40+
[#6959]: https://github.com/jruby/jruby/pull/6959
41+
[#6965]: https://github.com/jruby/jruby/pull/6965
42+
[#6978]: https://github.com/jruby/jruby/pull/6978
43+
[#6985]: https://github.com/jruby/jruby/pull/6985
44+
[#6992]: https://github.com/jruby/jruby/issues/6992
45+
[#6997]: https://github.com/jruby/jruby/pull/6997
46+
[#7017]: https://github.com/jruby/jruby/pull/7017
47+
[#7021]: https://github.com/jruby/jruby/pull/7021
48+
[#7068]: https://github.com/jruby/jruby/pull/7068
49+
[#7114]: https://github.com/jruby/jruby/issues/7114
50+
[#7140]: https://github.com/jruby/jruby/pull/7140
51+
[#7225]: https://github.com/jruby/jruby/issues/7225
52+
[#7232]: https://github.com/jruby/jruby/pull/7232
53+
[#7259]: https://github.com/jruby/jruby/pull/7259
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
69+
70+
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
layout: post
3+
title: JRuby 9.3.6.0 Released
4+
---
5+
6+
The JRuby community is pleased to announce the release of JRuby 9.3.6.0
7+
8+
* Homepage: [https://www.jruby.org/](https://www.jruby.org/)
9+
* Download: [https://www.jruby.org/download](https://www.jruby.org/download)
10+
11+
JRuby 9.3.x is compatible with Ruby 2.6.x and stays in sync with C Ruby. As always there is a mix of miscellaneous fixes so be sure to read the issue list below.
12+
13+
Thanks to our contributors this cycle for helping to improve stability and compatibility of JRuby 9.3: [@ahorek], [@keimar], [@k77ch7]
14+
15+
Ruby Compatibility
16+
------------------
17+
18+
* Fixed a leak in the frozen string cache and now ensure frozen strings are reused correctly without reencoding. ([#7166], [#7229], [#7242])
19+
20+
Java Integration
21+
----------------
22+
23+
* The internal cache for nested jar file contents has been optimized and a new option added for cache expiration. ([#7225], [#7232], [#7259])
24+
25+
[@ahorek]: https://github.com/ahorek
26+
[@keimar]: https://github.com/keimar
27+
[@k77ch7]: https://github.com/k77ch7
28+
[#7148]: https://github.com/jruby/jruby/pull/7148
29+
[#7152]: https://github.com/jruby/jruby/issues/7152
30+
[#7154]: https://github.com/jruby/jruby/issues/7154
31+
[#7156]: https://github.com/jruby/jruby/pull/7156
32+
[#7162]: https://github.com/jruby/jruby/pull/7162
33+
[#7163]: https://github.com/jruby/jruby/pull/7163
34+
[#7166]: https://github.com/jruby/jruby/issues/7166
35+
[#7167]: https://github.com/jruby/jruby/pull/7167
36+
[#7168]: https://github.com/jruby/jruby/pull/7168
37+
[#7184]: https://github.com/jruby/jruby/issues/7184
38+
[#7187]: https://github.com/jruby/jruby/issues/7187
39+
[#7203]: https://github.com/jruby/jruby/pull/7203
40+
[#7219]: https://github.com/jruby/jruby/issues/7219
41+
[#7229]: https://github.com/jruby/jruby/issues/7229
42+
[#7233]: https://github.com/jruby/jruby/pull/7233
43+
[#7236]: https://github.com/jruby/jruby/pull/7236
44+
[#7237]: https://github.com/jruby/jruby/issues/7237
45+
[#7238]: https://github.com/jruby/jruby/pull/7238
46+
[#7242]: https://github.com/jruby/jruby/pull/7242
47+
[#7244]: https://github.com/jruby/jruby/issues/7244
48+
[#7246]: https://github.com/jruby/jruby/issues/7246
49+
[#7248]: https://github.com/jruby/jruby/pull/7248
50+
[#7249]: https://github.com/jruby/jruby/pull/7249
51+
[#7250]: https://github.com/jruby/jruby/pull/7250
52+
[#7252]: https://github.com/jruby/jruby/pull/7252
53+
[#7253]: https://github.com/jruby/jruby/pull/7253
54+
[#7254]: https://github.com/jruby/jruby/pull/7254
55+
[#7255]: https://github.com/jruby/jruby/pull/7255

download.html

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4,50 +4,50 @@
44
---
55
<h1 id='jruby_downloads'>JRuby Downloads</h1>
66

7-
<h2 id='current_release_jruby'>Current Release: JRuby 9.3.4.0</h2>
7+
<h2 id='current_release_jruby'>Current Release: JRuby 9.3.6.0</h2>
88

9-
<p>JRuby 9.3.4.0 is our point release of our Ruby 2.6.x support. Please check out our <a href='/2022/03/23/jruby-9-3-4-0'>release notes</a> for more information.</p>
9+
<p>JRuby 9.3.6.0 is our point release of our Ruby 2.6.x support. Please check out our <a href='/2022/06/27/jruby-9-3-6-0'>release notes</a> for more information.</p>
1010

1111
<p class="trackDownloads">
12-
<a href='{{ site.urls.maven }}/jruby-dist/9.3.4.0/jruby-dist-9.3.4.0-bin.tar.gz'>JRuby 9.3.4.0 Binary .tar.gz</a>
13-
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.4.0/jruby-dist-9.3.4.0-bin.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.4.0/jruby-dist-9.3.4.0-bin.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.4.0/jruby-dist-9.3.4.0-bin.tar.gz.sha256'>sha256</a>)<br />
14-
<a href='{{ site.urls.maven }}/jruby-dist/9.3.4.0/jruby-dist-9.3.4.0-bin.zip'>JRuby 9.3.4.0 Binary .zip</a>
15-
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.4.0/jruby-dist-9.3.4.0-bin.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.4.0/jruby-dist-9.3.4.0-bin.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.4.0/jruby-dist-9.3.4.0-bin.zip.sha256'>sha256</a> )<br />
16-
<a href='{{ site.urls.s3 }}/9.3.4.0/jruby_windows_9_3_4_0.exe'>JRuby 9.3.4.0 Windows Executable</a>
17-
(<a href='{{ site.urls.s3 }}/9.3.4.0/jruby_windows_9_3_4_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.4.0/jruby_windows_9_3_4_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.4.0/jruby_windows_9_3_4_0.exe.sha256'>sha256</a>)<br />
18-
<a href='{{ site.urls.s3 }}/9.3.4.0/jruby_windows_x64_9_3_4_0.exe'>JRuby 9.3.4.0 Windows Executable (x64)</a>
19-
(<a href='{{ site.urls.s3 }}/9.3.4.0/jruby_windows_x64_9_3_4_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.4.0/jruby_windows_x64_9_3_4_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.4.0/jruby_windows_x64_9_3_4_0.exe.sha256'>sha256</a>)<br />
12+
<a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.tar.gz'>JRuby 9.3.6.0 Binary .tar.gz</a>
13+
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.tar.gz.sha256'>sha256</a>)<br />
14+
<a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.zip'>JRuby 9.3.6.0 Binary .zip</a>
15+
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-bin.zip.sha256'>sha256</a> )<br />
16+
<a href='{{ site.urls.s3 }}/9.3.6.0/jruby_windows_9_3_6_0.exe'>JRuby 9.3.6.0 Windows Executable</a>
17+
(<a href='{{ site.urls.s3 }}/9.3.6.0/jruby_windows_9_3_6_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.6.0/jruby_windows_9_3_6_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.6.0/jruby_windows_9_3_6_0.exe.sha256'>sha256</a>)<br />
18+
<a href='{{ site.urls.s3 }}/9.3.6.0/jruby_windows_x64_9_3_6_0.exe'>JRuby 9.3.6.0 Windows Executable (x64)</a>
19+
(<a href='{{ site.urls.s3 }}/9.3.6.0/jruby_windows_x64_9_3_6_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.3.6.0/jruby_windows_x64_9_3_6_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.3.6.0/jruby_windows_x64_9_3_6_0.exe.sha256'>sha256</a>)<br />
2020
<!-- we do not push source tarballs to maven yet
21-
<a href='{{ site.urls.maven }}/jruby-dist/9.3.4.0/jruby-dist-9.3.4.0-src.tar.gz'>JRuby 9.3.4.0 Source .tar.gz</a>
22-
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.4.0/jruby-dist-9.3.4.0-src.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.4.0/jruby-dist-9.3.4.0-src.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.4.0/jruby-dist-9.3.4.0-src.tar.gz.sha256'>sha256</a>)<br />
21+
<a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-src.tar.gz'>JRuby 9.3.6.0 Source .tar.gz</a>
22+
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-src.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-src.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-src.tar.gz.sha256'>sha256</a>)<br />
2323
-->
24-
<a href='{{ site.urls.maven }}/jruby-dist/9.3.4.0/jruby-dist-9.3.4.0-src.zip'>JRuby 9.3.4.0 Source .zip</a>
25-
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.4.0/jruby-dist-9.3.4.0-src.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.4.0/jruby-dist-9.3.4.0-src.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.4.0/jruby-dist-9.3.4.0-src.zip.sha256'>sha256</a>)<br />
26-
<a href='{{ site.urls.maven }}/jruby-complete/9.3.4.0/jruby-complete-9.3.4.0.jar'>JRuby 9.3.4.0 Complete .jar</a>
27-
(<a href='{{ site.urls.maven }}/jruby-complete/9.3.4.0/jruby-complete-9.3.4.0.jar.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.4.0/jruby-complete-9.3.4.0.jar.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.4.0/jruby-complete-9.3.4.0.jar.sha256'>sha256</a>)<br />
28-
<a href='{{ site.release.gem }}'>JRuby-jars 9.3.4.0 .gem</a><br />
24+
<a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-src.zip'>JRuby 9.3.6.0 Source .zip</a>
25+
(<a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-src.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-src.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.3.6.0/jruby-dist-9.3.6.0-src.zip.sha256'>sha256</a>)<br />
26+
<a href='{{ site.urls.maven }}/jruby-complete/9.3.6.0/jruby-complete-9.3.6.0.jar'>JRuby 9.3.6.0 Complete .jar</a>
27+
(<a href='{{ site.urls.maven }}/jruby-complete/9.3.6.0/jruby-complete-9.3.6.0.jar.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.6.0/jruby-complete-9.3.6.0.jar.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.3.6.0/jruby-complete-9.3.6.0.jar.sha256'>sha256</a>)<br />
28+
<a href='{{ site.release.gem }}'>JRuby-jars 9.3.6.0 .gem</a><br />
2929
</p>
3030

31-
<p>JRuby 9.2.20.1 is our point release of our Ruby 2.5.x support. Please check out our <a href='/2021/12/01/jruby-9-2-20-1'>release notes</a> for more information.</p>
31+
<p>JRuby 9.2.21.0 is our point release of our Ruby 2.5.x support. Please check out our <a href='/2021/06/27/jruby-9-2-21-0'>release notes</a> for more information.</p>
3232

3333
<p class="trackDownloads">
34-
<a href='{{ site.urls.maven }}/jruby-dist/9.2.20.1/jruby-dist-9.2.20.1-bin.tar.gz'>JRuby 9.2.20.1 Binary .tar.gz</a>
35-
(<a href='{{ site.urls.maven }}/jruby-dist/9.2.20.1/jruby-dist-9.2.20.1-bin.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.2.20.1/jruby-dist-9.2.20.1-bin.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.2.20.1/jruby-dist-9.2.20.1-bin.tar.gz.sha256'>sha256</a>)<br />
36-
<a href='{{ site.urls.maven }}/jruby-dist/9.2.20.1/jruby-dist-9.2.20.1-bin.zip'>JRuby 9.2.20.1 Binary .zip</a>
37-
(<a href='{{ site.urls.maven }}/jruby-dist/9.2.20.1/jruby-dist-9.2.20.1-bin.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.2.20.1/jruby-dist-9.2.20.1-bin.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.2.20.1/jruby-dist-9.2.20.1-bin.zip.sha256'>sha256</a> )<br />
38-
<a href='{{ site.urls.s3 }}/9.2.20.1/jruby_windows_9_2_20_1.exe'>JRuby 9.2.20.1 Windows Executable</a>
39-
(<a href='{{ site.urls.s3 }}/9.2.20.1/jruby_windows_9_2_20_1.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.2.20.1/jruby_windows_9_2_20_1.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.2.20.1/jruby_windows_9_2_20_1.exe.sha256'>sha256</a>)<br />
40-
<a href='{{ site.urls.s3 }}/9.2.20.1/jruby_windows_x64_9_2_20_1.exe'>JRuby 9.2.20.1 Windows Executable (x64)</a>
41-
(<a href='{{ site.urls.s3 }}/9.2.20.1/jruby_windows_x64_9_2_20_1.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.2.20.1/jruby_windows_x64_9_2_20_1.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.2.20.1/jruby_windows_x64_9_2_20_1.exe.sha256'>sha256</a>)<br />
34+
<a href='{{ site.urls.maven }}/jruby-dist/9.2.21.0/jruby-dist-9.2.21.0-bin.tar.gz'>JRuby 9.2.21.0 Binary .tar.gz</a>
35+
(<a href='{{ site.urls.maven }}/jruby-dist/9.2.21.0/jruby-dist-9.2.21.0-bin.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.2.21.0/jruby-dist-9.2.21.0-bin.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.2.21.0/jruby-dist-9.2.21.0-bin.tar.gz.sha256'>sha256</a>)<br />
36+
<a href='{{ site.urls.maven }}/jruby-dist/9.2.21.0/jruby-dist-9.2.21.0-bin.zip'>JRuby 9.2.21.0 Binary .zip</a>
37+
(<a href='{{ site.urls.maven }}/jruby-dist/9.2.21.0/jruby-dist-9.2.21.0-bin.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.2.21.0/jruby-dist-9.2.21.0-bin.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.2.21.0/jruby-dist-9.2.21.0-bin.zip.sha256'>sha256</a> )<br />
38+
<a href='{{ site.urls.s3 }}/9.2.21.0/jruby_windows_9_2_21_0.exe'>JRuby 9.2.21.0 Windows Executable</a>
39+
(<a href='{{ site.urls.s3 }}/9.2.21.0/jruby_windows_9_2_21_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.2.21.0/jruby_windows_9_2_21_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.2.21.0/jruby_windows_9_2_21_0.exe.sha256'>sha256</a>)<br />
40+
<a href='{{ site.urls.s3 }}/9.2.21.0/jruby_windows_x64_9_2_21_0.exe'>JRuby 9.2.21.0 Windows Executable (x64)</a>
41+
(<a href='{{ site.urls.s3 }}/9.2.21.0/jruby_windows_x64_9_2_21_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.2.21.0/jruby_windows_x64_9_2_21_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.2.21.0/jruby_windows_x64_9_2_21_0.exe.sha256'>sha256</a>)<br />
4242
<!-- we do not push source tarballs to maven yet
43-
<a href='{{ site.urls.maven }}/jruby-dist/9.2.20.1/jruby-dist-9.2.20.1-src.tar.gz'>JRuby 9.2.20.1 Source .tar.gz</a>
44-
(<a href='{{ site.urls.maven }}/jruby-dist/9.2.20.1/jruby-dist-9.2.20.1-src.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.2.20.1/jruby-dist-9.2.20.1-src.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.2.20.1/jruby-dist-9.2.20.1-src.tar.gz.sha256'>sha256</a>)<br />
43+
<a href='{{ site.urls.maven }}/jruby-dist/9.2.21.0/jruby-dist-9.2.21.0-src.tar.gz'>JRuby 9.2.21.0 Source .tar.gz</a>
44+
(<a href='{{ site.urls.maven }}/jruby-dist/9.2.21.0/jruby-dist-9.2.21.0-src.tar.gz.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.2.21.0/jruby-dist-9.2.21.0-src.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.2.21.0/jruby-dist-9.2.21.0-src.tar.gz.sha256'>sha256</a>)<br />
4545
-->
46-
<a href='{{ site.urls.maven }}/jruby-dist/9.2.20.1/jruby-dist-9.2.20.1-src.zip'>JRuby 9.2.20.1 Source .zip</a>
47-
(<a href='{{ site.urls.maven }}/jruby-dist/9.2.20.1/jruby-dist-9.2.20.1-src.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.2.20.1/jruby-dist-9.2.20.1-src.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.2.20.1/jruby-dist-9.2.20.1-src.zip.sha256'>sha256</a>)<br />
48-
<a href='{{ site.urls.maven }}/jruby-complete/9.2.20.1/jruby-complete-9.2.20.1.jar'>JRuby 9.2.20.1 Complete .jar</a>
49-
(<a href='{{ site.urls.maven }}/jruby-complete/9.2.20.1/jruby-complete-9.2.20.1.jar.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.2.20.1/jruby-complete-9.2.20.1.jar.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.2.20.1/jruby-complete-9.2.20.1.jar.sha256'>sha256</a>)<br />
50-
<a href='{{ site.release.gem }}'>JRuby-jars 9.2.20.1 .gem</a><br />
46+
<a href='{{ site.urls.maven }}/jruby-dist/9.2.21.0/jruby-dist-9.2.21.0-src.zip'>JRuby 9.2.21.0 Source .zip</a>
47+
(<a href='{{ site.urls.maven }}/jruby-dist/9.2.21.0/jruby-dist-9.2.21.0-src.zip.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.2.21.0/jruby-dist-9.2.21.0-src.zip.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-dist/9.2.21.0/jruby-dist-9.2.21.0-src.zip.sha256'>sha256</a>)<br />
48+
<a href='{{ site.urls.maven }}/jruby-complete/9.2.21.0/jruby-complete-9.2.21.0.jar'>JRuby 9.2.21.0 Complete .jar</a>
49+
(<a href='{{ site.urls.maven }}/jruby-complete/9.2.21.0/jruby-complete-9.2.21.0.jar.md5'>md5</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.2.21.0/jruby-complete-9.2.21.0.jar.sha1'>sha1</a>, <a href='{{ site.urls.maven }}/jruby-complete/9.2.21.0/jruby-complete-9.2.21.0.jar.sha256'>sha256</a>)<br />
50+
<a href='{{ site.release.gem }}'>JRuby-jars 9.2.21.0 .gem</a><br />
5151
</p>
5252

5353

0 commit comments

Comments
 (0)