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.4.0 Rakefile
hako-2.3.1 Rakefile
hako-2.3.0 Rakefile
hako-2.2.0 Rakefile
hako-2.1.0 Rakefile
hako-2.0.4 Rakefile
hako-2.0.3 Rakefile
hako-2.0.2 Rakefile
hako-2.0.1 Rakefile
hako-2.0.0 Rakefile
hako-1.9.0 Rakefile
hako-1.8.4 Rakefile
hako-1.8.3 Rakefile
hako-1.8.2 Rakefile
hako-1.8.1 Rakefile
hako-1.8.0 Rakefile
hako-1.7.0 Rakefile
hako-1.6.2 Rakefile
hako-1.6.1 Rakefile
hako-1.6.0 Rakefile