Sha256: 2a8b4ba879c8be39019d1cd9bb26c8911c94a30c5855272b3cce191ec438dcc7

Contents?: true

Size: 546 Bytes

Versions: 18

Compression:

Stored size: 546 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__))

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

# Install the `spec` task so that we can run tests.
RSpec::Core::RakeTask.new

# Default task is to run the unit tests
task :default => "spec"

Version data entries

18 entries across 18 versions & 3 rubygems

Version Path
vagrant-compose-0.7.5 Rakefile
vagrant-compose-0.7.4 Rakefile
vagrant-compose-0.7.3 Rakefile
vagrant-compose-0.7.2 Rakefile
vagrant-compose-0.7.1 Rakefile
vagrant-compose-0.7.0 Rakefile
vagrant-compose-0.2.4 Rakefile
vagrant-compose-0.2.3 Rakefile
vagrant-compose-0.2.2 Rakefile
vagrant-compose-0.2.1 Rakefile
vagrant-compose-0.2.0 Rakefile
vagrant-mol-support-0.0.2 Rakefile
vagrant-mol-support-0.0.1 Rakefile
vagrant-aws-extras-0.1.0 Rakefile
vagrant-aws-extras-0.0.1.rc5 Rakefile
vagrant-aws-extras-0.0.1.rc4 Rakefile
vagrant-aws-extras-0.0.1.rc2 Rakefile
vagrant-aws-extras-0.0.1.rc1 Rakefile