summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opentox-ruby-api-wrapper.gemspec12
1 files changed, 8 insertions, 4 deletions
diff --git a/opentox-ruby-api-wrapper.gemspec b/opentox-ruby-api-wrapper.gemspec
index 89de270..9500df4 100644
--- a/opentox-ruby-api-wrapper.gemspec
+++ b/opentox-ruby-api-wrapper.gemspec
@@ -5,14 +5,14 @@
Gem::Specification.new do |s|
s.name = %q{opentox-ruby-api-wrapper}
- s.version = "1.2.7"
+ s.version = "1.3.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Christoph Helma"]
- s.date = %q{2010-02-09}
+ s.date = %q{2010-03-01}
s.description = %q{Ruby wrapper for the OpenTox REST API (http://www.opentox.org)}
s.email = %q{helma@in-silico.ch}
- s.executables = ["yaml2owl.rb", "opentox-install-debian.sh"]
+ s.executables = ["opentox-install-ubuntu.sh", "opentox-install-debian.sh", "yaml2owl.rb"]
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
@@ -23,8 +23,10 @@ Gem::Specification.new do |s|
"Rakefile",
"VERSION",
"bin/opentox-install-debian.sh",
+ "bin/opentox-install-ubuntu.sh",
"bin/yaml2owl.rb",
"lib/algorithm.rb",
+ "lib/authorization.rb",
"lib/compound.rb",
"lib/config/config_ru.rb",
"lib/dataset.rb",
@@ -38,7 +40,9 @@ Gem::Specification.new do |s|
"lib/task.rb",
"lib/tasks/opentox.rb",
"lib/templates/config.yaml",
- "lib/utils.rb"
+ "lib/templates/users.yaml",
+ "lib/utils.rb",
+ "lib/validation.rb"
]
s.homepage = %q{http://github.com/helma/opentox-ruby-api-wrapper}
s.rdoc_options = ["--charset=UTF-8"]