Sha256: 95f93df27fe50f0e273c3633f16e36cb0d4c7d52dc39d95d0fac395f672cb209

Contents?: true

Size: 328 Bytes

Versions: 38

Compression:

Stored size: 328 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), 'lib'))

require 'rake'
require 'docker'
require 'rspec/core/rake_task'
require 'cane/rake_task'

task :default => [:spec, :quality]

RSpec::Core::RakeTask.new do |t|
  t.pattern = 'spec/**/*_spec.rb'
end

Cane::RakeTask.new(:quality) do |cane|
  cane.canefile = '.cane'
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
docker-api-1.10.3 Rakefile
docker-api-1.10.2 Rakefile
docker-api-1.10.1 Rakefile
docker-api-1.10.0 Rakefile
docker-api-1.9.1 Rakefile
docker-api-1.9.0 Rakefile
docker-api-1.8.4 Rakefile
docker-api-1.8.3 Rakefile
docker-api-1.8.2 Rakefile
docker-api-1.8.1 Rakefile
docker-api-1.8.0 Rakefile
docker-api-1.7.6 Rakefile
docker-api-1.7.5 Rakefile
docker-api-1.7.4 Rakefile
docker-api-1.7.3 Rakefile
docker-api-1.7.2 Rakefile
docker-api-1.7.0 Rakefile
docker-api-1.6.0 Rakefile
docker-api-1.5.4 Rakefile
docker-api-1.5.3 Rakefile