File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11require 'rake/clean'
22
3- WARNING = <<-EOS
3+ WARNING = <<-EOS . freeze
44 WARNING: you may not have wget installed, you could just download
55 the correct version of jruby-complete to the vendors folder, and
66 re-run k9 setup install instead of installing wget. Some systems
77 may also require 'sudo' access to install, NB: this is untested....
88
99EOS
1010
11- JRUBYC_VERSION = '9.1.5 .0'
11+ JRUBYC_VERSION = '9.1.6 .0'
1212EXAMPLES = '1.6'
1313HOME_DIR = ENV [ 'HOME' ]
1414MAC_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_sha256 ( "jruby-complete-#{ JRUBYC_VERSION } .jar" , "7711fe1d09bb98727a43f5aaef5ea3a205500568bc2fa718cb7ef77dd3800519 " )
30+ check_sha256 ( "jruby-complete-#{ JRUBYC_VERSION } .jar" , "2a45c5f24deb538343c3a9b9a3b29bbeb11fa9d91cf8649271bd07d2e1aa28cb " )
3131end
3232
3333directory "../lib/ruby"
You can’t perform that action at this time.
0 commit comments