Sha256: b2c8c7936947fd56acddacb206899a09f6182faa6310a366e27ddf07321fa998

Contents?: true

Size: 241 Bytes

Versions: 11

Compression:

Stored size: 241 Bytes

Contents

# encoding: utf-8

require 'bundler'
require 'bundler/setup'
require 'berkshelf/thor'

begin
  require "kitchen/thor_tasks"
  Kitchen::ThorTasks.new
rescue LoadError
  puts ">>>>> Kitchen gem not loaded, omitting tasks" unless ENV["CI"]
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
capsulecd-1.0.11 spec/fixtures/chef/cookbook_analogj_test/Thorfile
capsulecd-1.0.10 spec/fixtures/chef/cookbook_analogj_test/Thorfile
capsulecd-1.0.9 spec/fixtures/chef/cookbook_analogj_test/Thorfile
capsulecd-1.0.8 spec/fixtures/chef/cookbook_analogj_test/Thorfile
capsulecd-1.0.7 spec/fixtures/chef/cookbook_analogj_test/Thorfile
capsulecd-1.0.6 spec/fixtures/chef/cookbook_analogj_test/Thorfile
capsulecd-1.0.5 spec/fixtures/chef/cookbook_analogj_test/Thorfile
capsulecd-1.0.4 spec/fixtures/chef/cookbook_analogj_test/Thorfile
capsulecd-1.0.3 spec/fixtures/chef/cookbook_analogj_test/Thorfile
capsulecd-1.0.1 spec/fixtures/chef/cookbook_analogj_test/Thorfile
capsulecd-1.0.0 spec/fixtures/chef/cookbook_analogj_test/Thorfile