Sha256: 19dcf0cc7499de350d4db067f7e6511318ecfeee8383114a6ab7bf07cb745ed2
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.38' SEQTRIM_VERSION = VERSION end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
seqtrimnext-2.0.38 | lib/seqtrimnext.rb |