1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 12:30:18 +02:00

gem: refactor gemspec, exclude tests from gem, move binaries to ./exe

- based on recommendations of https://piotrmurach.com/articles/writing-a-ruby-gem-specification/
This commit is contained in:
cn
2020-03-06 21:04:59 +01:00
parent 88133edc1a
commit c73c09f311
3 changed files with 18 additions and 6 deletions

4
exe/dyndnsd Executable file
View File

@ -0,0 +1,4 @@
require 'dyndnsd'
Dyndnsd::Daemon.run!