cookbooks/tvdinner/templates/default/Gemfile.erb in tvd-tvdinner-0.0.15 vs cookbooks/tvdinner/templates/default/Gemfile.erb in tvd-tvdinner-0.0.16

- old
+ new

@@ -1,11 +1,9 @@ +require "development" + source "https://rubygems.org" gemspec - -def dev(nm_gem, workarea) - gem nm_gem, (ENV["EDIT_#{nm_gem.gsub("-","_")}"] ? { :path => "#{workarea}/#{nm_gem}" } : {}) -end gem "tvd-tvdinner" unless File.exists?(File.expand_path("../tvd-tvdinner.gemspec", __FILE__)) gem "chefspec" gem "minitest-chef-handler" gem "foodcritic", :platforms => :ruby_19