Skip to content

Commit e1efb54

Browse files
committed
Bump to jruby-9.2.11.0
1 parent dacf071 commit e1efb54

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v2.0.0 Use JDK11+ update to processing-3.5.4 suggest jruby-9.2.10.0
1+
v2.0.0 Use JDK11+ update to processing-3.5.4 suggest jruby-9.2.11.0
22

33
v1.2.4 Extract picrate examples to ~/projects/examples instead of ~/picrate_samples for tighter integration with geany editor. Remove non-functioning sound library as an install option (direct toward minim as option).
44

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
source 'https://rubygems.org'
4-
ruby '2.5.7', engine: 'jruby', engine_version: '9.2.10.0'
4+
ruby '2.5.7', engine: 'jruby', engine_version: '9.2.11.0'
55
gemspec

docs/_posts/2018-05-06-install_jruby.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Get the latest version from [http://jruby.org/download][download]
1414

1515
```bash
1616
cd /opt
17-
sudo tar xzvf /pathToDownload/jruby-bin-9.2.10.0.tar.gz
17+
sudo tar xzvf /pathToDownload/jruby-bin-9.2.11.0.tar.gz
1818
```
1919

2020
Then use the excellent `update-alternatives` tool to provide symbolic links to `jruby`, `jgem`, `jirb` and `rake` especially if you haven't installed `mri` ruby.
@@ -44,9 +44,9 @@ mkdir installer
4444
cd installer
4545
rake
4646
```
47-
Currently installs jruby-9.2.10.0
47+
Currently installs jruby-9.2.11.0
4848

4949
If you know better please post on wiki
5050

51-
[download]:"https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.2.10.0/jruby-dist-9.2.10.0-bin.tar.gz"
51+
[download]:"https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.2.11.0/jruby-dist-9.2.11.0-bin.tar.gz"
5252
[rake_gist]:https://gist.github.com/monkstone/159c5a9813c9cd181040b4715e74f6b2

docs/_posts/2019-11-11-getting_started_buster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2019-11-11 07:34:13
55
categories: PiCrate update
66
permalink: /getting_buster/
77
---
8-
Currently Raspbian Buster does not come with a pre-installed java. So the first step is to install a `jdk` we currently recommend installing openjdk8 (_there a complications you don't need using jdk11_) to benefit from `client` optimisations. There is a bash script [here][buster], that will install `openjdk8`, `jruby-9.2.10.0` and picrate for you.
8+
Currently Raspbian Buster does not come with a pre-installed java. So the first step is to install a `jdk` we currently recommend installing openjdk8 (_there a complications you don't need using jdk11_) to benefit from `client` optimisations. There is a bash script [here][buster], that will install `openjdk8`, `jruby-9.2.11.0` and picrate for you.
99
```bash
1010
bash buster_install.sh
1111
```

pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'project.build.sourceEncoding' => 'utf-8',
3232
'polyglot.dump.pom' => 'pom.xml')
3333

34-
pom 'org.jruby:jruby:9.2.10.0'
34+
pom 'org.jruby:jruby:9.2.11.0'
3535
jar 'org.jogamp.jogl:jogl-all:${jogl.version}'
3636
jar 'org.jogamp.gluegen:gluegen-rt-main:${jogl.version}'
3737
jar 'org.processing:video:3.0.2'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ DO NOT MODIFIY - GENERATED CODE
7676
<dependency>
7777
<groupId>org.jruby</groupId>
7878
<artifactId>jruby</artifactId>
79-
<version>9.2.10.0</version>
79+
<version>9.2.11.0</version>
8080
<type>pom</type>
8181
</dependency>
8282
<dependency>

0 commit comments

Comments
 (0)