Sha256: 1927326b8355835fcf461f8d1eebdb356775055607117a825f69323109be57da

Contents?: true

Size: 259 Bytes

Versions: 3

Compression:

Stored size: 259 Bytes

Contents

#!/usr/bin/env ruby
ENV['RUBYOPT'] = "-rdate #{ENV['RUBYOPT']}"
lib = File.join(File.dirname(File.dirname(__FILE__)), 'lib')
ENV['RUBYLIB'] = [lib, File.join(lib, 'third_base', 'compat'), ENV['RUBYLIB']].join(RUBY_PLATFORM =~ /win32/ ? ';' : ':')
exec(*ARGV)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
third_base-1.3.0 bin/third_base
third_base-1.2.0 bin/third_base
third_base-1.1.1 bin/third_base