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.gemspec6
1 files changed, 2 insertions, 4 deletions
diff --git a/opentox-ruby-api-wrapper.gemspec b/opentox-ruby-api-wrapper.gemspec
index a583120..0e5ab5e 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-15}
+ s.date = %q{2009-08-16}
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 = [
@@ -27,6 +27,7 @@ Gem::Specification.new do |s|
"lib/opentox-ruby-api-wrapper.rb",
"lib/spork.rb",
"opentox-ruby-api-wrapper.gemspec",
+ "test/hamster_carcinogenicity.csv",
"test/opentox-ruby-api-wrapper_test.rb",
"test/test_helper.rb"
]
@@ -46,13 +47,10 @@ Gem::Specification.new do |s|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rest-client>, [">= 0"])
- s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
else
s.add_dependency(%q<rest-client>, [">= 0"])
- s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
end
else
s.add_dependency(%q<rest-client>, [">= 0"])
- s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
end
end