1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2025-06-29 00:30:24 +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-07 01:28:17 +01:00
parent 140c60c753
commit bf3ba8f7cd
2 changed files with 12 additions and 6 deletions

5
exe/openvpn-status-web Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env ruby
require 'openvpn-status-web'
OpenVPNStatusWeb::Daemon.run!