summaryrefslogtreecommitdiff
path: root/opentox-ruby-api-wrapper.gemspec
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-12-21 15:20:20 +0100
committerChristoph Helma <helma@in-silico.de>2009-12-21 15:20:20 +0100
commitf178a17d3318082dfa923582715b39d72bd07c32 (patch)
tree997b281f49b020ad477bb12034c54bdc8b5bb788 /opentox-ruby-api-wrapper.gemspec
parent52a39a978bb1c8a6caa5882f12eb1830893563b8 (diff)
Dataset.find fixed, feature.rb removed from gemspec
Diffstat (limited to 'opentox-ruby-api-wrapper.gemspec')
-rw-r--r--opentox-ruby-api-wrapper.gemspec5
1 files changed, 2 insertions, 3 deletions
diff --git a/opentox-ruby-api-wrapper.gemspec b/opentox-ruby-api-wrapper.gemspec
index 41335e9..eef00e9 100644
--- a/opentox-ruby-api-wrapper.gemspec
+++ b/opentox-ruby-api-wrapper.gemspec
@@ -5,11 +5,11 @@
Gem::Specification.new do |s|
s.name = %q{opentox-ruby-api-wrapper}
- s.version = "1.2.2"
+ s.version = "1.2.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Christoph Helma"]
- s.date = %q{2009-12-20}
+ s.date = %q{2009-12-21}
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-debian.sh", "yaml2owl.rb"]
@@ -28,7 +28,6 @@ Gem::Specification.new do |s|
"lib/compound.rb",
"lib/dataset.rb",
"lib/environment.rb",
- "lib/feature.rb",
"lib/helper.rb",
"lib/model.rb",
"lib/opentox-ruby-api-wrapper.rb",