diff options
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -6,15 +6,9 @@ require File.dirname(__FILE__) + '/lib/ohai' $hoe = Hoe.new('ohai', Ohai::VERSION) do |p| p.developer('Adam Jacob', 'adam@opscode.com') p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n") - p.post_install_message = 'PostInstall.txt' # TODO remove if post-install message not required - p.rubyforge_name = p.name # TODO this is default value - # p.extra_deps = [ - # ['activesupport','>= 2.0.2'], - # ] p.extra_dev_deps = [ ['newgem', ">= #{::Newgem::VERSION}"] ] - p.clean_globs |= %w[**/.DS_Store tmp *.log] path = (p.rubyforge_name == p.name) ? p.rubyforge_name : "\#{p.rubyforge_name}/\#{p.name}" p.remote_rdoc_dir = File.join(path.gsub(/^#{p.rubyforge_name}\/?/,''), 'rdoc') |