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 1
1
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
4
4
5
5
v2.6.15 added guard against running 'watch' in top level directories, rescue error
6
6
* 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
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.23 ] ( 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.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)
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
@@ -103,7 +103,7 @@ This gem has been tested with the following ruby implementations
103
103
* Ruby 2.0.0
104
104
* Ruby 2.1.2
105
105
* 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
107
107
108
108
### Supported processing version
109
109
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ WARNING = <<-EOS
8
8
9
9
EOS
10
10
11
- JRUBYC_VERSION = '1.7.22 '
11
+ JRUBYC_VERSION = '1.7.23 '
12
12
EXAMPLES = '1.7'
13
13
HOME_DIR = ENV [ 'HOME' ]
14
14
MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig ::CONFIG [ 'host_os' ]
@@ -27,7 +27,7 @@ file "jruby-complete-#{JRUBYC_VERSION}.jar" do
27
27
rescue
28
28
warn ( WARNING )
29
29
end
30
- check_sha1 ( "jruby-complete-#{ JRUBYC_VERSION } .jar" , "42dc9be2f706774c24ef61ec2981d05e2c79a9e2 " )
30
+ check_sha1 ( "jruby-complete-#{ JRUBYC_VERSION } .jar" , "98150edb47ccc36917c1ef475d694b91a3356245 " )
31
31
end
32
32
33
33
directory "../lib/ruby"
You can’t perform that action at this time.
0 commit comments