proproxy 0.1.7 → 0.1.8

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
  SHA256:
3
- metadata.gz: 97d58e031c3787aa019dcf1ad9e0e6ceeecd968a626ff58763c44b5856da6421
4
- data.tar.gz: e77b06444184ee3aafb2fac810d8b8385d3dff2249e2fbc01b5f0451334c7ce6
3
+ metadata.gz: 5bdd2b3755ec034b6ed8176a2579caf17d7f543c08b2fede6281061fadfbd840
4
+ data.tar.gz: 2c59c64dfbd2fa450afcf27f4730eac41a805dd2a610f53356cf8e0a493f248b
5
5
  SHA512:
6
- metadata.gz: a738a17b5e37e934f418b7e3570182e2a91a04b067e08efc278efb05412e21dbf74d02b7cf9e6cbd27ab43562de6175ffeac10e82e67fef630e643bd0ff1952c
7
- data.tar.gz: e3f7e7e107d55801d977d7ac9046dfaab56ad00351d5c785ca45a57c31947db6117079af26af74a6c4025dadbe45088d23c8dcb8ee5e29f1dfed5aad42517c56
6
+ metadata.gz: 9a6dc5fe06f43639ea33430f15e830f5296fe29f00e88d2962a11edd70bf2e0e5593107799019ac14c97d9890539a6301a68ba3ec60750094f8c30dd76d4a7af
7
+ data.tar.gz: e3e354846d16ecd9ce6479bb7668d38d13f59e1332071588bd02c42779722a7579df431aa0b2e7b2c9a7559e9577577c5094d927f298d2fc8162d8313938c60b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- proproxy (0.1.7)
4
+ proproxy (0.1.8)
5
5
  sshkit
6
6
 
7
7
  GEM
data/lib/proproxy.rb CHANGED
@@ -133,8 +133,8 @@ module Proproxy
133
133
 
134
134
  def allow_specified_src
135
135
  on @remote_host do
136
- execute 'http_access allow myacl >> /etc/sysconfig/iptables'
137
- execute 'http_access deny all >> /etc/sysconfig/iptables'
136
+ execute 'echo http_access allow myacl >> /etc/sysconfig/iptables'
137
+ execute 'echo http_access deny all >> /etc/sysconfig/iptables'
138
138
  end
139
139
  end
140
140
 
@@ -1,3 +1,3 @@
1
1
  module Proproxy
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: proproxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - '100010'