Sha256: e56cba57a4c08a6f89320aabaf6549fe56de4df8a8a7e59e488423901da6c052

Contents?: true

Size: 253 Bytes

Versions: 3

Compression:

Stored size: 253 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
third_base-1.0.1 bin/third_base
third_base-1.0.0 bin/third_base
third_base-1.1.0 bin/third_base