summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-08-18 17:52:52 +0200
committerChristoph Helma <helma@in-silico.ch>2010-08-18 17:52:52 +0200
commit10c35052df37488960d1f51449e90bfbc4f09e21 (patch)
tree12e013b25fb032e7cf3e55905debfb05cbebc850
parent6d3a6b65fc86a9ed9948cf572888920ee9db120d (diff)
obsolete rakefiles removed
-rw-r--r--Rakefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/Rakefile b/Rakefile
deleted file mode 100644
index f4e10d6..0000000
--- a/Rakefile
+++ /dev/null
@@ -1,20 +0,0 @@
-require 'rubygems'
-require 'rake'
-require 'tasks/opentox'
-
-desc "Install required gems"
-task :install do
- puts `sudo gem sources -a http://gems.github.com`
- puts `sudo gem install sinatra datamapper dm-more builder helma-opentox-ruby-api-wrapper`
-end
-
-desc "Update gems"
-task :update do
- puts `sudo gem update sinatra datamapper dm-more builder helma-opentox-ruby-api-wrapper`
-end
-
-desc "Run tests"
-task :test do
- load 'test/test.rb'
-end
-