Sha256: 948485e43919516e7e55fc899cf4ac9e3b0fe51f5d793af2b76f5781c84d448c
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.51' SEQTRIM_VERSION = VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
seqtrimnext-2.0.51 | lib/seqtrimnext.rb |