summaryrefslogtreecommitdiff
path: root/toxtree.gemspec
blob: 8f6b9d46b25148d2109040286b12ec76773afb30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Gem::Specification.new do |s|
  s.name        = "toxtree"
  s.version     = "0.0.1"
  s.authors     = ["Christoph Helma"]
  s.email       = ["helma@in-silico.ch"]
  s.homepage    = "http://github.com/opentox/toxtree"
  s.summary     = %q{Toxtree Ruby wrapper}
  s.description = %q{http://toxtree.sourceforge.net}
  s.license     = 'GPL-3.0'

  s.rubyforge_project = "toxtree"
  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.require_paths = ["lib"]
end