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.5.2 Rakefile
docker-api-1.5.1 Rakefile
docker-api-1.5.0 Rakefile
docker-api-1.4.0 Rakefile
docker-api-1.3.1 Rakefile
docker-api-1.3.0 Rakefile
docker-api-1.2.0 Rakefile
docker-api-1.1.2 Rakefile
docker-api-1.1.1 Rakefile
docker-api-1.1.0 Rakefile
docker-api-1.0.1 Rakefile
docker-api-1.0.0 Rakefile
docker-api-0.1.0 Rakefile
docker-api-0.0.6 Rakefile
docker-api-0.0.5 Rakefile
docker-api-0.0.4 Rakefile
docker-api-0.0.3 Rakefile
docker-api-0.0.2 Rakefile