summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-08-13 11:03:59 +0200
committerChristoph Helma <helma@in-silico.de>2009-08-13 11:03:59 +0200
commit1985adc474962f590c5e7331e570fde3dfa3dc5b (patch)
treeaad8762f6055ea2bc29c4e6cff526b7683cc71ff /Rakefile
parent9370c0e754fe405c7a8c2ca7d290bb92f02971f8 (diff)
gemspec and rdoc documentation added
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index db42494..a1b950e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,11 +5,13 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "opentox-ruby-api-wrapper"
- gem.summary = %Q{TODO: one-line summary of your gem}
- gem.description = %Q{TODO: longer description of your gem}
- gem.email = "helma@in-silico.de"
+ gem.summary = %Q{Ruby wrapper for the OpenTox REST API}
+ gem.description = %Q{}
+ 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 "crack"
gem.add_development_dependency "thoughtbot-shoulda"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end