update rakefile for rake >= 0.9.0

This commit is contained in:
John Bintz 2011-06-19 16:11:22 -04:00
parent d4b886099c
commit a62a069166

View File

@ -1,3 +1,5 @@
include Rake::DSL if defined?(Rake::DSL)
require 'bundler'
Bundler::GemHelper.install_tasks