vendors/Rakefile in jruby_art-1.0.0 vs vendors/Rakefile in jruby_art-1.0.1
- old
+ new
@@ -6,12 +6,12 @@
re-run k9 setup install instead of installing wget. Some systems
may also require 'sudo' access to install, NB: this is untested....
EOS
-JRUBYC_VERSION = '9.0.3.0'
-EXAMPLES = '1.0'
+JRUBYC_VERSION = '9.0.4.0'
+EXAMPLES = '1.1'
HOME_DIR = ENV['HOME']
MAC_OR_LINUX = /linux|mac|darwin/ =~ RbConfig::CONFIG['host_os']
CLOBBER.include("jruby-complete-#{JRUBYC_VERSION}.jar")
@@ -25,10 +25,10 @@
begin
sh "wget https://s3.amazonaws.com/jruby.org/downloads/#{JRUBYC_VERSION}/jruby-complete-#{JRUBYC_VERSION}.jar"
rescue
warn(WARNING)
end
- check_sha1("jruby-complete-#{JRUBYC_VERSION}.jar", "d57e15c1bf3068cecaf0f2dab95affa4072114f6")
+ check_sha1("jruby-complete-#{JRUBYC_VERSION}.jar", "4f094b4b7915def9d1cd35ce69ee12c1f102c8b2")
end
directory "../lib/ruby"
desc "copy jruby-complete"