summaryrefslogtreecommitdiff
path: root/opentox-ruby-api-wrapper.gemspec
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-09-08 16:04:23 +0200
committerChristoph Helma <helma@in-silico.de>2009-09-08 16:04:23 +0200
commit6a2c3f2100d030c30b7d8ac8c95dcece7edb040c (patch)
treec2e8069b3787b7ad2b90f062957d23eb12d955dd /opentox-ruby-api-wrapper.gemspec
parent4d343f7c584ce09638005665b4ed2de718ff17a6 (diff)
api separated into individual components, adapted for new webservice versions
Diffstat (limited to 'opentox-ruby-api-wrapper.gemspec')
-rw-r--r--opentox-ruby-api-wrapper.gemspec15
1 files changed, 10 insertions, 5 deletions
diff --git a/opentox-ruby-api-wrapper.gemspec b/opentox-ruby-api-wrapper.gemspec
index 5c72422..7ef0252 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-25}
+ s.date = %q{2009-09-08}
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 = [
@@ -17,20 +17,25 @@ Gem::Specification.new do |s|
"README.rdoc"
]
s.files = [
- ".document",
- ".gitignore",
- "LICENSE",
+ "LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
+ "lib/algorithm.rb",
+ "lib/compound.rb",
+ "lib/dataset.rb",
"lib/environment.rb",
+ "lib/feature.rb",
"lib/helper.rb",
+ "lib/model.rb",
"lib/opentox-ruby-api-wrapper.rb",
"lib/spork.rb",
"lib/tasks/opentox.rb",
+ "lib/templates/config.ru",
+ "lib/templates/config.ru",
"lib/templates/config.yaml",
"lib/templates/config.yaml",
- "opentox-ruby-api-wrapper.gemspec",
+ "lib/utils.rb",
"test/hamster_carcinogenicity.csv",
"test/opentox-ruby-api-wrapper_test.rb",
"test/start-local-webservices.rb",