DEBSOURCES
Skip Quicknav
sources / ruby-pdf-core / 0.10.0-1 / Rakefile
123456
# frozen_string_literal: true GEMSPEC = File.expand_path('pdf-core.gemspec', __dir__) require 'prawn/dev/tasks' task default: %i[spec rubocop]