Sha256: b038a46077c8f8d9630a67ddd9930c5b86c733b8831c6f8271053028afd2f693

Contents?: true

Size: 268 Bytes

Versions: 50

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 => %i[spec rubocop]

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
hako-2.17.0 Rakefile
hako-2.16.0 Rakefile
hako-2.15.1 Rakefile
hako-2.15.0 Rakefile
hako-2.14.0 Rakefile
hako-2.13.0 Rakefile
hako-2.12.0 Rakefile
hako-2.11.1 Rakefile
hako-2.11.0 Rakefile
hako-2.10.0 Rakefile
hako-2.9.2 Rakefile
hako-2.9.1 Rakefile
hako-2.9.0 Rakefile
hako-2.8.0 Rakefile
hako-2.7.0 Rakefile
hako-2.6.2 Rakefile
hako-2.6.1 Rakefile
hako-2.6.0 Rakefile
hako-2.5.1 Rakefile
hako-2.5.0 Rakefile