# frozen_string_literal: true

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

task default: %i[spec rubocop]
