Skip to content

Commit 283d75e

Browse files
author
monkstone
committed
using jruby-complete-9.0.1.0
1 parent 5ac482f commit 283d75e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
**v0.6.0** Tested processing-3.0b5 getting nearer processing release, `AABB` is
2-
now `AaBb` which avoids clashing with toxigem
1+
**v0.6.0** Tested processing-3.0b5 and using jruby-9.0.1.0 getting nearer processing release, `AABB` is now `AaBb` which avoids clashing with toxigem
32

43
**v0.5.0** Tested with processing-3.0b4 more samples included, introducing `keyword` args and a 2D `AABB` implementation
54
map1d, lerp, norm, p5map and constrained_map as module methods in a JRuby extension. Using jdk-8 source for lambda...

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 = '9.0.0.0'
11+
JRUBYC_VERSION = '9.0.1.0'
1212
EXAMPLES = '0.6'
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", "2479278bdd92d85ca37c5d45a4ec4745c50dfccb")
30+
check_sha1("jruby-complete-#{JRUBYC_VERSION}.jar", "523f0054455d85cdfc53af6eb8e925228feb9777")
3131
end
3232

3333
directory "../lib/ruby"

0 commit comments

Comments
 (0)