diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-16 23:22:11 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-16 23:22:11 +0100 |
commit | 4ecbcc380da9429a2006459380b99d7de68c9fb4 (patch) | |
tree | 8e0d7d4569054f87371fad1952a32a0a54f06ffa /Rakefile | |
parent | 74b8444d34c2b4ce13e0d372e3056fe3ccacaa46 (diff) | |
download | zorglub-4ecbcc380da9429a2006459380b99d7de68c9fb4.zip zorglub-4ecbcc380da9429a2006459380b99d7de68c9fb4.tar.gz |
Rakefile: fix
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ # -*- coding: UTF-8 -*- # -require './lib/zorglub.rb' +$LOAD_PATH << 'lib' +# +require 'zorglub' load './tasks/setup.rb' # # Project general information |