summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-11-24 14:43:20 +0100
committerChristoph Helma <helma@in-silico.ch>2010-11-24 14:43:20 +0100
commit8ff5d7de9683d9bbe6103dd42d10aefbf2f4a021 (patch)
treeeb4fc117b3dff87a6fbc7f27d3316053d8e2bc5a /Rakefile
parent7067bd44d5c97618ec6a968bbdfe6d6bda12a1cd (diff)
opentox-ruby gem in config.ru
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 53c6ae9..2578bb4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -8,7 +8,7 @@ begin
gem.summary = %Q{Ruby wrapper for the OpenTox REST API}
gem.description = %Q{Ruby wrapper for the OpenTox REST API (http://www.opentox.org)}
gem.email = "helma@in-silico.ch"
- gem.homepage = "http://github.com/helma/opentox-ruby-api-wrapper"
+ gem.homepage = "http://github.com/helma/opentox-ruby"
gem.authors = ["Christoph Helma, Martin Guetlein, Andreas Maunz, Micha Rautenberg, David Vorgrimmler"]
# dependencies
[ "sinatra",
@@ -24,6 +24,7 @@ begin
"roo",
"spreadsheet",
"google-spreadsheet-ruby",
+ "yajl-ruby",
"tmail",
"rinruby",
"rjb"
@@ -80,7 +81,7 @@ Rake::RDocTask.new do |rdoc|
end
rdoc.rdoc_dir = 'rdoc'
- rdoc.title = "opentox-ruby-api-wrapper #{version}"
+ rdoc.title = "opentox-ruby #{version}"
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
end