Sha256: 7ec067dfdf86ae93fa20fa40897241d90396d47896ecc54c6f24915a6c1b3ca4

Contents?: true

Size: 598 Bytes

Versions: 43

Compression:

Stored size: 598 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(:spec) do |t|
  t.rspec_opts = "--order defined"
end
# Default task is to run the unit tests
task :default => :spec

Version data entries

43 entries across 43 versions & 11 rubygems

Version Path
vagrant-gecko-aws-0.8.0 Rakefile
tamtam-vagrant-reload-1.2.1 Rakefile
vagrant-aws-mkubenka-0.7.2.pre.24 Rakefile
vagrant-hyperkit-0.4.3 Rakefile
vagrant-vmpooler-0.2.0 Rakefile
vagrant-packet-0.1.6 Rakefile
vagrant-packet-0.1.5 Rakefile
vagrant-packet-0.1.4 Rakefile
vagrant-packet-0.1.3 Rakefile
vagrant-packet-0.1.2 Rakefile
vagrant-packet-0.1.1 Rakefile
vagrant-aws-detiber-0.7.2.pre.4 Rakefile
vagrant-aws-detiber-0.7.2.pre.3 Rakefile
vagrant-aws-detiber-0.7.2.pre.2 Rakefile
vagrant-aws-mkubenka-0.7.2.pre.22 Rakefile
vagrant-aws-mkubenka-0.7.2.pre.16 Rakefile
vagrant-aws-iam-decoder-0.7.2 Rakefile
vagrant-aws-mkubenka-0.7.2.pre.14 Rakefile
vagrant-aws-mkubenka-0.7.2.pre.11 Rakefile
vagrant-aws-mkubenka-0.7.2.pre.10 Rakefile