Sha256: 0b83ed9b4d2be991e9a0c35fba2241599b28567045c8d7e57da7b6a169b327cd
Contents?: true
Size: 328 Bytes
Versions: 1
Compression:
Stored size: 328 Bytes
Contents
require 'bundler' Bundler::GemHelper.install_tasks namespace :box do desc 'Downloads and adds vagrant box for testing.' task :add do sh 'bundle exec vagrant box add ubuntu/trusty64' end desc 'Removes testing vagrant box.' task :remove do sh 'bundle exec vagrant box remove --force ubuntu/trusty64' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-mosh-0.1.0 | Rakefile |