From d0850e2983a219da214a67190fe881c7650f532f Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 13 Aug 2015 18:57:11 +0200 Subject: majority of tests working --- lazar.gemspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lazar.gemspec') diff --git a/lazar.gemspec b/lazar.gemspec index 7a90080..8da29b7 100644 --- a/lazar.gemspec +++ b/lazar.gemspec @@ -7,15 +7,15 @@ Gem::Specification.new do |s| s.authors = ["Christoph Helma, Martin Guetlein, Andreas Maunz, Micha Rautenberg, David Vorgrimmler, Denis Gebele"] s.email = ["helma@in-silico.ch"] s.homepage = "http://github.com/opentox/lazar" - s.summary = %q{Ruby wrapper for the OpenTox REST API} - s.description = %q{Ruby wrapper for the OpenTox REST API (http://www.opentox.org)} + s.summary = %q{Lazar framework} + s.description = %q{Libraries for lazy structure-activity relationships and read-across.} s.license = 'GPL-3' s.rubyforge_project = "lazar" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") - s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } + s.extensions = %w[ext/lazar/extconf.rb] s.require_paths = ["lib"] # specify any dependencies here; for example: -- cgit v1.2.3