Sha256: c596b095c2b68ecdae178a8cc8cb6b39e2b6297fdb73a98bc79b7bcef4d7afee

Contents?: true

Size: 189 Bytes

Versions: 10

Compression:

Stored size: 189 Bytes

Contents

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

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

task :default => [:spec, :rubocop]

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hako-0.7.0 Rakefile
hako-0.6.1 Rakefile
hako-0.6.0 Rakefile
hako-0.5.1 Rakefile
hako-0.5.0 Rakefile
hako-0.4.0 Rakefile
hako-0.3.1 Rakefile
hako-0.3.0 Rakefile
hako-0.2.1 Rakefile
hako-0.2.0 Rakefile