Sha256: 6f3f2057de557d36913300897f5d71136019e1fdbb1558c953dc5226b4808971

Contents?: true

Size: 195 Bytes

Versions: 12

Compression:

Stored size: 195 Bytes

Contents

#!/usr/bin/env rake

#require 'rubygems'
#require 'bundler/setup'
require 'bundler/gem_tasks'
Bundler::GemHelper.install_tasks
task default: [:deftask]
task :deftask do
  puts 'call rake -T'
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
vagrant-libvirt-0.0.24 Rakefile
vagrant-libvirt-0.0.23 Rakefile
vagrant-libvirt-0.0.22 Rakefile
vagrant-libvirt-0.0.21 Rakefile
vagrant-libvirt-0.0.20 Rakefile
vagrant-libvirt-0.0.19 Rakefile
vagrant-libvirt-0.0.18 Rakefile
vagrant-libvirt-0.0.17 Rakefile
vagrant-libvirt-0.0.16 Rakefile
vagrant-libvirt-0.0.15 Rakefile
vagrant-libvirt-0.0.14 Rakefile
vagrant-libvirt-0.0.10 Rakefile