Skip to content

Commit 6e8dec3

Browse files
author
monkstone
committed
getting ready for 2.6.16 release
1 parent d072051 commit 6e8dec3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
v2.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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2525
since 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

2929
The 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

vendors/Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WARNING = <<-EOS
88
99
EOS
1010

11-
JRUBYC_VERSION = '1.7.22'
11+
JRUBYC_VERSION = '1.7.23'
1212
EXAMPLES = '1.7'
1313
HOME_DIR = ENV['HOME']
1414
MAC_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")
3131
end
3232

3333
directory "../lib/ruby"

0 commit comments

Comments
 (0)