File: Rakefile

package info (click to toggle)
ruby-ttfunk 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 18,472 kB
  • sloc: ruby: 7,954; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# frozen_string_literal: true

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

task default: %i[rubocop spec]