summaryrefslogtreecommitdiff
path: root/opentox-ruby-api-wrapper.gemspec
diff options
context:
space:
mode:
authorMartin Gütlein <martin.guetlein@gmail.com>2010-01-07 08:56:18 +0100
committerMartin Gütlein <martin.guetlein@gmail.com>2010-01-07 08:56:18 +0100
commitbe07d3be0cc3236a22a47f0905c99f96508c9587 (patch)
tree177d8226a8196b5937232c710bbbd161c7197ed2 /opentox-ruby-api-wrapper.gemspec
parent89bc8a67e63cf8e752f3b89aa52f7db87ce7ea7f (diff)
minor changes: no nil classification, fix create datasets (no my librdf version)
Diffstat (limited to 'opentox-ruby-api-wrapper.gemspec')
-rw-r--r--opentox-ruby-api-wrapper.gemspec15
1 files changed, 8 insertions, 7 deletions
diff --git a/opentox-ruby-api-wrapper.gemspec b/opentox-ruby-api-wrapper.gemspec
index 41335e9..389b08a 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|
@@ -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-12-20}
+ s.date = %q{2009-12-21}
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"]
@@ -28,7 +28,6 @@ Gem::Specification.new do |s|
"lib/compound.rb",
"lib/dataset.rb",
"lib/environment.rb",
- "lib/feature.rb",
"lib/helper.rb",
"lib/model.rb",
"lib/opentox-ruby-api-wrapper.rb",
@@ -39,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"])
@@ -82,4 +84,3 @@ Gem::Specification.new do |s|
s.add_dependency(%q<cucumber>, [">= 0"])
end
end
-