summaryrefslogtreecommitdiff
path: root/lazar.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'lazar.gemspec')
-rw-r--r--lazar.gemspec8
1 files changed, 1 insertions, 7 deletions
diff --git a/lazar.gemspec b/lazar.gemspec
index 3c704c8..2592744 100644
--- a/lazar.gemspec
+++ b/lazar.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
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"]
- s.homepage = "http://github.com/opentox/lazar"
+ s.homepage = "http://git.in-silico.ch/lazar"
s.summary = %q{Lazar framework}
s.description = %q{Libraries for lazy structure-activity relationships and read-across.}
s.license = 'GPL-3.0'
@@ -18,11 +18,5 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
# specify any dependencies here; for example:
- s.add_runtime_dependency 'bundler'
- s.add_runtime_dependency 'rest-client'
- s.add_runtime_dependency 'addressable'
- s.add_runtime_dependency 'nokogiri'
- s.add_runtime_dependency 'rserve-client'
- s.add_runtime_dependency 'mongoid'
s.add_runtime_dependency 'openbabel'
end