Sha256: ef9450de32832fb29920401f3579b566e0d031530d6b9d3b94803267bc8d2b80

Contents?: true

Size: 576 Bytes

Versions: 76

Compression:

Stored size: 576 Bytes

Contents

require "rubygems"
require "bundler/setup"

# Immediately sync all stdout so that tools like buildbot can
# immediately load in the output.
$stdout.sync = true
$stderr.sync = true

# Load all the rake tasks from the "tasks" folder. This folder
# allows us to nicely separate rake tasks into individual files
# based on their role, which makes development and debugging easier
# than one monolithic file.
task_dir = File.expand_path("../tasks", __FILE__)
Dir["#{task_dir}/**/*.rake"].each do |task_file|
  load task_file
end

desc "Default Task"
task :default => "test:travis"

Version data entries

76 entries across 74 versions & 5 rubygems

Version Path
fog-google-1.24.1 Rakefile
fog-google-1.24.0 Rakefile
fog-google-1.23.0 Rakefile
fog-google-1.22.0 Rakefile
fog-google-1.21.1 Rakefile
fog-google-1.21.0 Rakefile
fog-google-1.20.0 Rakefile
fog-google-1.19.0 Rakefile
fog-google-1.18.0 Rakefile
fog-google-1.17.0 Rakefile
fog-google-1.16.1 Rakefile
fog-google-1.16.0 Rakefile
fog-google-1.15.0 Rakefile
fog-google-1.14.0 Rakefile
gitlab-fog-google-1.14.0 Rakefile
fog-vcloud-director-0.3.1 Rakefile
fog-google-1.13.0 Rakefile
gitlab-fog-google-1.13.0 Rakefile
fog-google-1.12.1 Rakefile
fog-google-1.12.0 Rakefile