Sha256: b2c7318ad6776daacb5855d48cac3c40caca06bf27f6bf43bf3a8215f80a4092

Contents?: true

Size: 305 Bytes

Versions: 10

Compression:

Stored size: 305 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

task default: %i[spec rubocop]

desc "Updates commands.md file"
task :command_docs do
  sh "./script/generate_commands_docs"
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cpl-0.6.0 Rakefile
cpl-0.5.1 Rakefile
cpl-0.5.0 Rakefile
cpl-0.4.1 Rakefile
cpl-0.4.0 Rakefile
cpl-0.3.3 Rakefile
cpl-0.3.2 Rakefile
cpl-0.3.1 Rakefile
cpl-0.3.0 Rakefile
cpl-0.2.0 Rakefile