summaryrefslogtreecommitdiff
path: root/opentox-ruby-api-wrapper.gemspec
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-01-09 19:58:49 +0100
committerChristoph Helma <helma@in-silico.de>2010-01-09 19:58:49 +0100
commit82f814e44651baa561d41ba1226cd7d5b90bd1f5 (patch)
tree644d329f24169fd238b595f403bf6b29a5484b19 /opentox-ruby-api-wrapper.gemspec
parent8fbd42ebeaee639cfa1121f3f754176158d283fb (diff)
gemspec updated
Diffstat (limited to 'opentox-ruby-api-wrapper.gemspec')
-rw-r--r--opentox-ruby-api-wrapper.gemspec28
1 files changed, 16 insertions, 12 deletions
diff --git a/opentox-ruby-api-wrapper.gemspec b/opentox-ruby-api-wrapper.gemspec
index 424bae9..88bed8f 100644
--- a/opentox-ruby-api-wrapper.gemspec
+++ b/opentox-ruby-api-wrapper.gemspec
@@ -1,15 +1,15 @@
# Generated by jeweler
-# DO NOT EDIT THIS FILE
-# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
+# DO NOT EDIT THIS FILE DIRECTLY
+# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{opentox-ruby-api-wrapper}
- s.version = "1.2.3"
+ s.version = "1.2.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Christoph Helma"]
- s.date = %q{2009-12-21}
+ s.date = %q{2010-01-09}
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"]
@@ -38,49 +38,53 @@ Gem::Specification.new do |s|
"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"
]
- s.has_rdoc = true
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.1}
+ s.rubygems_version = %q{1.3.5}
s.summary = %q{Ruby wrapper for the OpenTox REST API}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
- s.specification_version = 2
+ s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
- s.add_runtime_dependency(%q<rest-client>, [">= 0"])
s.add_runtime_dependency(%q<sinatra>, [">= 0"])
+ s.add_runtime_dependency(%q<rest-client>, [">= 0"])
s.add_runtime_dependency(%q<rack>, [">= 0"])
s.add_runtime_dependency(%q<rack-contrib>, [">= 0"])
s.add_runtime_dependency(%q<thin>, [">= 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_development_dependency(%q<cucumber>, [">= 0"])
else
- s.add_dependency(%q<rest-client>, [">= 0"])
s.add_dependency(%q<sinatra>, [">= 0"])
+ s.add_dependency(%q<rest-client>, [">= 0"])
s.add_dependency(%q<rack>, [">= 0"])
s.add_dependency(%q<rack-contrib>, [">= 0"])
s.add_dependency(%q<thin>, [">= 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<cucumber>, [">= 0"])
end
else
- s.add_dependency(%q<rest-client>, [">= 0"])
s.add_dependency(%q<sinatra>, [">= 0"])
+ s.add_dependency(%q<rest-client>, [">= 0"])
s.add_dependency(%q<rack>, [">= 0"])
s.add_dependency(%q<rack-contrib>, [">= 0"])
s.add_dependency(%q<thin>, [">= 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<cucumber>, [">= 0"])
end
end
+