mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-22 00:54:22 +01:00
12 lines
180 B
Ruby
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
|