summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-11-17 11:41:27 +0100
committerChristoph Helma <helma@in-silico.de>2009-11-17 11:41:27 +0100
commit292b9327a3a9978fbafcdf97c99156e87da51cfb (patch)
tree12f69aa7e3dba201cf305407888174ab69bcaed7 /Rakefile
parent40cc23c8e0f2ae20348a6cdde257dd14fddafd4c (diff)
Gemcutter task added to Rakefile
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index cdd29c5..3d5756a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -21,6 +21,7 @@ begin
gem.files.include %w(lib/tasks/opentox.rb, lib/tasks/redis.rb, lib/environment.rb, lib/algorithm.rb, lib/compound.rb, lib/dataset.rb, lib/feature.rb, lib/model.rb, lib/utils.rb, lib/templates/*)
# 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 jeweler"
end