Sha256: fdc7bb734a7d677ff98e67ab7a4b91701c73632d755f6e0daa0b388134c02fe6
Contents?: true
Size: 539 Bytes
Versions: 6
Compression:
Stored size: 539 Bytes
Contents
# coding: utf-8 # This is not a normal module/class. It contains code to be run by bin/fig and # bin/fig-debug just after process startup. ( [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< coverage_support.rb > ) ) end $LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), %w< .. .. > )) require 'rubygems' require 'fig/command'
Version data entries
6 entries across 6 versions & 1 rubygems