diff options
author | Matthew Kent <mkent@magoazul.com> | 2010-03-19 15:12:11 -0700 |
---|---|---|
committer | Daniel DeLeo <dan@opscode.com> | 2010-05-05 11:33:18 -0700 |
commit | bbbe20b312f94e6a42e46efdd3e0c72a596b2fe6 (patch) | |
tree | adc09bc7d7044b72ed0eb847490574e8fb910ce2 /Rakefile | |
parent | 9e8b96460e811acc8a39b1038b4b61506835b67c (diff) | |
download | ohai-bbbe20b312f94e6a42e46efdd3e0c72a596b2fe6.tar.gz |
OHAI-169: Add man page to gem and drop missing extras/ folder.
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |