Sha256: 3ef413b0f497c70525a7e3fdbd94001fb3cd1883eae419db30e9a1eb75bac3df
Contents?: true
Size: 331 Bytes
Versions: 3
Compression:
Stored size: 331 Bytes
Contents
require 'rubygems' require 'bundler/setup' require 'rspec/core/rake_task' # Immediately sync all stdout so that tools like buildbot can # immediately load in the output. $stdout.sync = true $stderr.sync = true # Change to the directory of this file. Dir.chdir(File.expand_path('../', __FILE__)) Bundler::GemHelper.install_tasks
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-vcloud-0.5.0 | Rakefile |
vagrant-vcloud-0.4.7 | Rakefile |
vagrant-vcloud-0.4.6 | Rakefile |