Sha256: a332b0ea02a233f970b4a6ea69d9996a57feff1ae021f8f295b2e8e203f38dbc

Contents?: true

Size: 354 Bytes

Versions: 42

Compression:

Stored size: 354 Bytes

Contents

require File.expand_path(File.join(File.dirname(__FILE__), "chef_cap/version"))

module ChefCap

  class Capistrano
    RECIPES_PATH = File.expand_path(File.join(File.dirname(__FILE__), "..", "recipes"))

    def self.load_recipes(capistrano)
      Dir[File.join(RECIPES_PATH, "*.rb")].each { |recipe| capistrano.send(:load, recipe) }
    end

  end

end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
chef_cap-0.3.23 lib/chef_cap.rb
chef_cap-0.3.22 lib/chef_cap.rb
chef_cap-0.3.21 lib/chef_cap.rb
chef_cap-0.3.20 lib/chef_cap.rb
chef_cap-0.3.19 lib/chef_cap.rb
chef_cap-0.3.18 lib/chef_cap.rb
chef_cap-0.3.17 lib/chef_cap.rb
chef_cap-0.3.16 lib/chef_cap.rb
chef_cap-0.3.15 lib/chef_cap.rb
chef_cap-0.3.14 lib/chef_cap.rb
chef_cap-0.3.13 lib/chef_cap.rb
chef_cap-0.3.12 lib/chef_cap.rb
chef_cap-0.3.11 lib/chef_cap.rb
chef_cap-0.3.10 lib/chef_cap.rb
chef_cap-0.3.9 lib/chef_cap.rb
chef_cap-0.3.8 lib/chef_cap.rb
chef_cap-0.3.7 lib/chef_cap.rb
chef_cap-0.3.6 lib/chef_cap.rb
chef_cap-0.3.5 lib/chef_cap.rb
chef_cap-0.3.4 lib/chef_cap.rb