5 lines
93 B
Ruby
5 lines
93 B
Ruby
include Rake::DSL if defined?(Rake::DSL)
|
|
|
|
require 'bundler'
|
|
Bundler::GemHelper.install_tasks
|