Sha256: 48af3d754f5167fa300502f87e0436be1b11329048278f99c5765a457ca7513c
Contents?: true
Size: 363 Bytes
Versions: 1
Compression:
Stored size: 363 Bytes
Contents
module TorqueboxNaming VERSION = '2.0.0' MAVEN_VERSION = '2.0.0' end begin require 'java' require File.dirname(__FILE__) + '/torquebox-naming.jar' rescue LoadError puts 'JAR-based gems require JRuby to load. Please visit www.jruby.org.' raise end load File.dirname(__FILE__) + '/gem_hook.rb' if File.exists?( File.dirname(__FILE__) + '/gem_hook.rb')
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
torquebox-naming-2.0.0-java | lib/torquebox-naming.rb |