summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2012-08-20 10:54:32 +0200
committerChristoph Helma <helma@in-silico.ch>2012-08-20 10:54:32 +0200
commitcb1a07a93c26deaf01483bde5a85b27689b59630 (patch)
treef1adf8960ab04f20412d6f631d4202fc5d314f98 /Rakefile
parent65f4e5556550be3ef64668c57db41d9ad530746d (diff)
OpenBabel compiled if OpenBabel is not installed
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index debc11c..0f55802 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,3 +1,4 @@
+require "bundler/gem_tasks"
require 'rake/testtask'
Rake::TestTask.new do |t|