mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
9 lines
174 B
Ruby
9 lines
174 B
Ruby
#require 'rubygems'
|
|
#require 'bundler/setup'
|
|
require 'bundler/gem_tasks'
|
|
Bundler::GemHelper.install_tasks
|
|
task default: [:deftask]
|
|
task :deftask do
|
|
puts 'call rake -T'
|
|
end
|