summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2012-03-26 17:27:21 +0200
committerrautenberg <rautenberg@in-silico.ch>2012-03-26 17:27:21 +0200
commit9cdaca881d129e4642086fe8a81633ac552814ed (patch)
tree620cd72eb7d0117ab5634e1458eeb172c8ca1603
parentc80a998def26e137fae922d8dff65d241790ec23 (diff)
Regenerate gemspec for version 3.1.0
-rw-r--r--opentox-ruby.gemspec14
1 files changed, 7 insertions, 7 deletions
diff --git a/opentox-ruby.gemspec b/opentox-ruby.gemspec
index 430fb86..ca2d397 100644
--- a/opentox-ruby.gemspec
+++ b/opentox-ruby.gemspec
@@ -4,14 +4,14 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
- s.name = "opentox-ruby"
+ s.name = %q{opentox-ruby}
s.version = "3.1.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 = "2012-03-26"
- s.description = "Ruby wrapper for the OpenTox REST API (http://www.opentox.org)"
- s.email = "helma@in-silico.ch"
+ s.date = %q{2012-03-26}
+ s.description = %q{Ruby wrapper for the OpenTox REST API (http://www.opentox.org)}
+ s.email = %q{helma@in-silico.ch}
s.extra_rdoc_files = [
"ChangeLog",
"LICENSE",
@@ -53,10 +53,10 @@ Gem::Specification.new do |s|
"lib/utils.rb",
"lib/validation.rb"
]
- s.homepage = "http://github.com/opentox/opentox-ruby"
+ s.homepage = %q{http://github.com/opentox/opentox-ruby}
s.require_paths = ["lib"]
- s.rubygems_version = "1.8.18"
- s.summary = "Ruby wrapper for the OpenTox REST API"
+ s.rubygems_version = %q{1.5.3}
+ s.summary = %q{Ruby wrapper for the OpenTox REST API}
if s.respond_to? :specification_version then
s.specification_version = 3