Sha256: 14658ab451fce12e41018f5bdd89357835c8b0ed124f4c6965babca86be1f1d2
Contents?: true
Size: 482 Bytes
Versions: 42
Compression:
Stored size: 482 Bytes
Contents
require 'rubygems' # Set up gems listed in the Gemfile. gemfile = File.expand_path('Gemfile', __FILE__) begin ENV['BUNDLE_GEMFILE'] = gemfile require 'bundler' Bundler.setup rescue Bundler::GemNotFound => e STDERR.puts e.message STDERR.puts "Try running `bundle install`." exit! end if File.exist?(gemfile) require File.join(File.dirname(__FILE__), "lib/chef_cap") load 'deploy' if respond_to?(:namespace) # cap2 differentiator ::ChefCap::Capistrano.load_recipes(self)
Version data entries
42 entries across 42 versions & 1 rubygems