summaryrefslogtreecommitdiff
path: root/lazar.gemspec
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2015-08-13 18:57:11 +0200
committerChristoph Helma <helma@in-silico.ch>2015-08-13 18:57:11 +0200
commitd0850e2983a219da214a67190fe881c7650f532f (patch)
treea917334a1a70823dc979a27e453b2598e98c8027 /lazar.gemspec
parent6ab86c253ba0eb79b9e6a20effa2d18626accf2b (diff)
majority of tests working
Diffstat (limited to 'lazar.gemspec')
-rw-r--r--lazar.gemspec6
1 files changed, 3 insertions, 3 deletions
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: