Sha256: 17f2a81a6787c5eee566bc96085a1a4df86f8c0d6a1d94123bc3c8e0fbc601de

Contents?: true

Size: 268 Bytes

Versions: 30

Compression:

Stored size: 268 Bytes

Contents

# frozen_string_literal: true
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'rubocop/rake_task'
require 'yard'

RSpec::Core::RakeTask.new(:spec)
RuboCop::RakeTask.new(:rubocop)
YARD::Rake::YardocTask.new(:yard)

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

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
hako-1.1.0 Rakefile
hako-1.0.1 Rakefile
hako-1.0.0 Rakefile
hako-0.27.0 Rakefile
hako-0.26.0 Rakefile
hako-0.25.2 Rakefile
hako-0.25.1 Rakefile
hako-0.25.0 Rakefile
hako-0.24.0 Rakefile
hako-0.23.0 Rakefile
hako-0.22.0 Rakefile
hako-0.21.1 Rakefile
hako-0.21.0 Rakefile
hako-0.20.3 Rakefile
hako-0.20.2 Rakefile
hako-0.20.1 Rakefile
hako-0.20.0 Rakefile
hako-0.19.0 Rakefile
hako-0.18.1 Rakefile
hako-0.18.0 Rakefile