From bbbe20b312f94e6a42e46efdd3e0c72a596b2fe6 Mon Sep 17 00:00:00 2001 From: Matthew Kent Date: Fri, 19 Mar 2010 15:12:11 -0700 Subject: OHAI-169: Add man page to gem and drop missing extras/ folder. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') 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 -- cgit v1.2.1