summaryrefslogtreecommitdiff
path: root/opentox-ruby-api-wrapper.gemspec
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-08-21 09:58:05 +0200
committerChristoph Helma <helma@in-silico.de>2009-08-21 09:58:05 +0200
commit2d935206eacec241a52713d1fe319cc78189d97d (patch)
tree78a375086f81fecbd13bca3c81fd1e757cf2ccb7 /opentox-ruby-api-wrapper.gemspec
parentd45ceec09ae23bfb8a20af625f216069cefa1b9e (diff)
environment.rb and templates added
Diffstat (limited to 'opentox-ruby-api-wrapper.gemspec')
-rw-r--r--opentox-ruby-api-wrapper.gemspec4
1 files changed, 3 insertions, 1 deletions
diff --git a/opentox-ruby-api-wrapper.gemspec b/opentox-ruby-api-wrapper.gemspec
index 5118641..9d30d93 100644
--- a/opentox-ruby-api-wrapper.gemspec
+++ b/opentox-ruby-api-wrapper.gemspec
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Christoph Helma"]
- s.date = %q{2009-08-17}
+ s.date = %q{2009-08-21}
s.description = %q{Ruby wrapper for the OpenTox REST API (http://www.opentox.org)}
s.email = %q{helma@in-silico.ch}
s.extra_rdoc_files = [
@@ -26,6 +26,8 @@ Gem::Specification.new do |s|
"lib/helper.rb",
"lib/opentox-ruby-api-wrapper.rb",
"lib/spork.rb",
+ "lib/tasks/opentox.rb",
+ "lib/templates/config.yaml",
"opentox-ruby-api-wrapper.gemspec",
"test/hamster_carcinogenicity.csv",
"test/opentox-ruby-api-wrapper_test.rb",