Sha256: aa16241ad972797be50991a63ca68fd9080999a5279275e1e8d31cd69053e823
Contents?: true
Size: 495 Bytes
Versions: 2
Compression:
Stored size: 495 Bytes
Contents
#!/usr/bin/env ruby # # Runs tapexe, first setting the default ENV variables expected # by tap when installed by RubyGems. Splitting the work into # two files like this is a pattern allowing tapexe to be run # without RubyGems or the default ENV (ie 'ruby tapexe'). # ENV['TAP_GEMS'] ||= '.' ENV['TAP_PATH'] ||= '.' ENV['TAPENV'] ||= 'tapenv' ENV['TAPRC'] ||= '~/.taprc:taprc' ENV['TAPFILE'] ||= 'tapfile' ENV['TAP_CACHE'] ||= '~/.tap' load File.expand_path('../tapexe', __FILE__)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tap-1.4.0 | bin/tap |
tap-1.3.0 | bin/tap |