summaryrefslogtreecommitdiff
path: root/opentox-ruby-api-wrapper.gemspec
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2010-01-07 12:22:47 +0100
committerChristoph Helma <helma@in-silico.de>2010-01-07 12:22:47 +0100
commitc4d68eb599a6b563ac9967d3884ea31b0d619e38 (patch)
tree7fae9829ab42e04e39e34635b604ea8932c333bd /opentox-ruby-api-wrapper.gemspec
parentf178a17d3318082dfa923582715b39d72bd07c32 (diff)
parentbe07d3be0cc3236a22a47f0905c99f96508c9587 (diff)
find method fixed
Diffstat (limited to 'opentox-ruby-api-wrapper.gemspec')
-rw-r--r--opentox-ruby-api-wrapper.gemspec12
1 files changed, 7 insertions, 5 deletions
diff --git a/opentox-ruby-api-wrapper.gemspec b/opentox-ruby-api-wrapper.gemspec
index eef00e9..424bae9 100644
--- a/opentox-ruby-api-wrapper.gemspec
+++ b/opentox-ruby-api-wrapper.gemspec
@@ -1,6 +1,6 @@
# Generated by jeweler
-# DO NOT EDIT THIS FILE DIRECTLY
-# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
+# DO NOT EDIT THIS FILE
+# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
@@ -38,18 +38,21 @@ 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.5}
+ s.rubygems_version = %q{1.3.1}
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 = 3
+ s.specification_version = 2
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<rest-client>, [">= 0"])
@@ -81,4 +84,3 @@ Gem::Specification.new do |s|
s.add_dependency(%q<cucumber>, [">= 0"])
end
end
-