Sha256: e8bd5239005b5265ec28a341ec95e368d5e6592b2be3b073250da5b483df73a2

Contents?: true

Size: 440 Bytes

Versions: 6

Compression:

Stored size: 440 Bytes

Contents

# frozen_string_literal: true

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

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


Rake::Task[:build].enhance(["paperwork:doc"])
Rake::Task[:clean].enhance(["paperwork:doc:clean"])
task rebuild: [:clean, :build]
task default: :spec
CLEAN.include(".work/coverage")

paperwork :doc, sources: ["README.md", "nested_example/navdemo.md", "paperwork.yml", "custom.js", "custom.css"]

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
paperwork-0.3.5 Rakefile
paperwork-0.3.4 Rakefile
paperwork-0.3.3 Rakefile
paperwork-0.3.2 Rakefile
paperwork-0.3.1 Rakefile
paperwork-0.3.0 Rakefile