Sha256: d982b3980ca854d18c8bf784a7c2adab33d71c3a63850b2707f47b7d1e6533e6

Contents?: true

Size: 434 Bytes

Versions: 20

Compression:

Stored size: 434 Bytes

Contents

#!/usr/bin/env ruby

# Bundler and rubygems maintain a set of directories from which to
# load gems. If Bundler is loaded, let it determine what can be
# loaded. If it's not loaded, then use rubygems. But do this before
# loading any facter code, so that our gem loading system is sane.
if not defined? ::Bundler
  begin
    require 'rubygems'
  rescue LoadError
  end
end

require 'facter/application'

Facter::Application.run(ARGV)

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
facter-2.0.1 bin/facter
facter-2.0.1-x86-mingw32 bin/facter
facter-2.0.1-universal-darwin bin/facter
facter-2.0.1.rc4 bin/facter
facter-2.0.1.rc4-x86-mingw32 bin/facter
facter-2.0.1.rc4-universal-darwin bin/facter
facter-2.0.1.rc3 bin/facter
facter-2.0.1.rc3-x86-mingw32 bin/facter
facter-2.0.1.rc3-universal-darwin bin/facter
facter-2.0.1.rc2 bin/facter
facter-2.0.1.rc2-x86-mingw32 bin/facter
facter-2.0.1.rc2-universal-darwin bin/facter
facter-2.0.1.rc1 bin/facter
facter-2.0.1.rc1-x86-mingw32 bin/facter
facter-2.0.1.rc1-universal-darwin bin/facter
facter-1.7.5 bin/facter
facter-1.7.5.rc2 bin/facter
facter-1.7.5.rc1 bin/facter
facter-1.7.4 bin/facter
facter-1.7.4.rc1 bin/facter