Sha256: 250deb6bee582882b706a374b3fe93c0182f836023c2fba02d09a98efab615c8
Contents?: true
Size: 293 Bytes
Versions: 74
Compression:
Stored size: 293 Bytes
Contents
require 'jruby-jars/version' module JRubyJars PATH = File.expand_path(File.dirname(__FILE__)) def self.core_jar_path "#{PATH}/jruby-core-#{JRubyJars::MAVEN_VERSION}-complete.jar" end def self.stdlib_jar_path "#{PATH }/jruby-stdlib-#{JRubyJars::MAVEN_VERSION}.jar" end end
Version data entries
74 entries across 74 versions & 1 rubygems