Sha256: 78afada86e2d26ec5d306e130668a9291bf9b44b83b86daebb6430acfd5402a3

Contents?: true

Size: 554 Bytes

Versions: 63

Compression:

Stored size: 554 Bytes

Contents

require 'rubygems'
require 'bundler/setup'

# Immediately sync all stdout so that tools like buildbot can
# immediately load in the output.
$stdout.sync = true
$stderr.sync = true

# Load all the rake tasks from the "tasks" folder. This folder
# allows us to nicely separate rake tasks into individual files
# based on their role, which makes development and debugging easier
# than one monolithic file.
task_dir = File.expand_path("../tasks", __FILE__)
Dir["#{task_dir}/**/*.rake"].each do |task_file|
  load task_file
end

task :default => "test:unit"

Version data entries

63 entries across 63 versions & 11 rubygems

Version Path
tamtam-vagrant-reload-1.1.3 vendor/cache/vagrant-0ac2a8738841/Rakefile
tamtam-vagrant-reload-1.1.2 vendor/cache/vagrant-0ac2a8738841/Rakefile
tamtam-vagrant-reload-1.1.1 vendor/cache/vagrant-0ac2a8738841/Rakefile
tamtam-vagrant-reload-1.1 vendor/cache/vagrant-0ac2a8738841/Rakefile
bmhatfield-vagrant-1.0.10 Rakefile
bmhatfield-vagrant-1.0.9 Rakefile
tnargav-1.3.3 Rakefile
bmhatfield-vagrant-1.0.8 Rakefile
vagrant-shell-0.2.9 demo/templates/vendor/bundle/ruby/1.9.1/gems/tnargav-1.2.2/Rakefile
tnargav-1.2.3 Rakefile
vagrant-shell-0.2.8 demo/templates/vendor/bundle/ruby/1.9.1/gems/tnargav-1.2.2/Rakefile
bmhatfield-vagrant-1.0.7 Rakefile
vagrant-shell-0.2.6 vendor/bundle/gems/tnargav-1.2.2/Rakefile
vagrant-shell-0.2.5 vendor/bundle/gems/tnargav-1.2.2/Rakefile
tnargav-1.2.2 Rakefile
vagrantup-1.1.3 Rakefile
vagrantup-1.1.2 Rakefile
vagrantup-1.1.1 Rakefile
vagrantup-1.1.0 Rakefile
vagrantup-1.0.7 Rakefile