summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-09-11 23:55:32 +0200
committerChristoph Helma <helma@in-silico.de>2009-09-11 23:55:32 +0200
commitabd0e1ae7b933cbd1c1907dd9e7f1ce1782cf743 (patch)
treebf394da92dca45b292aa4635dc097c26e63bfab6 /Rakefile
parent59249a0febc2f90cd1643ddb7e3baa68e3f49065 (diff)
InChI escaping fixed
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 675ac64..6f71f5d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,7 +10,7 @@ begin
gem.email = "helma@in-silico.ch"
gem.homepage = "http://github.com/helma/opentox-ruby-api-wrapper"
gem.authors = ["Christoph Helma"]
- gem.add_dependency "rest-client"
+ gem.add_dependency "technoweenie-rest-client"
gem.files = FileList["[A-Z]*", "{bin,generators,lib,test}/**/*", 'lib/jeweler/templates/.gitignore']
gem.files.include %w(lib/tasks/opentox.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