Skip to content

Commit

Permalink
getting ready for 2.6.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Nov 25, 2015
1 parent d072051 commit 6e8dec3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
@@ -1,6 +1,6 @@

v2.6.16 changed to static load for jruby extensions implement Vec2D.random and Vec3D.random
* get rid of rspec as development requirement (all minitest now)
v2.6.16 update to jruby-complete-1.7.23 changed to static load for jruby extensions implement Vec2D.random and Vec3D.random
* get rid of rspec as development requirement (all minitest now) this is expected to be the last release of ruby-processing

v2.6.15 added guard against running 'watch' in top level directories, rescue error
* when processing-3.0 is specified, and suggest updating to JRubyArt update to
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -20,11 +20,11 @@ Then install ruby-processing (from rubygems-org) in the usual way

`gem install ruby-processing` some systems eg Ubuntu may require `sudo` access

To install jruby-complete use our built in tool (relies on `wget` to download [jruby-complete-1.7.22](http://jruby.org/download))
To install jruby-complete use our built in tool (relies on `wget` to download [jruby-complete-1.7.23](http://jruby.org/download))

since ruby-processing-2.5.0 `rp5 setup install` (was `install_jruby_complete`)

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)
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)

The vendored jruby-complete is only required for application export, and running certain sketches (eg shader sketches see [wiki][]).

Expand Down Expand Up @@ -103,7 +103,7 @@ This gem has been tested with the following ruby implementations
* Ruby 2.0.0
* Ruby 2.1.2
* Ruby 2.2.1
* [JRuby][] preferred use jruby-1.7.XX but also works with jruby-9.0.1.0 release
* [JRuby][] preferred use jruby-1.7.XX but also works with jruby-9.0.4.0 release

### Supported processing version

Expand Down
4 changes: 2 additions & 2 deletions vendors/Rakefile
Expand Up @@ -8,7 +8,7 @@ WARNING = <<-EOS
EOS

JRUBYC_VERSION = '1.7.22'
JRUBYC_VERSION = '1.7.23'
EXAMPLES = '1.7'
HOME_DIR = ENV['HOME']
MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']
Expand All @@ -27,7 +27,7 @@ file "jruby-complete-#{JRUBYC_VERSION}.jar" do
rescue
warn(WARNING)
end
check_sha1("jruby-complete-#{JRUBYC_VERSION}.jar", "42dc9be2f706774c24ef61ec2981d05e2c79a9e2")
check_sha1("jruby-complete-#{JRUBYC_VERSION}.jar", "98150edb47ccc36917c1ef475d694b91a3356245")
end

directory "../lib/ruby"
Expand Down

0 comments on commit 6e8dec3

Please sign in to comment.