diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-11 11:42:23 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-11 11:42:23 +0300 |
| commit | d3fe29187a6bb8b78bea2791e95c3d061d9f6aec (patch) | |
| tree | 7037023d7e86a398f32b65cfb97920e3a488f8f3 | |
| parent | 108ad545cc555a14b92344012d8ce0dfec9557b0 (diff) | |
version 1
| -rw-r--r-- | wireguardmeshgenerator.gemspec | 2 | ||||
| -rw-r--r-- | wireguardmeshgenerator.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/wireguardmeshgenerator.gemspec b/wireguardmeshgenerator.gemspec index d73e89a..1af2e33 100644 --- a/wireguardmeshgenerator.gemspec +++ b/wireguardmeshgenerator.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.required_ruby_version = '>= 3.3.0' s.name = 'wireguardmeshgenerator' - s.version = '0.0.0' + s.version = '1.0.0' s.licenses = ['BSD3'] s.summary = 'WireGuard Mesh generator' s.description = 'To configure my stuff' diff --git a/wireguardmeshgenerator.rb b/wireguardmeshgenerator.rb index 520d615..ec7ad5a 100644 --- a/wireguardmeshgenerator.rb +++ b/wireguardmeshgenerator.rb @@ -259,7 +259,7 @@ begin conf['hosts'].keys.select { options[:hosts].empty? || options[:hosts].include?(_1) } .each do |host| - # Generate Wireguard configuration for the hostreload! + # Generate Wireguard configuration for the host reload! WireguardConfig.new(host, conf['hosts']).generate! if options[:generate] # Install Wireguard configuration for the host. InstallConfig.new(host, conf['hosts']).upload!.install!.reload! if options[:install] |
