Sha256: 8dac761d9b5792e99d855e6f03a875b467b593764eafa0e445772291f4ee2b91

Contents?: true

Size: 307 Bytes

Versions: 22

Compression:

Stored size: 307 Bytes

Contents

require 'bundler/gem_tasks'
require 'rubocop/rake_task'

def specs(dir)
  FileList["spec/#{dir}/*_spec.rb"].shuffle.join(' ')
end

desc 'Runs all the specs'
task :spec do
  sh "bundle exec bacon #{specs('**')}"
end

desc 'Lints all the files'
RuboCop::RakeTask.new(:rubocop)

task default: %i[spec rubocop]

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
xcode-install-2.8.1 Rakefile
xcode-install-2.8.0 Rakefile
xcode-install-2.7.0 Rakefile
xcode-install-2.6.8 Rakefile
xcode-install-2.6.7 Rakefile
xcode-install-2.6.6 Rakefile
xcode-install-2.6.5 Rakefile
xcode-install-2.6.4 Rakefile
xcode-install-2.6.3 Rakefile
xcode-install-2.6.2 Rakefile
xcode-install-2.6.1 Rakefile
xcode-install-2.6.0 Rakefile
xcode-install-citrus-2.5.0 Rakefile
xcode-install-2.5.0 Rakefile
xcode-install-2.4.4 Rakefile
xcode-install-2.4.2 Rakefile
xcode-install-2.4.1 Rakefile
xcode-install-2.4.0 Rakefile
xcode-install-2.3.1 Rakefile
xcode-install-2.3.0 Rakefile