# frozen_string_literal: true

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

task default: %i[rubocop spec]
