File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ Then install ruby-processing (from rubygems-org) in the usual way
20
20
21
21
` gem install ruby-processing ` some systems eg Ubuntu may require ` sudo ` access
22
22
23
- To install jruby-complete use our built in tool (relies on ` wget ` to download [ jruby-complete-1.7.22 ] ( http://jruby.org/download ) )
23
+ To install jruby-complete use our built in tool (relies on ` wget ` to download [ jruby-complete-1.7.25 ] ( http://jruby.org/download ) )
24
24
25
25
since ruby-processing-2.5.0 ` rp5 setup install ` (was ` install_jruby_complete ` )
26
26
27
- If you haven't got ` wget ` just download jruby-complete-1.7.23 (for ruby-processing-2.6.16 ) to the vendors folder (then run above tool)
27
+ If you haven't got ` wget ` just download jruby-complete-1.7.25 (for ruby-processing-2.6.18 ) to the vendors folder (then run above tool)
28
28
29
29
The vendored jruby-complete is only required for application export, and running certain sketches (eg shader sketches see [ wiki] [ ] ).
30
30
@@ -104,7 +104,7 @@ This gem has been tested with the following ruby implementations
104
104
* Ruby 2.1.2
105
105
* Ruby 2.2.1
106
106
* Ruby 2.3.0
107
- * [ JRuby] [ ] preferred use jruby-1.7.XX but also works with jruby-9.0.5.0 release
107
+ * [ JRuby] [ ] preferred use jruby-1.7.XX but also works with jruby-9.0.5.0 release
108
108
109
109
### Supported processing version
110
110
You can’t perform that action at this time.
0 commit comments