Sha256: f4b76c790878d10ff688c50356b8c2ebc51d2eb8dcbd5a6f089db6d00b65185f

Contents?: true

Size: 427 Bytes

Versions: 20

Compression:

Stored size: 427 Bytes

Contents

# frozen_string_literal: true

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

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

RuboCop::RakeTask.new

task default: %i[rspec rubocop]

desc "Checks if commands.md file is up to date"
task :check_command_docs do
  sh "./script/check_command_docs"
end

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

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
cpflow-4.0.1 Rakefile
cpflow-4.0.0 Rakefile
cpflow-3.0.1 Rakefile
cpflow-3.0.0 Rakefile
cpl-2.2.4 Rakefile
cpl-2.2.2 Rakefile
cpl-2.2.1 Rakefile
cpl-2.2.0 Rakefile
cpl-1.4.0 Rakefile
cpl-1.3.0 Rakefile
cpl-1.2.0 Rakefile
cpl-1.1.2 Rakefile
cpl-1.1.2.rc.0 Rakefile
cpl-1.1.1 Rakefile
cpl-1.1.0 Rakefile
cpl-1.0.4 Rakefile
cpl-1.0.3 Rakefile
cpl-1.0.2 Rakefile
cpl-1.0.1 Rakefile
cpl-1.0.0 Rakefile