Sha256: 30a09070f8a81179be879870bd28d5f901a37b1bc743bb8907370c8b60ff8e55

Contents?: true

Size: 361 Bytes

Versions: 10

Compression:

Stored size: 361 Bytes

Contents

require 'rubygems'
require 'bundler/setup'
require 'rspec/core/rake_task'

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

# For gem creation and bundling
require "bundler/gem_tasks"

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

# Default task is to build the gem
task :default => "build"

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
vagrant-vm-info-0.0.5 Rakefile
vagrant-plugin-dummy-0.0.7 Rakefile
vagrant-vminfo-0.0.2 Rakefile
vagrant-plugin-dummy-0.0.6 Rakefile
vagrant-plugin-dummy-0.0.5 Rakefile
vagrant-plugin-dummy-0.0.4 Rakefile
vagrant-plugin-dummy-0.0.3 Rakefile
vagrant-plugin-dummy-0.0.1 Rakefile
vagrant-plugin-dummy-0.0.2 Rakefile
vagrant-vminfo-0.0.1 Rakefile