summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2009-01-06 16:45:14 -0800
committerAdam Jacob <adam@hjksolutions.com>2009-01-06 16:45:14 -0800
commit96f88585a451202a061ba73d13189979fa59b799 (patch)
treeade20d148c98c949fd6b3fc586ebc76a48cf9761 /Rakefile
parentd76ef553e93109b58fae8e0ae22bb04ea881d972 (diff)
downloadohai-96f88585a451202a061ba73d13189979fa59b799.tar.gz
Updating Rakefile and adding a gemspec
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Rakefile b/Rakefile
index 87737e69..e8eba8c6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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')