vendors/Rakefile in jruby_art-0.9.0 vs vendors/Rakefile in jruby_art-1.0.0

- 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.1.0' -EXAMPLES = '0.8' +JRUBYC_VERSION = '9.0.3.0' +EXAMPLES = '1.0' 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", "523f0054455d85cdfc53af6eb8e925228feb9777") + check_sha1("jruby-complete-#{JRUBYC_VERSION}.jar", "d57e15c1bf3068cecaf0f2dab95affa4072114f6") end directory "../lib/ruby" desc "copy jruby-complete"