From 292b9327a3a9978fbafcdf97c99156e87da51cfb Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Tue, 17 Nov 2009 11:41:27 +0100 Subject: Gemcutter task added to Rakefile --- Rakefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3