lib/vagabond/constants.rb in vagabond-0.2.8 vs lib/vagabond/constants.rb in vagabond-0.2.10

- old
+ new

@@ -1,13 +1,8 @@ +#encoding: utf-8 require 'chef/mash' module Vagabond - BASE_TEMPLATES = File.readlines( - File.join(File.dirname(__FILE__), 'cookbooks/vagabond/attributes/default.rb') - ).map do |l| - l.scan(%r{bases\]\[:([^\]]+)\]}).flatten.first - end.compact.uniq - COLORS = Mash.new( :success => :green, :create => :green, :setup => :blue, :error => :red,