Sha256: f63f800a4d274fe9b7be35acbf6d16cf452d6ae5b44f1649c350aebe84565062

Contents?: true

Size: 344 Bytes

Versions: 4

Compression:

Stored size: 344 Bytes

Contents

#!/usr/bin/env ruby

file = __FILE__
if test(?l,file)
  require "pathname"
  file = Pathname.new(file).realpath
end

begin
  system "cd #{File.expand_path(File.dirname(file) +"/../vendors")} && rake"
rescue
  warn("WARNING: you may not have wget installed, you could just copy jruby complete to vendors folder instead of installing wget")	
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ruby-processing-2.4.4 bin/install_jruby_complete
ruby-processing-2.4.3 bin/install_jruby_complete
ruby-processing-2.4.2 bin/install_jruby_complete
ruby-processing-2.4.1 bin/install_jruby_complete