Skip to content

Commit

Permalink
Fix Rake on 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Jan 14, 2012
1 parent 17b3923 commit b18dc2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Rakefile
@@ -1,5 +1,11 @@
$:.unshift 'extras'
require 'rake'

begin
require 'rake/dsl_definition'
rescue LoadError
end

require 'rake/clean'
require 'rake/testtask'
require 'tempfile'
Expand Down

0 comments on commit b18dc2a

Please sign in to comment.