proproxy 0.1.1 → 0.1.2

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: 879b551a7ca5c19ff1482ad7dd8b124bbdf3496fd29df8a82233478d15a5b97e
4
- data.tar.gz: fe68818bcc2f4c240fbf8b3fb4b510748c4fcca2b5d3d6b296cdce0c860f94f4
3
+ metadata.gz: fefee7007f1058cb1f1909ba3c81fe94435b45f500324a8d507b6da74470732d
4
+ data.tar.gz: 91633e3498ed0aff5043f9874f1db63f6a530b26ee2a69d4a2442e7a91bb0ee4
5
5
  SHA512:
6
- metadata.gz: 454c06438f79d2c24ab53095bd812d2ddfaa4b93fa93c619780b19eb76db5ebaa40ae4aabf3fa0144b271e5ee0e018d87278b690ad54e819d0da0c850da3caf0
7
- data.tar.gz: f6460b9bcdac0aada43e3ff149f2c2e25b74630dcb7f1dd176233079b900f917c037e1e50823143efb9562e9946d76a4e9b16f1293669eaebc5cf7c4575145a0
6
+ metadata.gz: 6682ca15f188680d0b2befd7be815fd8d775b065ee95366acf0a35f5211458df1c69aa1ff7f5027800d296ab8d1e4c8a44b30f89391e2935b4c76b77f7dea70c
7
+ data.tar.gz: 192e2ac372890ddab6605aa51e72c96d5597d7ff8d8e60ed8c0922c94575b1bdb7c4ba9c71806d9d5341530855aa816c8dd0773610175aa4006c9b57bcfeeb2d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- proproxy (0.1.1)
4
+ proproxy (0.1.2)
5
5
  sshkit
6
6
 
7
7
  GEM
data/lib/proproxy.rb CHANGED
@@ -132,8 +132,8 @@ module Proproxy
132
132
 
133
133
  def copy_template
134
134
  on @remote_host do
135
- upload! "templates/iptables", '/etc/sysconfig/iptables'
136
- upload! "templates/squid.conf", '/etc/squid/squid.conf'
135
+ upload! File.expand_path('templates', 'iptables'), '/etc/sysconfig/iptables'
136
+ upload! File.expand_path('templates', 'squid.conf'), '/etc/squid/squid.conf'
137
137
  end
138
138
  end
139
139
  end
@@ -1,3 +1,3 @@
1
1
  module Proproxy
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - '100010'