File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
2- v2.6.16 changed to static load for jruby extensions implement Vec2D.random and Vec3D.random
3- * get rid of rspec as development requirement (all minitest now)
2+ v2.6.16 update to jruby-complete-1.7.23 changed to static load for jruby extensions implement Vec2D.random and Vec3D.random
3+ * get rid of rspec as development requirement (all minitest now) this is expected to be the last release of ruby-processing
44
55v2.6.15 added guard against running 'watch' in top level directories, rescue error
66* when processing-3.0 is specified, and suggest updating to JRubyArt update to
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
2020
2121` gem install ruby-processing ` some systems eg Ubuntu may require ` sudo ` access
2222
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.23 ] ( http://jruby.org/download ) )
2424
2525since ruby-processing-2.5.0 ` rp5 setup install ` (was ` install_jruby_complete ` )
2626
27- If you haven't got ` wget ` just download jruby-complete-1.7.22 (for ruby-processing-2.6.15 ) to the vendors folder (then run above tool)
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)
2828
2929The vendored jruby-complete is only required for application export, and running certain sketches (eg shader sketches see [ wiki] [ ] ).
3030
@@ -103,7 +103,7 @@ This gem has been tested with the following ruby implementations
103103* Ruby 2.0.0
104104* Ruby 2.1.2
105105* Ruby 2.2.1
106- * [ JRuby] [ ] preferred use jruby-1.7.XX but also works with jruby-9.0.1 .0 release
106+ * [ JRuby] [ ] preferred use jruby-1.7.XX but also works with jruby-9.0.4 .0 release
107107
108108### Supported processing version
109109
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ WARNING = <<-EOS
88
99EOS
1010
11- JRUBYC_VERSION = '1.7.22 '
11+ JRUBYC_VERSION = '1.7.23 '
1212EXAMPLES = '1.7'
1313HOME_DIR = ENV [ 'HOME' ]
1414MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig ::CONFIG [ 'host_os' ]
@@ -27,7 +27,7 @@ file "jruby-complete-#{JRUBYC_VERSION}.jar" do
2727 rescue
2828 warn ( WARNING )
2929 end
30- check_sha1 ( "jruby-complete-#{ JRUBYC_VERSION } .jar" , "42dc9be2f706774c24ef61ec2981d05e2c79a9e2 " )
30+ check_sha1 ( "jruby-complete-#{ JRUBYC_VERSION } .jar" , "98150edb47ccc36917c1ef475d694b91a3356245 " )
3131end
3232
3333directory "../lib/ruby"
You can’t perform that action at this time.
0 commit comments