mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
8 lines
127 B
Ruby
8 lines
127 B
Ruby
#!/usr/bin/env rake
|
|
|
|
require 'rubygems'
|
|
require 'bundler/setup'
|
|
#require 'bundler/gem_tasks'
|
|
Bundler::GemHelper.install_tasks
|
|
|