Sha256: 6e56713f570666e405becd7b24faa3fc709e9d3e20cc64376d93766877e88a9f

Contents?: true

Size: 594 Bytes

Versions: 2

Compression:

Stored size: 594 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'
require 'erbtex/file_names'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
erbtex-0.4.4 lib/erbtex.rb
erbtex-0.4.3 lib/erbtex.rb