summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-09 12:53:16 +0100
committerChristoph Helma <helma@in-silico.ch>2011-03-09 12:53:16 +0100
commit349dd03693bfc357b011e9ebb5b459f6aa893f95 (patch)
treee91ca1f66d57aa49c685f8ace4fd5ec160a43144
parent4b7d902de3e2704c23a0fca550322cc229261d2f (diff)
Regenerate gemspec for version 1.0.0
-rw-r--r--opentox-ruby.gemspec107
1 files changed, 43 insertions, 64 deletions
diff --git a/opentox-ruby.gemspec b/opentox-ruby.gemspec
index 3903af7..75fa877 100644
--- a/opentox-ruby.gemspec
+++ b/opentox-ruby.gemspec
@@ -1,68 +1,62 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
-# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
+# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{opentox-ruby}
- s.version = "0.0.2"
+ s.version = "1.0.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Christoph Helma, Martin Guetlein, Andreas Maunz, Micha Rautenberg, David Vorgrimmler"]
- s.date = %q{2011-01-27}
+ s.date = %q{2011-03-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-ubuntu.sh", "opentox-install-debian.sh"]
+ s.executables = ["opentox-install-debian.sh", "opentox-install-ubuntu.sh"]
s.extra_rdoc_files = [
"LICENSE",
- "README.rdoc"
+ "README.markdown"
]
s.files = [
"LICENSE",
- "README.rdoc",
- "Rakefile",
- "VERSION",
- "bin/opentox-install-debian.sh",
- "bin/opentox-install-ubuntu.sh",
- "lib/algorithm.rb",
- "lib/authorization.rb",
- "lib/compound.rb",
- "lib/config/config_ru.rb",
- "lib/dataset.rb",
- "lib/environment.rb",
- "lib/error.rb",
- "lib/feature.rb",
- "lib/helper.rb",
- "lib/model.rb",
- "lib/ontology_service.rb",
- "lib/opentox-ruby.rb",
- "lib/opentox.owl",
- "lib/opentox.rb",
- "lib/overwrite.rb",
- "lib/owl.rb.RDF",
- "lib/owl.rb.nt",
- "lib/owl.rb.rdfxml.initial",
- "lib/owl.rb.redland",
- "lib/parser.rb",
- "lib/policy.rb",
- "lib/rest_client_wrapper.rb",
- "lib/serializer.rb",
- "lib/spork.rb",
- "lib/task.rb",
- "lib/templates/config.yaml",
- "lib/templates/default_guest_policy.xml",
- "lib/templates/default_policy.xml",
- "lib/to-html.rb",
- "lib/validation.rb"
+ "README.markdown",
+ "Rakefile",
+ "VERSION",
+ "bin/opentox-install-debian.sh",
+ "bin/opentox-install-ubuntu.sh",
+ "lib/algorithm.rb",
+ "lib/authorization.rb",
+ "lib/compound.rb",
+ "lib/config/config_ru.rb",
+ "lib/dataset.rb",
+ "lib/environment.rb",
+ "lib/error.rb",
+ "lib/feature.rb",
+ "lib/helper.rb",
+ "lib/model.rb",
+ "lib/ontology_service.rb",
+ "lib/opentox-ruby.rb",
+ "lib/opentox.owl",
+ "lib/opentox.rb",
+ "lib/overwrite.rb",
+ "lib/parser.rb",
+ "lib/policy.rb",
+ "lib/rest_client_wrapper.rb",
+ "lib/serializer.rb",
+ "lib/spork.rb",
+ "lib/task.rb",
+ "lib/templates/config.yaml",
+ "lib/templates/default_guest_policy.xml",
+ "lib/templates/default_policy.xml",
+ "lib/to-html.rb",
+ "lib/validation.rb"
]
s.homepage = %q{http://github.com/helma/opentox-ruby}
- s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.3.7}
+ s.rubygems_version = %q{1.4.2}
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
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
@@ -82,14 +76,9 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<yajl-ruby>, [">= 0"])
s.add_runtime_dependency(%q<tmail>, [">= 0"])
s.add_runtime_dependency(%q<rinruby>, [">= 0"])
+ s.add_runtime_dependency(%q<ohm>, [">= 0"])
+ s.add_runtime_dependency(%q<SystemTimer>, [">= 0"])
s.add_runtime_dependency(%q<rjb>, [">= 0"])
- s.add_runtime_dependency(%q<dm-core>, [">= 1"])
- s.add_runtime_dependency(%q<dm-serializer>, [">= 1"])
- s.add_runtime_dependency(%q<dm-timestamps>, [">= 1"])
- s.add_runtime_dependency(%q<dm-types>, [">= 1"])
- s.add_runtime_dependency(%q<dm-migrations>, [">= 1"])
- s.add_runtime_dependency(%q<dm-mysql-adapter>, [">= 1"])
- s.add_runtime_dependency(%q<dm-validations>, [">= 1"])
s.add_runtime_dependency(%q<haml>, [">= 3"])
s.add_development_dependency(%q<jeweler>, [">= 0"])
else
@@ -109,14 +98,9 @@ Gem::Specification.new do |s|
s.add_dependency(%q<yajl-ruby>, [">= 0"])
s.add_dependency(%q<tmail>, [">= 0"])
s.add_dependency(%q<rinruby>, [">= 0"])
+ s.add_dependency(%q<ohm>, [">= 0"])
+ s.add_dependency(%q<SystemTimer>, [">= 0"])
s.add_dependency(%q<rjb>, [">= 0"])
- s.add_dependency(%q<dm-core>, [">= 1"])
- s.add_dependency(%q<dm-serializer>, [">= 1"])
- s.add_dependency(%q<dm-timestamps>, [">= 1"])
- s.add_dependency(%q<dm-types>, [">= 1"])
- s.add_dependency(%q<dm-migrations>, [">= 1"])
- s.add_dependency(%q<dm-mysql-adapter>, [">= 1"])
- s.add_dependency(%q<dm-validations>, [">= 1"])
s.add_dependency(%q<haml>, [">= 3"])
s.add_dependency(%q<jeweler>, [">= 0"])
end
@@ -137,14 +121,9 @@ Gem::Specification.new do |s|
s.add_dependency(%q<yajl-ruby>, [">= 0"])
s.add_dependency(%q<tmail>, [">= 0"])
s.add_dependency(%q<rinruby>, [">= 0"])
+ s.add_dependency(%q<ohm>, [">= 0"])
+ s.add_dependency(%q<SystemTimer>, [">= 0"])
s.add_dependency(%q<rjb>, [">= 0"])
- s.add_dependency(%q<dm-core>, [">= 1"])
- s.add_dependency(%q<dm-serializer>, [">= 1"])
- s.add_dependency(%q<dm-timestamps>, [">= 1"])
- s.add_dependency(%q<dm-types>, [">= 1"])
- s.add_dependency(%q<dm-migrations>, [">= 1"])
- s.add_dependency(%q<dm-mysql-adapter>, [">= 1"])
- s.add_dependency(%q<dm-validations>, [">= 1"])
s.add_dependency(%q<haml>, [">= 3"])
s.add_dependency(%q<jeweler>, [">= 0"])
end