summaryrefslogtreecommitdiff
path: root/openbabel.gemspec
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2013-06-24 16:27:14 +0200
committerChristoph Helma <helma@in-silico.ch>2013-06-24 16:27:14 +0200
commite56c70c34d0c9e8012a96566ea06f8f90a434d25 (patch)
tree3044986a02a0e949dd19c3bfae7949de260adec4 /openbabel.gemspec
parentde274eb9f752f47926796a479532a0273d6616e0 (diff)
update for version 2.3.2, local installation fixed, workaround for plugin loading
Diffstat (limited to 'openbabel.gemspec')
-rw-r--r--openbabel.gemspec5
1 files changed, 3 insertions, 2 deletions
diff --git a/openbabel.gemspec b/openbabel.gemspec
index ca6d11b..4c8b6d6 100644
--- a/openbabel.gemspec
+++ b/openbabel.gemspec
@@ -8,11 +8,12 @@ Gem::Specification.new do |s|
s.authors = ["Andreas Maunz, Christoph Helma, Katsuhiko Nishimra"]
s.date = %q{2012-04-03}
s.description = %q{OpenBabel as a GEM}
- s.email = %q{andreas@maunz.de}
- s.homepage = %q{http://cs.maunz.de}
+ s.email = ["andreas@maunz.de","helma@in-silico.ch"]
+ s.homepage = %q{http://github.com/opentox/openbabel-gem}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
s.summary = %q{OpenBabel!}
+ s.license = "GPL-3"
s.test_files = ["test/test_openbabel.rb"]
s.files = %w{Rakefile lib/openbabel.rb lib/openbabel/version.rb}