Sha256: 1e3b2b9938b8e583608379dbd404d40b56721f6d6621c6677236ce3344ea8db4

Contents?: true

Size: 219 Bytes

Versions: 24

Compression:

Stored size: 219 Bytes

Contents

# frozen_string_literal: true
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

24 entries across 24 versions & 1 rubygems

Version Path
hako-0.13.3 Rakefile
hako-0.13.2 Rakefile
hako-0.13.1 Rakefile
hako-0.13.0 Rakefile
hako-0.12.0 Rakefile
hako-0.11.2 Rakefile
hako-0.11.1 Rakefile
hako-0.11.0 Rakefile
hako-0.10.0 Rakefile
hako-0.9.4 Rakefile
hako-0.9.3 Rakefile
hako-0.9.2 Rakefile
hako-0.9.1 Rakefile
hako-0.9.0 Rakefile
hako-0.8.5 Rakefile
hako-0.8.4 Rakefile
hako-0.8.3 Rakefile
hako-0.8.2 Rakefile
hako-0.8.1 Rakefile
hako-0.8.0 Rakefile