From 3dd77b260393bae93bb27677e3f8a45f407981c1 Mon Sep 17 00:00:00 2001 From: Adam Jacob Date: Mon, 10 Mar 2008 00:38:43 -0700 Subject: Added rcov coverage, lots of tests, definitions, node support --- Rakefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 9ba3b6b619..a951cf1f28 100644 --- a/Rakefile +++ b/Rakefile @@ -2,17 +2,17 @@ require 'rubygems' require 'hoe' -require './lib/marionette.rb' +require './lib/chef.rb' require './tasks/rspec.rb' # require Dir[File.join(File.dirname(__FILE__), 'tasks/**/*.rb')].sort.each do |lib| # require lib # end -Hoe.new('marionette', Marionette::VERSION) do |p| - p.rubyforge_name = 'marionette' +Hoe.new('chef', Chef::VERSION) do |p| + p.rubyforge_name = 'chef' p.author = 'Adam Jacob' p.email = 'adam@hjksolutions.com' - p.summary = 'A configuration management system' + p.summary = 'A configuration management system.' p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n") p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1] p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n") -- cgit v1.2.1