Sha256: a83127653f20a6fa08b323808630ea6810ff579b8174aaed0254b2bcb548d101

Contents?: true

Size: 173 Bytes

Versions: 9

Compression:

Stored size: 173 Bytes

Contents

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

RSpec::Core::RakeTask.new(:spec)

task default: :spec

task check: :rubocop

task :rubocop do
  sh 'rubocop'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
papercall-1.0.0 Rakefile
papercall-0.15.2 Rakefile
papercall-0.15.1 Rakefile
papercall-0.15.0 Rakefile
papercall-0.14.0 Rakefile
papercall-0.13.0 Rakefile
papercall-0.12.0 Rakefile
papercall-0.11.0 Rakefile
papercall-0.10.0 Rakefile