lib/stove/rake_task.rb in stove-4.0.0 vs lib/stove/rake_task.rb in stove-4.1.0
- old
+ new
@@ -7,10 +7,10 @@
attr_accessor :stove_opts
def initialize(name = nil)
yield self if block_given?
- desc 'Publish this cookbook' unless ::Rake.application.last_comment
+ desc 'Publish this cookbook' unless ::Rake.application.last_description
task(name || :publish) do |t, args|
Cli.new(stove_opts || []).execute!
end
end