Sha256: 72e05dff8c908a4a0649e059f8a184d0de7f0ace1160583815f62e954f42449e

Contents?: true

Size: 283 Bytes

Versions: 135

Compression:

Stored size: 283 Bytes

Contents

require 'rubygems'

require 'bundler/setup'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new
task :default => :spec

task :clobber_package do
  rm_r 'pkg' rescue nil
end

desc 'Delete all generated files'
task :clobber => [:clobber_package]

Version data entries

135 entries across 135 versions & 3 rubygems

Version Path
autoprefixer-rails-6.0.2 Rakefile
autoprefixer-rails-6.0.1 Rakefile
autoprefixer-rails-6.0.0 Rakefile
autoprefixer-rails-5.2.1.3 Rakefile
autoprefixer-rails-5.2.1.2 Rakefile
autoprefixer-rails-5.2.1.1 Rakefile
autoprefixer-rails-5.2.1 Rakefile
autoprefixer-rails-5.2.0.1 Rakefile
autoprefixer-rails-5.2.0 Rakefile
autoprefixer-rails-5.1.11 Rakefile
autoprefixer-rails-5.1.10 Rakefile
autoprefixer-rails-5.1.9 Rakefile
autoprefixer-rails-5.1.8.1 Rakefile
autoprefixer-rails-5.1.8 Rakefile
autoprefixer-rails-5.1.7.1 Rakefile
autoprefixer-rails-5.1.7 Rakefile
autoprefixer-rails-5.1.6 Rakefile
autoprefixer-rails-5.1.5 Rakefile
autoprefixer-rails-5.1.4 Rakefile
autoprefixer-rails-5.1.3.1 Rakefile