proproxy 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59cd36a2da229b5e63d7015ff5a80b5710c7f568121ba0eff11a640aa96decf4
4
- data.tar.gz: a1ecddd3544f0d2ee3b9404444080bb5a9adeef73ffeb8b8c4d5475f123d8270
3
+ metadata.gz: 1c3585999e65ed56e82cfcc7853451c4c998a191c00e2f33bd9dd0392390f070
4
+ data.tar.gz: 26afa3261545bd1eaf85d468d5eb7641eb57c0fd1f03610c59ae2ef59aa81914
5
5
  SHA512:
6
- metadata.gz: c5c9908c6497b719b98c5c10b75f557e1996956b3db2a2904f307cd4ff1022fb42751182b6e7adafea747fdf587d5b7f2c24e3cc3feafba9fd6edc6bdbb60075
7
- data.tar.gz: dcdb0ac1f97d5f572c932806b657001f683527e82238990e15568001926c2a4bf2e4c183c22c90b9597271f2f0f8a4d24ef7c539cabab38c0d355a05645fb696
6
+ metadata.gz: 6fb158934701b5916b62934429f7d8ea8d8a8de953f31e566c266fe51ec067860ded238bc268cd99ec5cec4498003e5194ba900a77edf496affa836ed8308e8f
7
+ data.tar.gz: 46a4d5ebd6fb5c75016fd1ff032edf288bbd8236813d8b455ab13b7e31093c0ffb72b5b69b671f5dfe59778fdb217e6da18ba6854b0637b7dbe601e8337d33a2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- proproxy (0.1.3)
4
+ proproxy (0.1.4)
5
5
  sshkit
6
6
 
7
7
  GEM
@@ -1,3 +1,3 @@
1
1
  module Proproxy
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
data/lib/proproxy.rb CHANGED
@@ -133,8 +133,8 @@ module Proproxy
133
133
  def copy_template
134
134
  current_dir = File.expand_path('.')
135
135
  on @remote_host do
136
- upload! "#{current_dir}/templates/iptables"), '/etc/sysconfig/iptables'
137
- upload! "#{current_dir}/templates/squid.conf"), '/etc/squid/squid.conf'
136
+ upload! "#{current_dir}/templates/iptables", '/etc/sysconfig/iptables'
137
+ upload! "#{current_dir}/templates/squid.conf", '/etc/squid/squid.conf'
138
138
  end
139
139
  end
140
140
  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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - '100010'