File: Rakefile

package info (click to toggle)
ruby-nokogiri 1.18.10%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,088 kB
  • sloc: ansic: 38,893; xml: 27,665; ruby: 27,508; java: 15,398; cpp: 7,107; yacc: 244; sh: 208; makefile: 149; sed: 14
file content (10 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

#
# Tasks are all loaded from `rakelib/*.rake`.
# You may want to use `rake -T` to see what's available.
#
require "bundler"
NOKOGIRI_SPEC = Bundler.load_gemspec("nokogiri.gemspec")

task default: [:rubocop, :gumbo, :compile, :test]