File: Rakefile

package info (click to toggle)
ruby-pdf-core 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 408 kB
  • sloc: ruby: 2,270; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 145 bytes parent folder | download
1
2
3
4
5
6
# frozen_string_literal: true

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

task default: %i[spec rubocop]