Sha256: f6902c26d129f1c4602dff83409c63e6db582e283f535fec63478409029a5a77

Contents?: true

Size: 379 Bytes

Versions: 11

Compression:

Stored size: 379 Bytes

Contents

root = File.dirname(__FILE__)

$:.unshift(File.join(root, "lib"))
$:.unshift(File.join(root, "vendor/seahorse/lib"))

require 'aws-sdk-core'

Dir[File.join(root, 'tasks', '**', '*.rake')].each do |task_file|
  load task_file
end

# vendored task files
Dir[File.join(root, 'vendor', '**', 'tasks', '**', '*.rake')].each do |task_file|
  load task_file
end

task :default => :test

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
aws-sdk-core-2.0.0.rc12 Rakefile
aws-sdk-core-2.0.0.rc11 Rakefile
aws-sdk-core-2.0.0.rc10 Rakefile
aws-sdk-core-2.0.0.rc9 Rakefile
aws-sdk-core-2.0.0.rc8 Rakefile
aws-sdk-core-2.0.0.rc7 Rakefile
aws-sdk-core-2.0.0.rc6 Rakefile
aws-sdk-core-2.0.0.rc5 Rakefile
aws-sdk-core-2.0.0.rc4 Rakefile
aws-sdk-core-2.0.0.rc3 Rakefile
aws-sdk-core-2.0.0.rc2 Rakefile