Sha256: c175ac0cc5612feee7569e1d338ad748483b60a2e9e23c2dbbecf96a72475371

Contents?: true

Size: 283 Bytes

Versions: 6

Compression:

Stored size: 283 Bytes

Contents

# encoding: utf-8
# author: Adam Leff

libdir = File.dirname(__FILE__)
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)

module Habitat
  autoload :Log,     'inspec-habitat/log'
  autoload :Profile, 'inspec-habitat/profile'
end

require 'inspec-habitat/cli'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
inspec-2.1.81 lib/bundles/inspec-habitat.rb
inspec-2.1.21 lib/bundles/inspec-habitat.rb
inspec-2.1.10 lib/bundles/inspec-habitat.rb
inspec-2.0.32 lib/bundles/inspec-habitat.rb
inspec-2.0.17 lib/bundles/inspec-habitat.rb
inspec-1.51.15 lib/bundles/inspec-habitat.rb