Skip to content

Commit 9b79870

Browse files
use https everywhere possible
1 parent e0d8c51 commit 9b79870

File tree

122 files changed

+297
-297
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+297
-297
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- ruby -*-
22

3-
source "http://rubygems.org"
3+
source "https://rubygems.org/"
44
gem 'rouge'
55
gem 'github-pages'
66
gem 'rake'

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GEM
2-
remote: http://rubygems.org/
2+
remote: https://rubygems.org/
33
specs:
44
CFPropertyList (2.3.5)
55
activesupport (4.2.9)

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This repository contains the content for http://www.jruby.org/ as
1+
This repository contains the content for https://www.jruby.org/ as
22
[Jekyll][]-generated site.
33

44
# Building
@@ -33,7 +33,7 @@ a fork on Github or attach patches.
3333
We can't guarantee that we'll accept and deploy all patches, so please
3434
consult with the JRuby team before making large changes. Thanks!
3535

36-
[Jekyll]: http://wiki.github.com/mojombo/jekyll
36+
[Jekyll]: https://github.com/jekyll/jekyll/wiki
3737
[JIRA]: http://jira.codehaus.org/browse/JRUBY
3838

3939
# TODO

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ urls:
1818
maven: https://repo1.maven.org/maven2/org/jruby
1919
s3: https://s3.amazonaws.com/jruby.org/downloads
2020
tryjruby: https://s3.amazonaws.com/jruby.org/tryjruby
21-
bugs: http://github.com/jruby/jruby/issues
21+
bugs: https://github.com/jruby/jruby/issues
2222
jira: http://jira.codehaus.org/browse/JRUBY
2323
wiki: https://github.com/jruby/jruby/wiki
2424
lists: https://github.com/jruby/jruby/wiki/MailingLists

_includes/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
22
<title>{{ page.title }} &mdash; JRuby.org</title>
33
<link rel="shortcut icon" href="/favicon.ico" />
4-
<link rel="alternate" href="http://{{ site.domain }}/atom.xml" title="JRuby.org News" type="application/atom+xml"/>
4+
<link rel="alternate" href="/atom.xml" title="JRuby.org News" type="application/atom+xml"/>
55
<link rel="stylesheet" href="/stylesheets/main.css?version=1" type="text/css" media="screen" title="no title" charset="utf-8" />
66
<!--[if lte IE 7]><link rel="stylesheet" href="/stylesheets/ie7-hacks.css" type="text/css" media="screen" title="no title" charset="utf-8" /><![endif]-->
77
<link rel="stylesheet" href="/stylesheets/syntax.css" type="text/css" media="screen" title="no title" charset="utf-8" />
88

9-
<script type="text/javascript" src="http://use.typekit.com/swo8tlm.js"></script>
9+
<script type="text/javascript" src="//use.typekit.com/swo8tlm.js"></script>
1010
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>

_includes/menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<a href="/security">Security</a>
3131
</li>
3232
<li>
33-
<a href="http://travis-ci.org/jruby/jruby" target="_blank">
33+
<a href="https://travis-ci.org/jruby/jruby" target="_blank">
3434
<img src="https://secure.travis-ci.org/jruby/jruby.svg?branch=master" alt="Build Status" />
3535
</a>
3636
</li>

_layouts/home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ <h4>InfoWorld 2010 Bossie Awards: Best of Open Source Software</h4></a>
3939
<div id="twitter" class="halfColumn">
4040
<div style="clear:both; padding-top: 1.2em;"></div>
4141

42-
<a href="http://twitter.com/jruby" id="twitter-link" class="right">Follow us on Twitter</a>
43-
<h2>Recent Tweets <a href="http://twitter.com/jruby"><img src="/images/twitter_bird.png"/></a></h2>
42+
<a href="https://twitter.com/jruby" id="twitter-link" class="right">Follow us on Twitter</a>
43+
<h2>Recent Tweets <a href="https://twitter.com/jruby"><img src="/images/twitter_bird.png"/></a></h2>
4444
<div id="twitter_div">
4545
<h2 style="display: none;" ></h2>
4646
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/jruby" data-widget-id="316675942686793728">Tweets by @jruby</a>
@@ -49,7 +49,7 @@ <h2 style="display: none;" ></h2>
4949
</div>
5050
</div>
5151
<div style="padding: 2em">
52-
<p text-align="center">Historical releases hosted by <a href="http://engineyard.com"><br/><img alt="Engine Yard" src="https://www.engineyard.com/hubfs/Engine-Yard-June-2017-theme/Images/footer-logo.svg?t=1529592952452"></a>
52+
<p text-align="center">Historical releases hosted by <a href="https://www.engineyard.com/"><br/><img alt="Engine Yard" src="https://www.engineyard.com/hubfs/Engine-Yard-June-2017-theme/Images/footer-logo.svg?t=1529592952452"></a>
5353
</p>
5454
</div>
5555
<div id="footer">

_posts/2009-06-03-jruby-1-3-0.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: JRuby 1.3.0 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.3.0.
66

7-
- Homepage: http://www.jruby.org/
7+
- Homepage: https://www.jruby.org/
88
- Download: http://dist.codehaus.org/jruby/
99

1010
The fixes in this release are primarily obvious compatibility problems

_posts/2009-06-15-jruby-1-3-1.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: JRuby 1.3.1 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.3.1.
66

7-
- Homepage: http://www.jruby.org/
8-
- Download: http://jruby.org/download
7+
- Homepage: https://www.jruby.org/
8+
- Download: https://www.jruby.org/download
99

1010
JRuby 1.3.1 is a minor bug fix release which:
1111
- Fixes a recently discovered security bug in BigDecimal

_posts/2009-10-02-jruby-1-4-0-rc1.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: JRuby 1.4.0RC1 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.4.0RC1.
66

7-
- Homepage: http://www.jruby.org/
8-
- Download: http://www.jruby.org/download
7+
- Homepage: https://www.jruby.org/
8+
- Download: https://www.jruby.org/download
99

1010
JRuby 1.4.0 Release Candidate 1 ends a long release cycle in which we
1111
resolved a huge number of issues. The headline feature is a move to

_posts/2009-10-21-jruby-1-4-0-rc2.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: JRuby 1.4.0RC2 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.4.0RC2.
66

7-
- Homepage: http://www.jruby.org/
8-
- Download: http://www.jruby.org/download
7+
- Homepage: https://www.jruby.org/
8+
- Download: https://www.jruby.org/download
99

1010
The JRuby 1.4.0 release ends a long release cycle in which we resolved
1111
a huge number of issues. The headline feature is a move to Ruby 1.8.7

_posts/2009-10-28-jruby-1-4-0-rc3.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: JRuby 1.4.0RC3 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.4.0RC3
66

7-
- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
8-
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)
7+
- Homepage: [https://www.jruby.org/](https://www.jruby.org/)
8+
- Download: [https://www.jruby.org/download](https://www.jruby.org/download)
99

1010
Third time is a charm! Actually, this third release candidate is largely
1111
for the benefit of our Windows users. We have gotten reports of issues with

_posts/2009-11-02-jruby-1-4-0.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: JRuby 1.4.0 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.4.0
66

7-
- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
8-
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)
7+
- Homepage: [https://www.jruby.org/](https://www.jruby.org/)
8+
- Download: [https://www.jruby.org/download](https://www.jruby.org/download)
99

1010
After three very helpful release candidates we have a final 1.4.0 release.
1111
This release ends a long release cycle in which we resolved a huge number of

_posts/2009-12-07-vulnerability-in-jruby-openssl.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ server applications with a dummy certificate.
1313

1414
The Common Vulnerabilities and Exposures (CVE) project has assigned
1515
the name [CVE-2009-4123][] to this issue. This is a candidate for
16-
inclusion in the [CVE list](http://cve.mitre.org), which standardizes
16+
inclusion in the [CVE list](https://cve.mitre.org/), which standardizes
1717
names for security problems.
1818

1919
### Impact
@@ -80,6 +80,6 @@ use a different library to establish validated SSL connections.
8080
Thanks to NaHi (NAKAMURA Hiroshi - nahi at ruby-lang.org) for finding
8181
the problem and providing the fix.
8282

83-
[06]: http://gems.rubyforge.org/gems/jruby-openssl/versions/0.6
83+
[06]: https://rubygems.org/gems/jruby-openssl/versions/0.6
8484
[06patch]: /patches/jruby-openssl-0-6-verification.patch
85-
[CVE-2009-4123]: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4123
85+
[CVE-2009-4123]: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4123

_posts/2010-01-05-jruby-bugmash.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ The JRuby Core Team will be around on IRC channel [#jruby](irc://irc.freenode.ne
1616

1717
*JRuby created (red) vs. resolved (green) bugs over the past 120 days*
1818

19-
[intro]: http://bit.ly/jruby-intro
19+
[intro]: https://bit.ly/jruby-intro

_posts/2010-04-15-jruby-1-5-0-RC1.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: JRuby 1.5.0.RC1 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.5.0.RC1
66

7-
- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
8-
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)
7+
- Homepage: [https://www.jruby.org/](https://www.jruby.org/)
8+
- Download: [https://www.jruby.org/download](https://www.jruby.org/download)
99

1010
This development cycle has been our longest cycle yet (nearly 5 months), but it also has the most fixes. It also includes many new notable features (see below). Most of our bug fixes have been more of what we consider fine-tuning, since we keep getting into smaller corner-cases of compatibility for individual Ruby methods. In that sense, we expect if you had a good experience with JRuby 1.4.0 then 1.5.0.RC1 will be a no-brainer upgrade. If you haven't tried JRuby in a while with your application, then please give us another try. Odds are whatever issue you were having before no longer exists! And we would really like help making sure JRuby 1.5.0 final is a solid release...so please try and report back with any problems.
1111

_posts/2010-04-26-jruby-1-4-1-xss-vulnerability.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ release (1.4.0)](/2009/11/02/jruby-1-4-0). Also note that the [JRuby
1919

2020
The Common Vulnerabilities and Exposures (CVE) project has assigned
2121
the name [CVE-2010-1330][] to this issue. This is a candidate for
22-
inclusion in the [CVE list](http://cve.mitre.org), which standardizes
22+
inclusion in the [CVE list](https://cve.mitre.org), which standardizes
2323
names for security problems.
2424

2525
### Impact
@@ -88,6 +88,6 @@ code to be aware of the invalid byte sequences.
8888
Many thanks to J&ouml;rn Hartmann (joern dot hartmann at gmail dot com) for
8989
finding and reporting the issue.
9090

91-
[CVE-2010-1330]: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1330
92-
[utf8]: http://en.wikipedia.org/wiki/UTF-8#Invalid_byte_sequences
93-
[jcodings]: http://repo1.maven.org/maven2/org/jruby/jcodings/jcodings/1.0.3/jcodings-1.0.3.jar
91+
[CVE-2010-1330]: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1330
92+
[utf8]: https://en.wikipedia.org/wiki/UTF-8#Invalid_byte_sequences
93+
[jcodings]: https://repo1.maven.org/maven2/org/jruby/jcodings/jcodings/1.0.3/jcodings-1.0.3.jar

_posts/2010-04-28-jruby-1-5-0-RC2.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: JRuby 1.5.0.RC2 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.5.0.RC2
66

7-
- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
8-
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)
7+
- Homepage: [https://www.jruby.org/](https://www.jruby.org/)
8+
- Download: [https://www.jruby.org/download](https://www.jruby.org/download)
99

1010
This development cycle has been our longest cycle yet (nearly 5 months), but it also has the most fixes. It also includes many new notable features (see below). Most of our bug fixes have been more of what we consider fine-tuning, since we keep getting into smaller corner-cases of compatibility for individual Ruby methods. In that sense, we expect if you had a good experience with JRuby 1.4.0 then 1.5.0.RC2 will be a no-brainer upgrade. If you haven't tried JRuby in a while with your application, then please give us another try. Odds are whatever issue you were having before no longer exists! And we would really like help making sure JRuby 1.5.0 final is a solid release...so please try and report back with any problems.
1111

_posts/2010-05-04-jruby-1-5-0-RC3.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: JRuby 1.5.0.RC3 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.5.0.RC3
66

7-
- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
8-
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)
7+
- Homepage: [https://www.jruby.org/](https://www.jruby.org/)
8+
- Download: [https://www.jruby.org/download](https://www.jruby.org/download)
99

1010
This development cycle has been our longest cycle yet (nearly 5 months), but it also has the most fixes. It also includes many new notable features (see below). Most of our bug fixes have been more of what we consider fine-tuning, since we keep getting into smaller corner-cases of compatibility for individual Ruby methods. In that sense, we expect if you had a good experience with JRuby 1.4.0 then 1.5.0.RC3 will be a no-brainer upgrade. If you haven't tried JRuby in a while with your application, then please give us another try. Odds are whatever issue you were having before no longer exists! And we would really like help making sure JRuby 1.5.0 final is a solid release...so please try and report back with any problems.
1111

_posts/2010-05-12-jruby-1-5-0.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: JRuby 1.5.0 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.5.0.
66

7-
- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
8-
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)
7+
- Homepage: [https://www.jruby.org/](https://www.jruby.org/)
8+
- Download: [https://www.jruby.org/download](https://www.jruby.org/download)
99

1010
This development cycle has been our longest cycle yet (nearly 5 months), but it also has the most fixes. It also includes many new notable features (see below). Most of our bug fixes have been more of what we consider fine-tuning, since we keep getting into smaller corner-cases of compatibility for individual Ruby methods. In that sense, we expect if you had a good experience with JRuby 1.4.0 then 1.5.0 will be a no-brainer upgrade. If you haven't tried JRuby in a while with your application, then please give us another try. Odds are whatever issue you were having before no longer exists!
1111

_posts/2010-06-07-jruby-1-5-1.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: JRuby 1.5.1 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.5.1.
66

7-
- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
8-
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)
7+
- Homepage: [https://www.jruby.org/](https://www.jruby.org/)
8+
- Download: [https://www.jruby.org/download](https://www.jruby.org/download)
99

1010
JRuby 1.5.0 was a long overdue and huge release. JRuby 1.5.1 is a minor follow-up release to address some of the more visible issues discovered after the release of 1.5.0. Everyone is encouraged to move to 1.5.1. Users of JRuby's Java integration or those deploying on Google AppEngine will need to upgrade to 1.5.1.
1111

_posts/2010-08-20-jruby-1-5-2.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ title: JRuby 1.5.2 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.5.2.
66

7-
- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
8-
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)
7+
- Homepage: [https://www.jruby.org/](https://www.jruby.org/)
8+
- Download: [https://www.jruby.org/download](https://www.jruby.org/download)
99

1010
JRuby 1.5.2 is a minor follow-up release to address a few file descriptor and
1111
class loading leaks. There is also a security fix for users of Webrick (see
12-
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0541). All users of
12+
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0541). All users of
1313
JRuby 1.5.1 are recommended to upgrade to 1.5.2.
1414

1515
### 1.5.2 Issues Resolved:

_posts/2010-09-28-jruby-1-5-3.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: JRuby 1.5.3 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.5.3.
66

7-
- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
8-
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)
7+
- Homepage: [https://www.jruby.org/](https://www.jruby.org/)
8+
- Download: [https://www.jruby.org/download](https://www.jruby.org/download)
99

1010
JRuby 1.5.3 is a minor follow-up release to address a thread deadlock, a spurious error involving selectors on windows, and a couple of fixes affecting bundler exec (and generally improves our exec() behavior). We also fixed a few highly specialized issues which should have no affect on most users. All users of JRuby 1.5.2 are recommended to upgrade to 1.5.3.
1111

_posts/2010-11-10-jruby-1-5-5.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ the inability to remove gem releases from rubygems.org we have skipped
99
from 1.5.3 to 1.5.5. The 1.5.5 release is the same release that would have
1010
been 1.5.4 had we been able to re-release jruby-jars.)
1111

12-
- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
13-
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)
12+
- Homepage: [https://www.jruby.org/](https://www.jruby.org/)
13+
- Download: [https://www.jruby.org/download](https://www.jruby.org/download)
1414

1515
JRuby 1.5.5 is a minor follow-up release to address problems executing
1616
some commands on Windows, a couple of Marshalling discrepancies with MRI, and

_posts/2010-12-03-jruby-1-5-6.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: JRuby 1.5.6 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.5.6.
66

7-
- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
8-
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)
7+
- Homepage: [https://www.jruby.org/](https://www.jruby.org/)
8+
- Download: [https://www.jruby.org/download](https://www.jruby.org/download)
99

1010
JRuby 1.5.6 is a minor follow-up release to address problems with mirroring
1111
of 1.5.5 in maven, update to 1.0.3 of jruby native launcher, and a few

_posts/2011-01-10-jruby-1-6-0-rc1.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: JRuby 1.6.0.RC1 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.6.0.RC1.
66

7-
- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
8-
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)
7+
- Homepage: [https://www.jruby.org/](https://www.jruby.org/)
8+
- Download: [https://www.jruby.org/download](https://www.jruby.org/download)
99

1010
JRuby 1.6.0.RC1 is the first release candidate of JRuby 1.6.0.
1111

_posts/2011-02-09-jruby-1-6-0-rc2.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: JRuby 1.6.0.RC2 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.6.0.RC2.
66

7-
- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
8-
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)
7+
- Homepage: [https://www.jruby.org/](https://www.jruby.org/)
8+
- Download: [https://www.jruby.org/download](https://www.jruby.org/download)
99

1010
JRuby 1.6.0.RC2 is the second release candidate of JRuby 1.6.0.
1111

_posts/2011-03-08-jruby-1-6-0-rc3.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: JRuby 1.6.0.RC3 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.6.0.RC3.
66

7-
- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
8-
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)
7+
- Homepage: [https://www.jruby.org/](https://www.jruby.org/)
8+
- Download: [https://www.jruby.org/download](https://www.jruby.org/download)
99

1010
JRuby 1.6.0.RC3 is the last release candidate of JRuby 1.6.0.
1111

_posts/2011-03-15-jruby-1-6-0.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: JRuby 1.6.0 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.6.0.
66

7-
- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
8-
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)
7+
- Homepage: [https://www.jruby.org/](https://www.jruby.org/)
8+
- Download: [https://www.jruby.org/download](https://www.jruby.org/download)
99

1010
JRuby 1.6.0 final is out!
1111

_posts/2011-04-12-jruby-1-6-1.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: JRuby 1.6.1 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.6.1.
66

7-
- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
8-
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)
7+
- Homepage: [https://www.jruby.org/](https://www.jruby.org/)
8+
- Download: [https://www.jruby.org/download](https://www.jruby.org/download)
99

1010
JRuby 1.6.1 is our first update to 1.6.0. The primary goal of the 1.6.x
1111
series is to round out our 1.9 support by fixing any reported

_posts/2011-05-24-jruby-1-6-2.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: JRuby 1.6.2 Released
44
---
55
The JRuby community is pleased to announce the release of JRuby 1.6.2.
66

7-
- Homepage: [http://www.jruby.org/](http://www.jruby.org/)
8-
- Download: [http://www.jruby.org/download](http://www.jruby.org/download)
7+
- Homepage: [https://www.jruby.org/](https://www.jruby.org/)
8+
- Download: [https://www.jruby.org/download](https://www.jruby.org/download)
99

1010
JRuby 1.6.2 is our second update to 1.6.x. The main motivation besides spinning incremental releases quicker was a nasty YAML bug which prevented a number of Rubygems from installing (see JRUBY-5581 -- ArrayIndexOutOfBounds problem). Expect JRuby 1.6.3 in a couple of weeks.
1111

0 commit comments

Comments
 (0)