Sha256: b0561818691e72edd227594fcf12c13c311409f0306be9b6edfebd801c9f3422

Contents?: true

Size: 382 Bytes

Versions: 16

Compression:

Stored size: 382 Bytes

Contents

# Copyright Swipely, Inc.  All rights reserved.

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

require 'rake'
require 'aerosol'
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

16 entries across 16 versions & 1 rubygems

Version Path
aerosol-1.10.0 Rakefile
aerosol-1.9.2 Rakefile
aerosol-1.9.1 Rakefile
aerosol-1.9.0 Rakefile
aerosol-1.8.0 Rakefile
aerosol-1.7.1 Rakefile
aerosol-1.7.0 Rakefile
aerosol-1.7.0.pre.1 Rakefile
aerosol-1.6.0 Rakefile
aerosol-1.5.1 Rakefile
aerosol-1.3.0 Rakefile
aerosol-1.2.0 Rakefile
aerosol-1.1.0 Rakefile
aerosol-1.0.2 Rakefile
aerosol-1.0.1 Rakefile
aerosol-0.5.1 Rakefile