From d3fe29187a6bb8b78bea2791e95c3d061d9f6aec Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 11 May 2025 11:42:23 +0300 Subject: version 1 --- wireguardmeshgenerator.gemspec | 2 +- 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] -- cgit v1.2.3