Sha256: cac9dd3d500f60992d905293853e3c6d2874b78b2382352cbd408960399d98d3
Contents?: true
Size: 479 Bytes
Versions: 2
Compression:
Stored size: 479 Bytes
Contents
require 'rubygems' require 'bundler/setup' require 'rake/release' 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 RSpec::Core::RakeTask.new task :default => [:spec]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-ovirt4-2.2.0 | Rakefile |
vagrant-ovirt4-2.1.3 | Rakefile |