summaryrefslogtreecommitdiff
path: root/opentox-ruby-api-wrapper.gemspec
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-02-08 16:33:04 +0100
committerChristoph Helma <helma@in-silico.de>2010-02-08 16:33:04 +0100
commit51344709fb0d3ee1f74f77bc225eba914e28194c (patch)
tree40f0a094c7f419b638b0a2f461b1925d0102d2bf /opentox-ruby-api-wrapper.gemspec
parent70fef6f3fbf3e629947534949774d93dc5ea7fe2 (diff)
Regenerated gemspec for version 1.2.7
Diffstat (limited to 'opentox-ruby-api-wrapper.gemspec')
-rw-r--r--opentox-ruby-api-wrapper.gemspec12
1 files changed, 9 insertions, 3 deletions
diff --git a/opentox-ruby-api-wrapper.gemspec b/opentox-ruby-api-wrapper.gemspec
index c803a5c..c8a0c1a 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.6"
+ s.version = "1.2.7"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Christoph Helma"]
- s.date = %q{2010-01-31}
+ s.date = %q{2010-02-08}
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"]
@@ -26,6 +26,7 @@ Gem::Specification.new do |s|
"bin/yaml2owl.rb",
"lib/algorithm.rb",
"lib/compound.rb",
+ "lib/config/database.rb",
"lib/dataset.rb",
"lib/environment.rb",
"lib/helper.rb",
@@ -35,7 +36,6 @@ Gem::Specification.new do |s|
"lib/owl.rb",
"lib/spork.rb",
"lib/task.rb",
- "lib/tasks/config.rb",
"lib/tasks/opentox.rb",
"lib/templates/config.yaml",
"lib/utils.rb"
@@ -62,6 +62,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<dm-more>, [">= 0"])
s.add_runtime_dependency(%q<dm-core>, [">= 0"])
s.add_runtime_dependency(%q<sinatra-static-assets>, [">= 0"])
+ s.add_runtime_dependency(%q<do_sqlite3>, [">= 0"])
+ s.add_runtime_dependency(%q<do_postgres>, [">= 0"])
s.add_development_dependency(%q<cucumber>, [">= 0"])
else
s.add_dependency(%q<sinatra>, [">= 0"])
@@ -75,6 +77,8 @@ Gem::Specification.new do |s|
s.add_dependency(%q<dm-more>, [">= 0"])
s.add_dependency(%q<dm-core>, [">= 0"])
s.add_dependency(%q<sinatra-static-assets>, [">= 0"])
+ s.add_dependency(%q<do_sqlite3>, [">= 0"])
+ s.add_dependency(%q<do_postgres>, [">= 0"])
s.add_dependency(%q<cucumber>, [">= 0"])
end
else
@@ -89,6 +93,8 @@ Gem::Specification.new do |s|
s.add_dependency(%q<dm-more>, [">= 0"])
s.add_dependency(%q<dm-core>, [">= 0"])
s.add_dependency(%q<sinatra-static-assets>, [">= 0"])
+ s.add_dependency(%q<do_sqlite3>, [">= 0"])
+ s.add_dependency(%q<do_postgres>, [">= 0"])
s.add_dependency(%q<cucumber>, [">= 0"])
end
end