Sha256: 62f542d6f8b15cd192c707c71bae8ee01a15269bcac8c99933ff15bdeaeb81fe
Contents?: true
Size: 284 Bytes
Versions: 13
Compression:
Stored size: 284 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}.jar" end def self.stdlib_jar_path "#{PATH }/jruby-stdlib-#{JRubyJars::MAVEN_VERSION}.jar" end end
Version data entries
13 entries across 13 versions & 1 rubygems