iptables-web 0.2.2.pre3 → 0.2.2.pre4

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: 3a02eae4ee385a5c7c429c2babbd6585b314c50f
4
- data.tar.gz: bdf761b6dfcc4b2e80e16fa1bfc6c1b795d9a3c6
3
+ metadata.gz: 34b90dd84526ece2f78cee218c0a6be33d62efe3
4
+ data.tar.gz: 930f49a2e551568ce9c3d5dae7f0d92c747c4aa8
5
5
  SHA512:
6
- metadata.gz: 43476783287a534ce6a4faab420e073b26c5d14674240be57de61fc898a0bc950ea89ef284103dd58e56bdaa4f161220897cc048777984731b7520a98afab583
7
- data.tar.gz: f44feb046aebe67c575cdfd6461bd51f9bef40e88f64c248edd857c8fcfbaf2ce9f0f5c85860b16fcbe9e2e77f8474f8dfd039aa2c6bb661e744c40ac34dc428
6
+ metadata.gz: e75b3c5af53344e0f3a71c720cc131c94942c7d50f94228499ccc65def042e9c894a7793e060e02b286d7a75088fd3d327ee318163a15310ff6e7e4948c2cd5d
7
+ data.tar.gz: 7ab80ab1425621bc65b0a97d5bc182435ea34c79f0707d6de7594ba64f8a87df873c69314e67a302d9941e11f03f722b0d73eeb4b6b438190b1746ff487d23a6
@@ -31,7 +31,7 @@ module IptablesWeb
31
31
  lines << ':INPUT DROP [0:0]'
32
32
  lines << ':FORWARD ACCEPT [0:0]'
33
33
  lines << ':OUTPUT ACCEPT [0:0]'
34
- lines << static_filter.split("\n").strip if static_filter
34
+ lines << static_filter.join("\n").strip if static_filter
35
35
  lines << "\n"
36
36
  lines << Array(rules).map(&:to_s).join("\n").strip
37
37
  lines << "COMMIT\n"
@@ -1,3 +1,3 @@
1
1
  module IptablesWeb
2
- VERSION = '0.2.2.pre3'
2
+ VERSION = '0.2.2.pre4'
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.2.2.pre3
4
+ version: 0.2.2.pre4
5
5
  platform: ruby
6
6
  authors:
7
7
  - NikolayMurga