Sha256: 5ef14154a7e39ca108b44eec8af8311ef23c3ba464e15237f3f65a1734c78024

Contents?: true

Size: 294 Bytes

Versions: 12

Compression:

Stored size: 294 Bytes

Contents

# frozen_string_literal: true

require "bundler/gem_tasks"
require "rspec/core/rake_task"

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

require "rubocop/rake_task"
require "yard"

RuboCop::RakeTask.new
YARD::Rake::YardocTask.new do |t|
  t.files = ["lib/**/*.rb"]
end

task default: %i[spec yard rubocop]

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
bckbn-3.0.1 Rakefile
bckbn-3.0.0 Rakefile
bckbn-2.2.1 Rakefile
bckbn-2.1.1 Rakefile
bckbn-2.1.0 Rakefile
bckbn-2.0.0 Rakefile
bckbn-1.1.0 Rakefile
bckbn-1.0.0 Rakefile
bckbn-0.2.0 Rakefile
bckbn-0.1.2 Rakefile
bckbn-0.1.1 Rakefile
bckbn-0.1.0 Rakefile