From 1fd85f5b8925e8fd8986497e9fab3a49acc64379 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 14 Aug 2009 14:44:57 +0200 Subject: Installation updated --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 32d81fa..6705f66 100644 --- a/Rakefile +++ b/Rakefile @@ -3,7 +3,7 @@ require 'rake' desc "Install required gems" task :install do - `sudo gem install sinatra emk-sinatra-url-for builder dm-core dm-more` + puts `sudo gem install sinatra emk-sinatra-url-for builder datamapper json_pure do_sqlite3` end desc "Run tests" -- cgit v1.2.3