Sha256: 37ea75829dec8e6805f0e8405ace0d6f39287c59b2d6187ca3901c0a54ee4e61

Contents?: true

Size: 357 Bytes

Versions: 7

Compression:

Stored size: 357 Bytes

Contents

#!/usr/bin/env ruby

if ENV['FIG_COVERAGE']
  require File.expand_path(
    File.join(
      File.dirname(__FILE__), %w< .. lib fig command coverage_support.rb >
    )
  )
end

$LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), %w< .. lib > ))

require 'rubygems'

require 'fig/command'

exit Fig::Command.new.run_with_exception_handling ARGV

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fig-0.1.77 bin/fig
fig-0.1.76 bin/fig
fig-0.1.75 bin/fig
fig-0.1.73 bin/fig
fig-0.1.71 bin/fig
fig-0.1.69 bin/fig
fig-0.1.67 bin/fig