Skip to content

Commit

Permalink
Make the stand-alone binary compatible with Ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Martin committed Jun 11, 2011
1 parent 9c2f56c commit 4068250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dradis
Expand Up @@ -3,6 +3,6 @@
require 'rubygems' require 'rubygems'
require 'thor' require 'thor'


require 'lib/tasks/thorfile' require File.expand_path('../lib/tasks/thorfile', __FILE__)


DradisTasks.start DradisTasks.start

0 comments on commit 4068250

Please sign in to comment.