Skip to content

Commit 57bcde2

Browse files
committed
Update for 10.0.1.0 release
1 parent 3cb7dc5 commit 57bcde2

File tree

5 files changed

+214
-24
lines changed

5 files changed

+214
-24
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: /2025/05/07/jruby-10-0-0-1.html
11-
version: 10.0.0.1
12-
tar: https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.0.1/jruby-dist-10.0.0.1-bin.tar.gz
13-
zip: https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.0.1/jruby-dist-10.0.0.1-bin.zip
14-
exe: https://github.com/jruby/jruby/releases/download/10.0.0.1/jruby_windows_10_0_0_1.exe
15-
exe64: https://github.com/jruby/jruby/releases/download/10.0.0.1/jruby_windows_x64_10_0_0_1.exe
16-
gem: https://rubygems.org/gems/jruby-jars/versions/10.0.0.1
10+
url: /2025/07/17/jruby-10-0-1-0.html
11+
version: 10.0.1.0
12+
tar: https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.1.0/jruby-dist-10.0.1.0-bin.tar.gz
13+
zip: https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.1.0/jruby-dist-10.0.1.0-bin.zip
14+
exe: https://github.com/jruby/jruby/releases/download/10.0.1.0/jruby_windows_10_0_1_0.exe
15+
exe64: https://github.com/jruby/jruby/releases/download/10.0.1.0/jruby_windows_x64_10_0_1_0.exe
16+
gem: https://rubygems.org/gems/jruby-jars/versions/10.0.1.0
1717
gem_older: https://rubygems.org/gems/jruby-jars/versions/9.4.13.0
1818
urls:
1919
ghr: https://github.com/jruby/jruby/releases/download
Lines changed: 155 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,155 @@
1+
---
2+
layout: post
3+
title: JRuby 10.0.1.0 Released
4+
---
5+
6+
The JRuby community is pleased to announce the release of JRuby 10.0.1.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 10.0.1.x targets Ruby 3.4 compatibility.
12+
13+
Thank you to our contributors this release, you help keep JRuby moving forward! [@PChambino], [@kares], [@Earlopain]
14+
15+
Compatibility
16+
-------------
17+
18+
- Zeitwerk is now fully supported. ([#6781], [#8852], [#8853], [#8863], [#8777])
19+
20+
Libraries
21+
---------
22+
23+
- The net-imap library is updated from 0.5.4 to 0.5.8 ([#8826], [#8828])
24+
25+
### 62 Issues and PRs resolved for 10.0.1.0
26+
27+
- #6781 [Remaining Zeitwerk fixes][#6781]
28+
- #8624 [Inconsistent String behavior between MRI and JRuby][#8624]
29+
- #8690 [Using JSR223 ScriptEngine interface has no way to clean up resources][#8690]
30+
- #8740 [JRuby10: BigDecimal("0").to_java => Java::JavaLang::Long][#8740]
31+
- #8767 [`it` special block variable hides local variable sometimes][#8767]
32+
- #8769 [Fix `sprinf` with explicit zero precision and zero value][#8769]
33+
- #8772 [parameterless blocks must check for `it` outside the block in case it exists already][#8772]
34+
- #8776 [False positive syntax error on endless method definition on 10.0][#8776]
35+
- #8777 [Something wrong with requires on 10.0 (broken dry-validation gem for example)][#8777]
36+
- #8778 [== and === need to support endless method definitions][#8778]
37+
- #8780 [Fiddle test failing with JRuby 10][#8780]
38+
- #8781 [ffi LONG/ULONG call different value methods][#8781]
39+
- #8782 [`Date::Error` with `Date.parse` and JRuby 10][#8782]
40+
- #8783 [Failure in ruby/pp CI in JRuby 10][#8783]
41+
- #8785 [Rearrange kwargs logic][#8785]
42+
- #8787 [Frozen string literal warning with FFI and JRuby 10][#8787]
43+
- #8788 [`Time.new` nanosecond parsing][#8788]
44+
- #8793 [Fix more corner cases of kwargs from MRI test suite][#8793]
45+
- #8796 [Jruby 10.0: `it` is not working in REPL (irb/pry)][#8796]
46+
- #8798 [Keyword arguments arity error in drb tests][#8798]
47+
- #8799 [`it` broken in irb. Used wrong scope type field in parser.][#8799]
48+
- #8800 [Improve docs and some minor warns from IDE dealt with][#8800]
49+
- #8802 [Fixes to improve DRb tests][#8802]
50+
- #8803 [9-digit rational needs to be multiplied by 9 digits][#8803]
51+
- #8826 [Update net-imap from 0.5.4 to 0.5.8][#8826]
52+
- #8828 [Update to net-imap 0.5.8 for security fixes][#8828]
53+
- #8829 [Data fixes and improvements][#8829]
54+
- #8831 [Tweaks to further improve startup speed and memory use][#8831]
55+
- #8833 [Missing splatNode creation][#8833]
56+
- #8840 [Possible bugs found by SAST (Svace)][#8840]
57+
- #8846 [Deadlock occurs between main and Ruby-0-JIT-1 threads][#8846]
58+
- #8847 [Java::JavaLang::ClassCastException: class java.lang.Integer cannot be cast to class java.lang.String][#8847]
59+
- #8848 [Improvements for dynamic string invokedynamic site][#8848]
60+
- #8850 [single value makes kwargs hash. Mark it as such][#8850]
61+
- #8852 [Fixes to improve Zeitwerk support][#8852]
62+
- #8853 [NameError: uninitialized constant MyGem::Foo::Bar when using Zeitwerk][#8853]
63+
- #8854 [Java::JavaLang::NullPointerException: Unable to find org.jruby.RubyTime.initialize(RubyTime.java to read failed line][#8854]
64+
- #8856 [Native (and fast) Time#xmlschema (iso8601)][#8856]
65+
- #8858 [Fix `Time.new` when using (empty) keywords (2 issues)][#8858]
66+
- #8860 [Time.new gives unexpected value][#8860]
67+
- #8861 [Using a string that has been mutated seems to result in a variable containing an unexpected value][#8861]
68+
- #8863 [Order-dependent Zeitwerk failures][#8863]
69+
- #8864 [[deps] update joda-time to 2.14.0][#8864]
70+
- #8865 [[deps] update bundler and rubygems to latest][#8865]
71+
- #8867 [Object.const_defined? not respecting namespace check.][#8867]
72+
- #8868 [Update snapshot deploy to use new maven infrastructure][#8868]
73+
- #8871 [Always remove the lock from pool on failure][#8871]
74+
- #8872 [String#encode replace option incorrectly handles value][#8872]
75+
- #8873 [Handle simple transcoding replacement correctly][#8873]
76+
- #8874 [Update to jruby-maven-plugins 3.0.6][#8874]
77+
- #8877 [Time fixes][#8877]
78+
- #8878 [Some specs fixes in ruby/spec/language][#8878]
79+
- #8880 [Time.new with Rational seconds performs invalid rounding to the next second][#8880]
80+
- #8881 [fix #8880. Added a second with Rational][#8881]
81+
- #8882 [Always set chilled strings as sharing bytelist][#8882]
82+
- #8890 [Fix Time.new parsing (time/new_tags.txt)][#8890]
83+
- #8895 [Improvements based on SAST null reference reports][#8895]
84+
- #8896 [Fix an additional dstring indy optimization long bitfield bug][#8896]
85+
- #8905 [Implement ruby2_keywords_hash dumping][#8905]
86+
- #8907 [Symbol table tweaks][#8907]
87+
- #8908 [Update Hash#inspect logic for multibyte keys][#8908]
88+
- #8912 [Don't include Object for pathed constant searches][#8912]
89+
90+
[#6781]:https://github.com/jruby/jruby/issues/6781
91+
[#8624]:https://github.com/jruby/jruby/issues/8624
92+
[#8690]:https://github.com/jruby/jruby/issues/8690
93+
[#8740]:https://github.com/jruby/jruby/issues/8740
94+
[#8767]:https://github.com/jruby/jruby/issues/8767
95+
[#8769]:https://github.com/jruby/jruby/pull/8769
96+
[#8772]:https://github.com/jruby/jruby/pull/8772
97+
[#8776]:https://github.com/jruby/jruby/issues/8776
98+
[#8777]:https://github.com/jruby/jruby/issues/8777
99+
[#8778]:https://github.com/jruby/jruby/pull/8778
100+
[#8780]:https://github.com/jruby/jruby/issues/8780
101+
[#8781]:https://github.com/jruby/jruby/pull/8781
102+
[#8782]:https://github.com/jruby/jruby/issues/8782
103+
[#8783]:https://github.com/jruby/jruby/issues/8783
104+
[#8785]:https://github.com/jruby/jruby/pull/8785
105+
[#8787]:https://github.com/jruby/jruby/issues/8787
106+
[#8788]:https://github.com/jruby/jruby/issues/8788
107+
[#8793]:https://github.com/jruby/jruby/pull/8793
108+
[#8796]:https://github.com/jruby/jruby/issues/8796
109+
[#8798]:https://github.com/jruby/jruby/issues/8798
110+
[#8799]:https://github.com/jruby/jruby/pull/8799
111+
[#8800]:https://github.com/jruby/jruby/pull/8800
112+
[#8802]:https://github.com/jruby/jruby/pull/8802
113+
[#8803]:https://github.com/jruby/jruby/pull/8803
114+
[#8826]:https://github.com/jruby/jruby/issues/8826
115+
[#8828]:https://github.com/jruby/jruby/pull/8828
116+
[#8829]:https://github.com/jruby/jruby/pull/8829
117+
[#8831]:https://github.com/jruby/jruby/pull/8831
118+
[#8833]:https://github.com/jruby/jruby/pull/8833
119+
[#8840]:https://github.com/jruby/jruby/issues/8840
120+
[#8846]:https://github.com/jruby/jruby/issues/8846
121+
[#8847]:https://github.com/jruby/jruby/issues/8847
122+
[#8848]:https://github.com/jruby/jruby/pull/8848
123+
[#8850]:https://github.com/jruby/jruby/pull/8850
124+
[#8852]:https://github.com/jruby/jruby/pull/8852
125+
[#8853]:https://github.com/jruby/jruby/issues/8853
126+
[#8854]:https://github.com/jruby/jruby/issues/8854
127+
[#8856]:https://github.com/jruby/jruby/pull/8856
128+
[#8858]:https://github.com/jruby/jruby/pull/8858
129+
[#8860]:https://github.com/jruby/jruby/issues/8860
130+
[#8861]:https://github.com/jruby/jruby/issues/8861
131+
[#8863]:https://github.com/jruby/jruby/issues/8863
132+
[#8864]:https://github.com/jruby/jruby/pull/8864
133+
[#8865]:https://github.com/jruby/jruby/pull/8865
134+
[#8867]:https://github.com/jruby/jruby/issues/8867
135+
[#8868]:https://github.com/jruby/jruby/pull/8868
136+
[#8871]:https://github.com/jruby/jruby/pull/8871
137+
[#8872]:https://github.com/jruby/jruby/issues/8872
138+
[#8873]:https://github.com/jruby/jruby/pull/8873
139+
[#8874]:https://github.com/jruby/jruby/pull/8874
140+
[#8877]:https://github.com/jruby/jruby/pull/8877
141+
[#8878]:https://github.com/jruby/jruby/pull/8878
142+
[#8880]:https://github.com/jruby/jruby/issues/8880
143+
[#8881]:https://github.com/jruby/jruby/pull/8881
144+
[#8882]:https://github.com/jruby/jruby/pull/8882
145+
[#8890]:https://github.com/jruby/jruby/pull/8890
146+
[#8895]:https://github.com/jruby/jruby/pull/8895
147+
[#8896]:https://github.com/jruby/jruby/pull/8896
148+
[#8905]:https://github.com/jruby/jruby/pull/8905
149+
[#8907]:https://github.com/jruby/jruby/pull/8907
150+
[#8908]:https://github.com/jruby/jruby/pull/8908
151+
[#8912]:https://github.com/jruby/jruby/pull/8912
152+
153+
[@PChambino]:https://github.com/PChambino
154+
[@kares]:https://github.com/kares
155+
[@Earlopain]:https://github.com/Earlopain

download.html

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

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

9-
<p>JRuby 10.0.0.1 is our point release of our Ruby 3.4.x support. Please check out our <a href='/2025/05/07/jruby-10-0-0-1'>release notes</a> for more information.</p>
9+
<p>JRuby 10.0.1.0 is our point release of our Ruby 3.4.x support. Please check out our <a href='/2025/07/17/jruby-10-0-1-0'>release notes</a> for more information.</p>
1010

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

3131

files/downloads/10.0.1.0/index.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: main
3+
title: Files/downloads/10.0.1.0
4+
---
5+
<h1>Files/downloads/10.0.1.0</h1>
6+
<p class="trackDownloads">
7+
<a href='/files/downloads/index.html'>..</a><br/>
8+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.1.0/jruby-dist-10.0.1.0-bin.tar.gz'>jruby-bin-10.0.1.0.tar.gz</a><br/>
9+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.1.0/jruby-dist-10.0.1.0-bin.tar.gz.md5'>jruby-bin-10.0.1.0.tar.gz.md5</a><br/>
10+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.1.0/jruby-dist-10.0.1.0-bin.tar.gz.sha1'>jruby-bin-10.0.1.0.tar.gz.sha1</a><br/>
11+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.1.0/jruby-dist-10.0.1.0-bin.tar.gz.sha256'>jruby-bin-10.0.1.0.tar.gz.sha256</a><br/>
12+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.1.0/jruby-dist-10.0.1.0-bin.zip'>jruby-bin-10.0.1.0.zip</a><br/>
13+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.1.0/jruby-dist-10.0.1.0-bin.zip.md5'>jruby-bin-10.0.1.0.zip.md5</a><br/>
14+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.1.0/jruby-dist-10.0.1.0-bin.zip.sha1'>jruby-bin-10.0.1.0.zip.sha1</a><br/>
15+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.1.0/jruby-dist-10.0.1.0-bin.zip.sha256'>jruby-bin-10.0.1.0.zip.sha256</a><br/>
16+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/10.0.1.0/jruby-complete-10.0.1.0.jar'>jruby-complete-10.0.1.0.jar</a><br/>
17+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/10.0.1.0/jruby-complete-10.0.1.0.jar.md5'>jruby-complete-10.0.1.0.jar.md5</a><br/>
18+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/10.0.1.0/jruby-complete-10.0.1.0.jar.sha1'>jruby-complete-10.0.1.0.jar.sha1</a><br/>
19+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-complete/10.0.1.0/jruby-complete-10.0.1.0.jar.sha256'>jruby-complete-10.0.1.0.jar.sha256</a><br/>
20+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.1.0/jruby-dist-10.0.1.0-src.zip'>jruby-src-10.0.1.0.zip</a><br/>
21+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.1.0/jruby-dist-10.0.1.0-src.zip.md5'>jruby-src-10.0.1.0.zip.md5</a><br/>
22+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.1.0/jruby-dist-10.0.1.0-src.zip.sha1'>jruby-src-10.0.1.0.zip.sha1</a><br/>
23+
<a href='https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.1.0/jruby-dist-10.0.1.0-src.zip.sha256'>jruby-src-10.0.1.0.zip.sha256</a><br/>
24+
<a href='{{ site.urls.ghr }}/10.0.1.0/jruby_windows_10_0_1_0.exe'>jruby_windows_10_0_1_0.exe</a><br/>
25+
<a href='{{ site.urls.ghr }}/10.0.1.0/jruby_windows_10_0_1_0.exe.md5'>jruby_windows_10_0_1_0.exe.md5</a><br/>
26+
<a href='{{ site.urls.ghr }}/10.0.1.0/jruby_windows_10_0_1_0.exe.sha1'>jruby_windows_10_0_1_0.exe.sha1</a><br/>
27+
<a href='{{ site.urls.ghr }}/10.0.1.0/jruby_windows_10_0_1_0.exe.sha256'>jruby_windows_10_0_1_0.exe.sha256</a><br/>
28+
29+
<a href='{{ site.urls.ghr }}/10.0.1.0/jruby_windows_x64_10_0_1_0.exe'>jruby_windows_x64_10_0_1_0.exe</a><br/>
30+
<a href='{{ site.urls.ghr }}/10.0.1.0/jruby_windows_x64_10_0_1_0.exe.md5'>jruby_windows_x64_10_0_1_0.exe.md5</a><br/>
31+
<a href='{{ site.urls.ghr }}/10.0.1.0/jruby_windows_x64_10_0_1_0.exe.sha1'>jruby_windows_x64_10_0_1_0.exe.sha1</a><br/>
32+
<a href='{{ site.urls.ghr }}/10.0.1.0/jruby_windows_x64_10_0_1_0.exe.sha256'>jruby_windows_x64_10_0_1_0.exe.sha256</a><br/>
33+
</p>

files/downloads/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,13 @@ <h1>Files/downloads</h1>
165165
<a href='/files/downloads/10.0.0.0/index.html'>10.0.0.0</a><br/>
166166
<a href='/files/downloads/10.0.0.1/index.html'>10.0.0.1</a><br/>
167167
<a href='/files/downloads/9.4.13.0/index.html'>9.4.13.0</a><br/>
168+
<a href='/files/downloads/10.0.1.0/index.html'>10.0.1.0</a><br/>
168169
<!-- NEW_VERSION -->
169170

170171

171172

172173

173174

175+
174176
<a href='https://s3.amazonaws.com/jruby.org/downloads/index.txt'>index.txt</a><br/>
175177
</p>

0 commit comments

Comments
 (0)