Sha256: 463620b88c52010a37b39f66ed9fb9844c55d868db85d4b05986cef2727fbe76

Contents?: true

Size: 547 Bytes

Versions: 251

Compression:

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

251 entries across 249 versions & 34 rubygems

Version Path
vagrant-niftycloud-0.4.0 Rakefile
vagrant-vaimo-unison-0.0.2 Rakefile
vagrant-vaimo-unison-0.0.1 Rakefile
vagrant-unison-vaimo-4.0.0a Rakefile
vagrant-unison-vaimo-1.0.0a Rakefile
vagrant-openstack-cloud-provider-1.1.13 Rakefile
vagrant-openstack-cloud-provider-1.1.12 Rakefile
vagrant-openstack-cloud-provider-1.1.11 Rakefile
vagrant-openstack-cloud-provider-1.1.10 Rakefile
vagrant-openstack-cloud-provider-1.1.9 Rakefile
vagrant-openstack-cloud-provider-1.1.8 Rakefile
vagrant-profitbricks-1.0.0 Rakefile
vagrant-unison2-2.0.0 Rakefile
vagrant-openstack-plugin-tom-0.12.0 Rakefile
vagrant-openstack-cloud-provider-1.1.6 Rakefile
vagrant-openstack-cloud-provider-1.1.5 Rakefile
vagrant-openstack-cloud-provider-1.1.4 Rakefile
openstack-vagrant-1.1.3 Rakefile
openstack-vagrant-1.1.2 Rakefile
vagrant-unison2-1.2.4 Rakefile