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.gemspec17
1 files changed, 5 insertions, 12 deletions
diff --git a/opentox-ruby-api-wrapper.gemspec b/opentox-ruby-api-wrapper.gemspec
index fd8094f..aa23416 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.0.0"
+ s.version = "1.1.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Christoph Helma"]
- s.date = %q{2009-09-11}
+ s.date = %q{2009-10-06}
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 = [
@@ -31,27 +31,20 @@ Gem::Specification.new do |s|
"lib/opentox-ruby-api-wrapper.rb",
"lib/opentox.rb",
"lib/spork.rb",
+ "lib/task.rb",
"lib/tasks/opentox.rb",
+ "lib/tasks/redis.rb",
"lib/templates/config.ru",
"lib/templates/config.ru",
"lib/templates/config.yaml",
"lib/templates/config.yaml",
- "lib/utils.rb",
- "test/hamster_carcinogenicity.csv",
- "test/opentox-ruby-api-wrapper_test.rb",
- "test/start-local-webservices.rb",
- "test/test_helper.rb"
+ "lib/utils.rb"
]
s.homepage = %q{http://github.com/helma/opentox-ruby-api-wrapper}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{Ruby wrapper for the OpenTox REST API}
- s.test_files = [
- "test/test_helper.rb",
- "test/opentox-ruby-api-wrapper_test.rb",
- "test/start-local-webservices.rb"
- ]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION