Skip to content

Commit

Permalink
Update for 9.1.11.0
Browse files Browse the repository at this point in the history
enebo committed Jun 14, 2017
1 parent f507465 commit 8f95fe8
Showing 5 changed files with 123 additions and 24 deletions.
12 changes: 6 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -7,12 +7,12 @@ markdown: kramdown
permalink: date
# JRuby-specific info here; goes into the "site" jekyll variable
release:
url: /2017/05/25/jruby-9-1-10-0.html
version: 9.1.10.0
tar: https://s3.amazonaws.com/jruby.org/downloads/9.1.10.0/jruby-bin-9.1.10.0.tar.gz
zip: https://s3.amazonaws.com/jruby.org/downloads/9.1.10.0/jruby-bin-9.1.10.0.zip
exe: https://s3.amazonaws.com/jruby.org/downloads/9.1.10.0/jruby_windows_9_1_10_0.exe
exe64: https://s3.amazonaws.com/jruby.org/downloads/9.1.10.0/jruby_windows_x64_9_1_10_0.exe
url: /2017/06/14/jruby-9-1-11-0.html
version: 9.1.11.0
tar: https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-bin-9.1.11.0.tar.gz
zip: https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-bin-9.1.11.0.zip
exe: https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby_windows_9_1_11_0.exe
exe64: https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby_windows_x64_9_1_11_0.exe
urls:
s3: https://s3.amazonaws.com/jruby.org/downloads
tryjruby: https://s3.amazonaws.com/jruby.org/tryjruby
57 changes: 57 additions & 0 deletions _posts/2017-06-14-jruby-9-1-11-0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
layout: post
title: JRuby 9.1.11.0 Released
---
The JRuby community is pleased to announce the release of JRuby 9.1.11.0

- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)

JRuby 9000 is the newest major version of JRuby, representing years of effort and large-scale reboots of several JRuby subsystems. It is expected to be compatible with Ruby 2.x and stay in sync with C Ruby. JRuby 9.1.11.0 is our latest release...

Major features of JRuby 9000:

- Ruby 2.x compatibility
- A new optimizing runtime based on a traditional compiler design
- New POSIX-friendly IO and Process
- Fully ported encoding/transcoding logic from MRI

If you do find issues then report them on using our issue tracker at [http://bugs.jruby.org](http://bugs.jruby.org). We also encourage users to join our IRC channel (#jruby on Freenode) and mailing lists. You may also follow [@jruby](https://twitter.com/jruby) on Twitter for updates.

Highlights:

- FFI memory leak regression fixed
- File.symlink regression on windows fixed
- 27 issues fixed for 9.1.11.0

### Github Issues resolved for 9.1.11.0

<ul>
<li><a href="https://github.com/jruby/jruby/issues/4669">#4669</a> - File.symlink broken on windows</li>
<li><a href="https://github.com/jruby/jruby/issues/4664">#4664</a> - Line numbers in backtrace with multiline method invocation are sometimes different from CRuby</li>
<li><a href="https://github.com/jruby/jruby/issues/4663">#4663</a> - JRuby raises 'syntax error, unexpected kDO_BLOCK' where MRI does not</li>
<li><a href="https://github.com/jruby/jruby/issues/4662">#4662</a> - LoadError with compiled multi-byte constant</li>
<li><a href="https://github.com/jruby/jruby/pull/4661">#4661</a> - missing throw statements on ffi callback</li>
<li><a href="https://github.com/jruby/jruby/pull/4658">#4658</a> - __dir__ won't work with embed paths such as uri:classloader: (#4611)</li>
<li><a href="https://github.com/jruby/jruby/pull/4657">#4657</a> - Make Time#utc and #localtime raise RuntimeError when the object is frozen</li>
<li><a href="https://github.com/jruby/jruby/pull/4656">#4656</a> - SecureRandom update to match Ruby 2.3</li>
<li><a href="https://github.com/jruby/jruby/issues/4655">#4655</a> - Time#utc and #localtime can mutate a frozen object</li>
<li><a href="https://github.com/jruby/jruby/pull/4647">#4647</a> - help classpath: canonicalization on Windows to fully resolve #4145</li>
<li><a href="https://github.com/jruby/jruby/pull/4646">#4646</a> - try harder to avoid long overflow in Time#+ (fixes #1779)</li>
<li><a href="https://github.com/jruby/jruby/pull/4642">#4642</a> - Fix missing callMethod override</li>
<li><a href="https://github.com/jruby/jruby/issues/4641">#4641</a> - NPE when printing a variable in a view</li>
<li><a href="https://github.com/jruby/jruby/pull/4639">#4639</a> - Fix Module inclusion order</li>
<li><a href="https://github.com/jruby/jruby/pull/4638">#4638</a> - Also fix EMSGSIZE on Alpine Linux. Relates to #4606</li>
<li><a href="https://github.com/jruby/jruby/pull/4636">#4636</a> - Implement Zlib::GzipReader #ungetbyte and #ungetc</li>
<li><a href="https://github.com/jruby/jruby/issues/4631">#4631</a> - Zlib::GzipReader does not support #ungetc or #ungetbyte</li>
<li><a href="https://github.com/jruby/jruby/issues/4630">#4630</a> - Jarified app breaks with `uri:classloader:BY\` on Windows with 9.1.10.0</li>
<li><a href="https://github.com/jruby/jruby/issues/4625">#4625</a> - FFI memory leak regression</li>
<li><a href="https://github.com/jruby/jruby/pull/4618">#4618</a> - Fix Float::INFINITY BigDecimal comparison</li>
<li><a href="https://github.com/jruby/jruby/issues/4612">#4612</a> - REGRESSION - File.realpath fails on classpath paths</li>
<li><a href="https://github.com/jruby/jruby/issues/4611">#4611</a> - [Q] __dir__ variable in jar file.</li>
<li><a href="https://github.com/jruby/jruby/pull/4608">#4608</a> - Fix UDPSocket#(send|write) to raise EMSGSIZE</li>
<li><a href="https://github.com/jruby/jruby/issues/4607">#4607</a> - SecureRandom.random_number doesn't accept a range</li>
<li><a href="https://github.com/jruby/jruby/issues/4572">#4572</a> - Can't compare BigDecimal with Float::INFINITY got FloatDomainError: NaN</li>
<li><a href="https://github.com/jruby/jruby/issues/1938">#1938</a> - Reincluded modules do not splice changes into hierarchy in the correct order</li>
<li><a href="https://github.com/jruby/jruby/issues/1779">#1779</a> - Time.now + bignum incorrect</li>
</ul>
36 changes: 18 additions & 18 deletions download.html
Original file line number Diff line number Diff line change
@@ -4,27 +4,27 @@
---
<h1 id='jruby_downloads'>JRuby Downloads</h1>

<h2 id='current_release_jruby'>Current Release: JRuby 9.1.10.0</h2>
<h2 id='current_release_jruby'>Current Release: JRuby 9.1.11.0</h2>

<p>JRuby 9.1.10.0 is our point release of the 9k series. Please check out our <a href='/2017/05/25/jruby-9-1-10-0'>release notes</a> for more information.</p>
<p>JRuby 9.1.11.0 is our point release of the 9k series. Please check out our <a href='/2017/06/14/jruby-9-1-11-0'>release notes</a> for more information.</p>

<p class="trackDownloads">
<a href='{{ site.urls.s3 }}/9.1.10.0/jruby-bin-9.1.10.0.tar.gz'>JRuby 9.1.10.0 Binary .tar.gz</a>
(<a href='{{ site.urls.s3 }}/9.1.10.0/jruby-bin-9.1.10.0.tar.gz.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.10.0/jruby-bin-9.1.10.0.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.10.0/jruby-bin-9.1.10.0.tar.gz.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.10.0/jruby-bin-9.1.10.0.zip'>JRuby 9.1.10.0 Binary .zip</a>
(<a href='{{ site.urls.s3 }}/9.1.10.0/jruby-bin-9.1.10.0.zip.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.10.0/jruby-bin-9.1.10.0.zip.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.10.0/jruby-bin-9.1.10.0.zip.sha256'>sha256</a> )<br />
<a href='{{ site.urls.s3 }}/9.1.10.0/jruby_windows_9_1_10_0.exe'>JRuby 9.1.10.0 Windows Executable</a>
(<a href='{{ site.urls.s3 }}/9.1.10.0/jruby_windows_9_1_10_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.10.0/jruby_windows_9_1_10_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.10.0/jruby_windows_9_1_10_0.exe.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.10.0/jruby_windows_x64_9_1_10_0.exe'>JRuby 9.1.10.0 Windows Executable (x64)</a>
(<a href='{{ site.urls.s3 }}/9.1.10.0/jruby_windows_x64_9_1_10_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.10.0/jruby_windows_x64_9_1_10_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.10.0/jruby_windows_x64_9_1_10_0.exe.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.10.0/jruby-src-9.1.10.0.tar.gz'>JRuby 9.1.10.0 Source .tar.gz</a>
(<a href='{{ site.urls.s3 }}/9.1.10.0/jruby-src-9.1.10.0.tar.gz.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.10.0/jruby-src-9.1.10.0.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.10.0/jruby-src-9.1.10.0.tar.gz.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.10.0/jruby-src-9.1.10.0.zip'>JRuby 9.1.10.0 Source .zip</a>
(<a href='{{ site.urls.s3 }}/9.1.10.0/jruby-src-9.1.10.0.zip.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.10.0/jruby-src-9.1.10.0.zip.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.10.0/jruby-src-9.1.10.0.zip.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.10.0/jruby-complete-9.1.10.0.jar'>JRuby 9.1.10.0 Complete .jar</a>
(<a href='{{ site.urls.s3 }}/9.1.10.0/jruby-complete-9.1.10.0.jar.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.10.0/jruby-complete-9.1.10.0.jar.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.10.0/jruby-complete-9.1.10.0.jar.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.10.0/jruby-jars-9.1.10.0.gem'>JRuby-jars 9.1.10.0 .gem</a>
(<a href='{{ site.urls.s3 }}/9.1.10.0/jruby-jars-9.1.10.0.gem.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.10.0/jruby-jars-9.1.10.0.gem.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.10.0/jruby-jars-9.1.10.0.gem.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-bin-9.1.11.0.tar.gz'>JRuby 9.1.11.0 Binary .tar.gz</a>
(<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-bin-9.1.11.0.tar.gz.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-bin-9.1.11.0.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-bin-9.1.11.0.tar.gz.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-bin-9.1.11.0.zip'>JRuby 9.1.11.0 Binary .zip</a>
(<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-bin-9.1.11.0.zip.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-bin-9.1.11.0.zip.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-bin-9.1.11.0.zip.sha256'>sha256</a> )<br />
<a href='{{ site.urls.s3 }}/9.1.11.0/jruby_windows_9_1_11_0.exe'>JRuby 9.1.11.0 Windows Executable</a>
(<a href='{{ site.urls.s3 }}/9.1.11.0/jruby_windows_9_1_11_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby_windows_9_1_11_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby_windows_9_1_11_0.exe.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.11.0/jruby_windows_x64_9_1_11_0.exe'>JRuby 9.1.11.0 Windows Executable (x64)</a>
(<a href='{{ site.urls.s3 }}/9.1.11.0/jruby_windows_x64_9_1_11_0.exe.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby_windows_x64_9_1_11_0.exe.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby_windows_x64_9_1_11_0.exe.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-src-9.1.11.0.tar.gz'>JRuby 9.1.11.0 Source .tar.gz</a>
(<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-src-9.1.11.0.tar.gz.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-src-9.1.11.0.tar.gz.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-src-9.1.11.0.tar.gz.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-src-9.1.11.0.zip'>JRuby 9.1.11.0 Source .zip</a>
(<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-src-9.1.11.0.zip.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-src-9.1.11.0.zip.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-src-9.1.11.0.zip.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-complete-9.1.11.0.jar'>JRuby 9.1.11.0 Complete .jar</a>
(<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-complete-9.1.11.0.jar.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-complete-9.1.11.0.jar.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-complete-9.1.11.0.jar.sha256'>sha256</a>)<br />
<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-jars-9.1.11.0.gem'>JRuby-jars 9.1.11.0 .gem</a>
(<a href='{{ site.urls.s3 }}/9.1.11.0/jruby-jars-9.1.11.0.gem.md5'>md5</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-jars-9.1.11.0.gem.sha1'>sha1</a>, <a href='{{ site.urls.s3 }}/9.1.11.0/jruby-jars-9.1.11.0.gem.sha256'>sha256</a>)<br />
</p>

<p>JRuby 1.7.27 is our current installment of the JRuby 1.x series. Please check out our <a href='/2017/05/11/jruby-1-7-27'>release notes</a> for more information.</p>
41 changes: 41 additions & 0 deletions files/downloads/9.1.11.0/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
layout: main
title: Files/downloads/9.1.11.0
---
<h1>Files/downloads/9.1.11.0</h1>
<p class="trackDownloads">
<a href='/files/downloads/index.html'>..</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-bin-9.1.11.0.tar.gz'>jruby-bin-9.1.11.0.tar.gz</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-bin-9.1.11.0.tar.gz.md5'>jruby-bin-9.1.11.0.tar.gz.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-bin-9.1.11.0.tar.gz.sha1'>jruby-bin-9.1.11.0.tar.gz.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-bin-9.1.11.0.tar.gz.sha256'>jruby-bin-9.1.11.0.tar.gz.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-bin-9.1.11.0.zip'>jruby-bin-9.1.11.0.zip</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-bin-9.1.11.0.zip.md5'>jruby-bin-9.1.11.0.zip.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-bin-9.1.11.0.zip.sha1'>jruby-bin-9.1.11.0.zip.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-bin-9.1.11.0.zip.sha256'>jruby-bin-9.1.11.0.zip.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-complete-9.1.11.0.jar'>jruby-complete-9.1.11.0.jar</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-complete-9.1.11.0.jar.md5'>jruby-complete-9.1.11.0.jar.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-complete-9.1.11.0.jar.sha1'>jruby-complete-9.1.11.0.jar.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-complete-9.1.11.0.jar.sha256'>jruby-complete-9.1.11.0.jar.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-jars-9.1.11.0.gem'>jruby-jars-9.1.11.0.gem</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-jars-9.1.11.0.gem.md5'>jruby-jars-9.1.11.0.gem.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-jars-9.1.11.0.gem.sha1'>jruby-jars-9.1.11.0.gem.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-jars-9.1.11.0.gem.sha256'>jruby-jars-9.1.11.0.gem.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-src-9.1.11.0.tar.gz'>jruby-src-9.1.11.0.tar.gz</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-src-9.1.11.0.tar.gz.md5'>jruby-src-9.1.11.0.tar.gz.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-src-9.1.11.0.tar.gz.sha1'>jruby-src-9.1.11.0.tar.gz.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-src-9.1.11.0.tar.gz.sha256'>jruby-src-9.1.11.0.tar.gz.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-src-9.1.11.0.zip'>jruby-src-9.1.11.0.zip</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-src-9.1.11.0.zip.md5'>jruby-src-9.1.11.0.zip.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-src-9.1.11.0.zip.sha1'>jruby-src-9.1.11.0.zip.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby-src-9.1.11.0.zip.sha256'>jruby-src-9.1.11.0.zip.sha256</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby_windows_9_1_11_0.exe'>jruby_windows_9_1_11_0.exe</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby_windows_9_1_11_0.exe.md5'>jruby_windows_9_1_11_0.exe.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby_windows_9_1_11_0.exe.sha1'>jruby_windows_9_1_11_0.exe.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby_windows_9_1_11_0.exe.sha256'>jruby_windows_9_1_11_0.exe.sha256</a><br/>

<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby_windows_x64_9_1_11_0.exe'>jruby_windows_x64_9_1_11_0.exe</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby_windows_x64_9_1_11_0.exe.md5'>jruby_windows_x64_9_1_11_0.exe.md5</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby_windows_x64_9_1_11_0.exe.sha1'>jruby_windows_x64_9_1_11_0.exe.sha1</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/9.1.11.0/jruby_windows_x64_9_1_11_0.exe.sha256'>jruby_windows_x64_9_1_11_0.exe.sha256</a><br/>
</p>
1 change: 1 addition & 0 deletions files/downloads/index.html
Original file line number Diff line number Diff line change
@@ -121,6 +121,7 @@ <h1>Files/downloads</h1>
<a href='/files/downloads/9.1.8.0/index.html'>9.1.8.0</a><br/>
<a href='/files/downloads/9.1.9.0/index.html'>9.1.9.0</a><br/>
<a href='/files/downloads/9.1.10.0/index.html'>9.1.10.0</a><br/>
<a href='/files/downloads/9.1.11.0/index.html'>9.1.11.0</a><br/>
<a href='/files/downloads/community-ruby/index.html'>community-ruby</a><br/>
<a href='https://s3.amazonaws.com/jruby.org/downloads/index.txt'>index.txt</a><br/>
</p>

0 comments on commit 8f95fe8

Please sign in to comment.