1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-12-22 00:54:22 +01:00
dyndnsd/Steepfile
2021-01-21 17:01:35 +01:00

12 lines
180 B
Ruby

# frozen_string_literal: true
target :lib do
signature 'sig'
check 'lib'
ignore 'lib/dyndnsd/updater/zone_transfer_server.rb'
library 'date'
library 'forwardable'
end