summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2010-02-28 12:16:04 -0800
committerAdam Jacob <adam@opscode.com>2010-02-28 12:16:04 -0800
commit42bfc83c42a384e1371b9d3bd4b3a48bbae3e9cf (patch)
treec584d6d05bae25b133c8aa45096fdf6cefa9cd19
parent2dc331dbd16a5537e8308dca4998bb3247cc6279 (diff)
downloadmixlib-log-42bfc83c42a384e1371b9d3bd4b3a48bbae3e9cf.tar.gz
Adding the gemcutter task to the rakefilebeta-1alpha_deploy_4alpha_deploy_3alpha_deploy_21.1.0
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 3c81f91..cfd0901 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,6 +12,7 @@ begin
gem.files.include %w{ bin/* lib/**/* }
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
+ Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install gemcutter jeweler (installs jeweler from gemcutter)"
end