summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-08-13 11:12:40 +0200
committerChristoph Helma <helma@in-silico.de>2009-08-13 11:12:40 +0200
commitb5d23150591cd29accf3ec818389e30d5812d7ef (patch)
tree4ebe99e5cd297467ec1d0be1877074257b6739fc /Rakefile
parent6683afffc7f9b2f1d58a6ebbf8e9b2f4213437ef (diff)
description added, rdoc removed
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index a1b950e..de8e703 100644
--- a/Rakefile
+++ b/Rakefile
@@ -6,7 +6,7 @@ begin
Jeweler::Tasks.new do |gem|
gem.name = "opentox-ruby-api-wrapper"
gem.summary = %Q{Ruby wrapper for the OpenTox REST API}
- gem.description = %Q{}
+ 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.authors = ["Christoph Helma"]