Sha256: 41ce3bbe7af348d849b56d90176457e6839fa6525069c1a5f001aa405c1b6481

Contents?: true

Size: 634 Bytes

Versions: 36

Compression:

Stored size: 634 Bytes

Contents

require 'rubygems'
require 'bundler/setup'
require 'rspec/core/rake_task'
require 'rubocop/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

# Install the `rubocop` task
RuboCop::RakeTask.new

# Default task is to run the unit tests
task default: %w(rubocop spec)

Version data entries

36 entries across 36 versions & 5 rubygems

Version Path
vagrant-openstack-provider-0.13.0 Rakefile
vagrant-openstack-illuin-provider-0.12.0 Rakefile
vagrant-openstack-provider-0.12.0 Rakefile
vagrant-conoha-0.1.10 Rakefile
vagrant-openstack-provider-illuin-0.11.1 Rakefile
vagrant-openstack-provider-0.11.0 Rakefile
vagrant-conoha-0.1.9 Rakefile
vagrant-conoha-0.1.8 Rakefile
vagrant-openstack-provider-0.10.0 Rakefile
vagrant-conoha-0.1.7 Rakefile
vagrant-openstack-provider-0.9.0 Rakefile
vagrant-openstack-provider-0.8.0 Rakefile
vagrant-conoha-0.1.6 Rakefile
vagrant-conoha-0.1.5 Rakefile
vagrant-conoha-0.1.4 Rakefile
vagrant-openstack-provider-0.7.2 Rakefile
vagrant-openstack-provider-0.7.1 Rakefile
vagrant-conoha-0.1.3 Rakefile
vagrant-conoha-0.1.2 Rakefile
vagrant-conoha-0.1.1 Rakefile