summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2013-04-08 17:58:59 +0200
committerChristoph Helma <helma@in-silico.ch>2013-04-08 17:58:59 +0200
commitaae34e527a575a315b6e68125517929f044506f3 (patch)
treeec299a898a2318437022b233dc417bfd042fb36a
parent482457f9deb85c5b07d5be6716590c0f25ce043a (diff)
debug messsages partially removed, gem depencies updated. tested with ruby 2.0.0p0
-rw-r--r--Gemfile2
-rw-r--r--dataset.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 2142a18..547ee81 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,4 @@
-source :gemcutter
+source "https://rubygems.org"
gemspec
gem "opentox-server", :path => "../opentox-server"
gem "opentox-client", :path => "../opentox-client"
diff --git a/dataset.gemspec b/dataset.gemspec
index 99569a9..5bbfd40 100644
--- a/dataset.gemspec
+++ b/dataset.gemspec
@@ -19,6 +19,6 @@ Gem::Specification.new do |s|
# specify any dependencies here; for example:
s.add_runtime_dependency "opentox-server"
s.add_runtime_dependency 'roo', "=1.10.1" # 1.10.2 is defunct
- s.add_runtime_dependency "openbabel", "~>2.3.1.5"
+ s.add_runtime_dependency "openbabel"#, "~>2.3.1.5"
s.post_install_message = "Please configure your service in ~/.opentox/config/dataset.rb"
end