summaryrefslogtreecommitdiff
path: root/opentox-ruby-api-wrapper.gemspec
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-05-26 14:26:42 +0200
committermguetlein <martin.guetlein@gmail.com>2010-05-26 14:26:42 +0200
commit0b108ef887cc014cf5cc4fa25bba40bced1172d6 (patch)
treeeb7232f8d65b63f21586d5e98f04a3bbba85bf8f /opentox-ruby-api-wrapper.gemspec
parentfff8f16567766a6abbf77b734c194e563891542d (diff)
replacing dm-more and dm-core with datamapper
Diffstat (limited to 'opentox-ruby-api-wrapper.gemspec')
-rw-r--r--opentox-ruby-api-wrapper.gemspec15
1 files changed, 7 insertions, 8 deletions
diff --git a/opentox-ruby-api-wrapper.gemspec b/opentox-ruby-api-wrapper.gemspec
index 258ee09..dffefa6 100644
--- a/opentox-ruby-api-wrapper.gemspec
+++ b/opentox-ruby-api-wrapper.gemspec
@@ -9,10 +9,10 @@ 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{2010-03-18}
+ s.date = %q{2010-05-26}
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", "opentox-install-debian.sh", "yaml2owl.rb"]
+ s.executables = ["yaml2owl.rb", "opentox-install-ubuntu.sh", "opentox-install-debian.sh"]
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
@@ -31,11 +31,13 @@ Gem::Specification.new do |s|
"lib/config/config_ru.rb",
"lib/dataset.rb",
"lib/environment.rb",
+ "lib/features.rb",
"lib/helper.rb",
"lib/model.rb",
"lib/opentox-ruby-api-wrapper.rb",
"lib/opentox.owl",
"lib/owl.rb",
+ "lib/rest_client_wrapper.rb",
"lib/spork.rb",
"lib/task.rb",
"lib/tasks/opentox.rb",
@@ -62,8 +64,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<rack-flash>, [">= 0"])
s.add_runtime_dependency(%q<emk-sinatra-url-for>, [">= 0"])
s.add_runtime_dependency(%q<cehoffman-sinatra-respond_to>, [">= 0"])
- s.add_runtime_dependency(%q<dm-more>, [">= 0"])
- s.add_runtime_dependency(%q<dm-core>, [">= 0"])
+ s.add_runtime_dependency(%q<datamapper>, [">= 0"])
s.add_runtime_dependency(%q<sinatra-static-assets>, [">= 0"])
s.add_development_dependency(%q<cucumber>, [">= 0"])
s.add_development_dependency(%q<jeweler>, [">= 0"])
@@ -76,8 +77,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<rack-flash>, [">= 0"])
s.add_dependency(%q<emk-sinatra-url-for>, [">= 0"])
s.add_dependency(%q<cehoffman-sinatra-respond_to>, [">= 0"])
- s.add_dependency(%q<dm-more>, [">= 0"])
- s.add_dependency(%q<dm-core>, [">= 0"])
+ s.add_dependency(%q<datamapper>, [">= 0"])
s.add_dependency(%q<sinatra-static-assets>, [">= 0"])
s.add_dependency(%q<cucumber>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])
@@ -91,8 +91,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<rack-flash>, [">= 0"])
s.add_dependency(%q<emk-sinatra-url-for>, [">= 0"])
s.add_dependency(%q<cehoffman-sinatra-respond_to>, [">= 0"])
- s.add_dependency(%q<dm-more>, [">= 0"])
- s.add_dependency(%q<dm-core>, [">= 0"])
+ s.add_dependency(%q<datamapper>, [">= 0"])
s.add_dependency(%q<sinatra-static-assets>, [">= 0"])
s.add_dependency(%q<cucumber>, [">= 0"])
s.add_dependency(%q<jeweler>, [">= 0"])