Skip to content

Commit f09d3c9

Browse files
committed
Change JRuby version in README
1 parent f4ed811 commit f09d3c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Versions before JRubyArt-1.5.1, are unsupported, please update, preferably to la
77
_Note the main reason for the current build to fail on travis is when the current version of [processing is not available from maven central][testing], it has only ever been available by third parties (I am eternally hopeful that one day processing.org will see the light), actually rvm with jruby as used by travis-ci is also pretty crap as judged by the build traces._
88

99
## Requirements
10-
A clean start for `jruby_art` that works best with the latest version of [processing-3.4](https://github.com/processing/processing/releases) and [jruby-9.2.4.0](http://jruby.org/download) see [wiki](https://github.com/ruby-processing/JRubyArt/wiki/Building-latest-gem) for building gem from this repo. Changes from processing-2.0 to [processing-3.0 here](https://github.com/processing/processing/wiki/Changes-in-3.0). Should work on same platforms as vanilla processing (windows, mac, linux, [raspberrypi][pi]) for Android see Yuki Morohoshi [rubuto-processing3][].
10+
A clean start for `jruby_art` that works best with the latest version of [processing-3.4](https://github.com/processing/processing/releases) and [jruby-9.2.5.0](http://jruby.org/download) see [wiki](https://github.com/ruby-processing/JRubyArt/wiki/Building-latest-gem) for building gem from this repo. Changes from processing-2.0 to [processing-3.0 here](https://github.com/processing/processing/wiki/Changes-in-3.0). Should work on same platforms as vanilla processing (windows, mac, linux, [raspberrypi][pi]) for Android see Yuki Morohoshi [rubuto-processing3][].
1111
## Requirements
1212

13-
A suitable version of ruby (MRI `ruby 2.3+` or `jruby-9.2.4.0`) to download gem.
13+
A suitable version of ruby (MRI `ruby 2.3+` or `jruby-9.2.5.0`) to download gem.
1414

1515
`processing-3.4`
1616

@@ -42,7 +42,7 @@ height: 600 # for static sketch only
4242
gem install jruby_art
4343
k9 --install # installs jruby-complete-9.2.0.0 and downloads and installs samples to ~/k9_samples
4444
cd ~/k9_samples/contributed
45-
k9 --run jwishy.rb # if you have jruby-9.2.4.0 installed or config `JRUBY: false`
45+
k9 --run jwishy.rb # if you have jruby-9.2.5.0 installed or config `JRUBY: false`
4646
# to use jruby-complete set `JRUBY: false` in config
4747
```
4848
## Create sketches from built in templates

0 commit comments

Comments
 (0)