Skip to content

Commit

Permalink
Bump to jruby-9.2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Mar 3, 2020
1 parent dacf071 commit e1efb54
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v2.0.0 Use JDK11+ update to processing-3.5.4 suggest jruby-9.2.10.0
v2.0.0 Use JDK11+ update to processing-3.5.4 suggest jruby-9.2.11.0

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).

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

source 'https://rubygems.org'
ruby '2.5.7', engine: 'jruby', engine_version: '9.2.10.0'
ruby '2.5.7', engine: 'jruby', engine_version: '9.2.11.0'
gemspec
6 changes: 3 additions & 3 deletions docs/_posts/2018-05-06-install_jruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Get the latest version from [http://jruby.org/download][download]

```bash
cd /opt
sudo tar xzvf /pathToDownload/jruby-bin-9.2.10.0.tar.gz
sudo tar xzvf /pathToDownload/jruby-bin-9.2.11.0.tar.gz
```

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.
Expand Down Expand Up @@ -44,9 +44,9 @@ mkdir installer
cd installer
rake
```
Currently installs jruby-9.2.10.0
Currently installs jruby-9.2.11.0

If you know better please post on wiki

[download]:"https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.2.10.0/jruby-dist-9.2.10.0-bin.tar.gz"
[download]:"https://repo1.maven.org/maven2/org/jruby/jruby-dist/9.2.11.0/jruby-dist-9.2.11.0-bin.tar.gz"
[rake_gist]:https://gist.github.com/monkstone/159c5a9813c9cd181040b4715e74f6b2
2 changes: 1 addition & 1 deletion docs/_posts/2019-11-11-getting_started_buster.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: 2019-11-11 07:34:13
categories: PiCrate update
permalink: /getting_buster/
---
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.
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.
```bash
bash buster_install.sh
```
Expand Down
2 changes: 1 addition & 1 deletion pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'project.build.sourceEncoding' => 'utf-8',
'polyglot.dump.pom' => 'pom.xml')

pom 'org.jruby:jruby:9.2.10.0'
pom 'org.jruby:jruby:9.2.11.0'
jar 'org.jogamp.jogl:jogl-all:${jogl.version}'
jar 'org.jogamp.gluegen:gluegen-rt-main:${jogl.version}'
jar 'org.processing:video:3.0.2'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
<version>9.2.10.0</version>
<version>9.2.11.0</version>
<type>pom</type>
</dependency>
<dependency>
Expand Down

0 comments on commit e1efb54

Please sign in to comment.