File: Rakefile

package info (click to toggle)
ruby-prawn-manual-builder 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 71,756 kB
  • sloc: ruby: 951; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 152 bytes parent folder | download
1
2
3
4
5
6
# frozen_string_literal: true

GEMSPEC = File.expand_path('prawn-manual_builder.gemspec', __dir__)
require 'prawn/dev/tasks'

task default: %i[rubocop]