Sha256: f72d321f9176a2ed077761c8409d26b2f6a1f09121cd0345f147638015c5d115
Contents?: true
Size: 566 Bytes
Versions: 2
Compression:
Stored size: 566 Bytes
Contents
# Conditional added to prevent running bundler/setup twice when it already has # erbtex in the LOAD_PATH. Failure to do this was causing bundler to setup for # the wrong Gemfile if it was run in the development directory of another gem, # for example, ydl. This only happened on saturn for some reason that I don't # understand, but this kludge made it work. require 'bundler/setup' if $LOAD_PATH.none? { |p| p =~ /erbtex/ } require 'shellwords' require 'erubis' require 'fat_core' require 'erbtex/version' require 'erbtex/command_line' require 'erbtex/runner'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
erbtex-0.4.2 | lib/erbtex.rb |
erbtex-0.4.1 | lib/erbtex.rb |