Sha256: 55c4327f860c4e2c1c4425b014057b370a2514f79c6633b273cdee971a180a4a

Contents?: true

Size: 374 Bytes

Versions: 4

Compression:

Stored size: 374 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

# Change to the directory of this file.
Dir.chdir(File.expand_path("../", __FILE__))

# This installs the tasks that help with gem creation and
# publishing.
Bundler::GemHelper.install_tasks

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
vagrant-shell-local-0.1.0 Rakefile
vagrant-shell-local-0.0.1 Rakefile
vagrant-host-shell-0.0.4 Rakefile
vagrant-host-shell-0.0.3 Rakefile