summaryrefslogtreecommitdiff
path: root/lazar.gemspec
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2015-08-13 11:56:40 +0200
committerChristoph Helma <helma@in-silico.ch>2015-08-13 12:04:52 +0200
commit6ab86c253ba0eb79b9e6a20effa2d18626accf2b (patch)
tree508eef99b34eb495493444663af2dd72e138bba6 /lazar.gemspec
parentb7cd3ebbb858a8891c35c45896f1bdd525f3534e (diff)
OpenBabel can (canonical smiles) instead of inchi as internal identifier to avoid OpenBabel InChi bug.
Diffstat (limited to 'lazar.gemspec')
-rw-r--r--lazar.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lazar.gemspec b/lazar.gemspec
index 3a9a1af..7a90080 100644
--- a/lazar.gemspec
+++ b/lazar.gemspec
@@ -2,7 +2,7 @@
$:.push File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s|
- s.name = "opentox-client"
+ s.name = "lazar"
s.version = File.read("./VERSION").strip
s.authors = ["Christoph Helma, Martin Guetlein, Andreas Maunz, Micha Rautenberg, David Vorgrimmler, Denis Gebele"]
s.email = ["helma@in-silico.ch"]