summaryrefslogtreecommitdiff
path: root/opentox-ruby-api-wrapper.gemspec
diff options
context:
space:
mode:
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",