summaryrefslogtreecommitdiff
path: root/openbabel.gemspec
blob: 709e16aa1c2eb20a96360180842b289f3b16aced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Gem::Specification.new do |s|
  s.name               = "openbabel"
  s.version            = "2.3.1.3"

  s.authors = ["Andreas Maunz, Christoph Helma"]
  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.require_paths = ["lib"]
  s.rubygems_version = %q{1.6.2}
  s.summary = %q{OpenBabel!}
  s.test_files = ["test/test_openbabel.rb"]

  s.files = ["Rakefile", "lib/openbabel.rb", "ext/openbabel/Makefile"]
  s.extensions = ['ext/openbabel/extconf.rb']
end