iptables-web 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f1d118e23b962cc601796bf743d108159dc6f15f
4
- data.tar.gz: c44ba3c7299390fc1906cf005f2468037d6b2f04
3
+ metadata.gz: e237a2fbfc2241821a09690c533a78cf45e455ab
4
+ data.tar.gz: 0584c4902c5aed3ca8bb28c97ec84e58f84fedca
5
5
  SHA512:
6
- metadata.gz: 52c5144ca96d6aa8e9724ccb7b0e38e0342ac2e29f275fbdb692ba2065d1d87040e536892017f8fc963ce77b903fa6667b99f122c3d5afb62e8e0656865b43f3
7
- data.tar.gz: caf3af8ba558cf795b362bed1d26a178a14a55048530a417f87416c15a75220f4f5d57561fd11b7e368003674bb0a322b5edd24da6762d2e4ee240e2f07e6c3c
6
+ metadata.gz: 88bc04f8e100c9e27355b6cdb796b1c11a13c8e87a1d59b94d84c447954850c0111b85adff2fca07d9694b5e9a0558e7f01073b9dc92d52192b4e56c8853874d
7
+ data.tar.gz: c03ee154b34139f3b7103fa1e3de4fec482b012b4af4011ab09c32328567e457d97530893b1bcdd8e5a1949d707ae67303345682ed43f16c48600eb7513e9a31
data/bin/iptables-web CHANGED
@@ -3,4 +3,4 @@
3
3
  require 'system/getifaddrs'
4
4
  require 'iptables_web'
5
5
  require 'iptables_web/cli'
6
- IptablesWeb::Cli.new if $0 == __FILE__
6
+ IptablesWeb::Cli.new
@@ -12,7 +12,6 @@ module IptablesWeb
12
12
  c.option '--force', 'Set rules omit checksum check'
13
13
  c.action do |_, options|
14
14
  begin
15
-
16
15
  IptablesWeb.configuration.load(options.config) if options.config
17
16
  logged_say "Use iptables server #{IptablesWeb.api_base_url}"
18
17
  IptablesWeb.pid_file do
@@ -1,3 +1,3 @@
1
1
  module IptablesWeb
2
- VERSION = '0.3.2'
2
+ VERSION = '0.3.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iptables-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - NikolayMurga