Sha256: ae42f358f2e06f3a10643cd22736227cb6eadf42906391569551752387c08ac3

Contents?: true

Size: 568 Bytes

Versions: 33

Compression:

Stored size: 568 Bytes

Contents

#!/usr/bin/env ruby

( [1, 9, 2] <=> ( RUBY_VERSION.split(".").collect {|x| x.to_i} ) ) <= 0 or
  abort "Ruby v1.9.2 is required; this is v#{RUBY_VERSION}."

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'

# Identical to regular fig, but doesn't use exception handling so you can see
# stack traces.
exit Fig::Command.new.run_fig ARGV

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
fig-1.23.0 bin/fig-debug
fig-1.22.1.beta.1 bin/fig-debug
fig-1.22.0 bin/fig-debug
fig-1.21.1.beta.2 bin/fig-debug
fig-1.21.1.beta.1 bin/fig-debug
fig-1.21.0 bin/fig-debug
fig-1.20.1.beta.1 bin/fig-debug
fig-1.20.0 bin/fig-debug
fig-1.19.0 bin/fig-debug
fig-1.18.0 bin/fig-debug
fig-1.17.0 bin/fig-debug
fig-1.16.1.beta.1 bin/fig-debug
fig-1.16.0 bin/fig-debug
fig-1.15.1.beta.2 bin/fig-debug
fig-1.15.1.beta.1 bin/fig-debug
fig-1.15.0 bin/fig-debug
fig-1.14.0 bin/fig-debug
fig-1.13.0 bin/fig-debug
fig-1.12.0 bin/fig-debug
fig-1.11.0 bin/fig-debug