summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristopher Brown <cb@opscode.com>2009-12-21 17:18:36 -0800
committerChristopher Brown <cb@opscode.com>2009-12-21 17:18:36 -0800
commit22d2c338ccb448e537dc8fb126df2d4048200fcb (patch)
treed7c23b81a873215f4c203287247e155cf175ac00 /Rakefile
parentedc0a63ee0a2dcac660c6c122ef7f7e2d5f00e1f (diff)
downloadmixlib-log-22d2c338ccb448e537dc8fb126df2d4048200fcb.tar.gz
fix makefile and require order
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 86432e0..3c81f91 100644
--- a/Rakefile
+++ b/Rakefile
@@ -9,7 +9,7 @@ begin
gem.email = "info@opscode.com"
gem.homepage = "http://www.opscode.com"
gem.authors = ["Opscode, Inc."]
-
+ gem.files.include %w{ bin/* lib/**/* }
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
rescue LoadError