summaryrefslogtreecommitdiff
path: root/opentox-ruby-api-wrapper.gemspec
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-09-14 20:52:03 +0200
committerChristoph Helma <helma@in-silico.ch>2010-09-14 20:52:03 +0200
commit3dd19c461d0b205ff504a85785f0c6e55114cd4e (patch)
treeb98cfbd8628bee43890faa9f0d0823f0c74a2687 /opentox-ruby-api-wrapper.gemspec
parenta05eefb79f82b79d609448e44d0ab533d2593a0f (diff)
simplified version of OwlSerializer, RDF/XML for algorithm/lazar, RDF/XML for annotations,compounds, features in dataset
Diffstat (limited to 'opentox-ruby-api-wrapper.gemspec')
-rw-r--r--opentox-ruby-api-wrapper.gemspec9
1 files changed, 6 insertions, 3 deletions
diff --git a/opentox-ruby-api-wrapper.gemspec b/opentox-ruby-api-wrapper.gemspec
index 8217240..58f0b46 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, Martin Guetlein"]
- s.date = %q{2010-08-25}
+ s.date = %q{2010-09-14}
s.description = %q{Ruby wrapper for the OpenTox REST API (http://www.opentox.org)}
s.email = %q{helma@in-silico.ch}
s.executables = ["opentox-install-ubuntu.sh", "yaml2owl.rb", "opentox-install-debian.sh"]
@@ -26,7 +26,6 @@ Gem::Specification.new do |s|
"bin/opentox-install-ubuntu.sh",
"bin/yaml2owl.rb",
"lib/algorithm.rb",
- "lib/authorization.rb",
"lib/compound.rb",
"lib/config/config_ru.rb",
"lib/dataset.rb",
@@ -38,12 +37,16 @@ Gem::Specification.new do |s|
"lib/opentox.owl",
"lib/ot-logger.rb",
"lib/overwrite.rb",
+ "lib/owl-serializer.rb",
"lib/owl.rb",
+ "lib/owl.rb.RDF",
+ "lib/owl.rb.nt",
+ "lib/owl.rb.rdfxml.initial",
+ "lib/owl.rb.redland",
"lib/rest_client_wrapper.rb",
"lib/spork.rb",
"lib/task.rb",
"lib/templates/config.yaml",
- "lib/templates/users.yaml",
"lib/utils.rb",
"lib/validation.rb"
]