summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorMatthew Kent <mkent@magoazul.com>2010-03-19 15:12:11 -0700
committerDaniel DeLeo <dan@opscode.com>2010-05-05 11:33:18 -0700
commitbbbe20b312f94e6a42e46efdd3e0c72a596b2fe6 (patch)
treeadc09bc7d7044b72ed0eb847490574e8fb910ce2 /Rakefile
parent9e8b96460e811acc8a39b1038b4b61506835b67c (diff)
downloadohai-bbbe20b312f94e6a42e46efdd3e0c72a596b2fe6.tar.gz
OHAI-169: Add man page to gem and drop missing extras/ folder.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 59e4c149..771cff0c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -33,7 +33,7 @@ spec = Gem::Specification.new do |s|
s.require_path = 'lib'
s.autorequire = GEM
- s.files = %w(LICENSE README.rdoc Rakefile) + Dir.glob("{extras,lib,spec}/**/*")
+ s.files = %w(LICENSE README.rdoc Rakefile) + Dir.glob("{docs,lib,spec}/**/*")
end
task :default => :spec