Sha256: d0453a5e69d98cfd4f0afd80705ffe81b7446297a47a94a97e0f8c2f1c0e8d83

Contents?: true

Size: 263 Bytes

Versions: 10

Compression:

Stored size: 263 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'rubocop/rake_task'

RSpec::Core::RakeTask.new
RuboCop::RakeTask.new(:rubocop)

desc 'Run Fasterer'
task :fasterer do
  sh('bundle exec fasterer')
end

task(default: [:spec, :rubocop, :fasterer])

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
xcmonkey-1.3.1 Rakefile
xcmonkey-1.3.0 Rakefile
xcmonkey-1.2.0 Rakefile
xcmonkey-1.1.0 Rakefile
xcmonkey-1.0.0 Rakefile
xcmonkey-0.3.0 Rakefile
xcmonkey-0.2.0 Rakefile
xcmonkey-0.1.2 Rakefile
xcmonkey-0.1.1 Rakefile
xcmonkey-0.1.0 Rakefile