1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2025-08-12 12:48:39 +02:00

gem: add rubocop and fix style

This commit is contained in:
cn
2020-03-02 01:57:58 +01:00
parent d959e7fe62
commit 140c60c753
11 changed files with 175 additions and 67 deletions

View File

@@ -1,4 +1,4 @@
module OpenVPNStatusWeb
VERSION = "2.0.0"
VERSION = '2.0.0'.freeze
end