Sha256: ad578967979606783a8b448367a25c30f43138960a37b1701e6d66a61f1dce66
Contents?: true
Size: 980 Bytes
Versions: 1
Compression:
Stored size: 980 Bytes
Contents
$:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) # setup REQUIRE_PATH ROOT_PATH=File.join(File.dirname(__FILE__),'seqtrimnext') $: << File.expand_path(File.join(ROOT_PATH, 'classes')) #finds the classes that were in the folder 'plugins' $: << File.expand_path(File.join(ROOT_PATH, 'plugins')) #finds the classes that were in the folder 'plugins' $: << File.expand_path(File.join(ROOT_PATH, 'actions')) #finds the classes that were in the folder 'utils' $: << File.expand_path(File.join(ROOT_PATH, 'utils')) $: << File.expand_path(File.join(ROOT_PATH, 'classes','em_classes')) $: << File.expand_path(File.join(ROOT_PATH, 'latex','classes')) # puts $: module Seqtrimnext # SEQTRIM_VERSION_REVISION=27 # SEQTRIM_VERSION_STAGE = 'b' # SEQTRIM_VERSION = "2.0.0#{SEQTRIM_VERSION_STAGE}#{SEQTRIM_VERSION_REVISION}" VERSION = '2.0.30' SEQTRIM_VERSION = VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
seqtrimnext-2.0.30 | lib/seqtrimnext.rb |