ricodigo-capistrano-recipes 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.6
1
+ 0.1.7
@@ -86,7 +86,7 @@ def setup_firewall(ssh)
86
86
  commands << "sudo ufw default deny"
87
87
 
88
88
  ssh.exec!(commands.join(" && ")) {|c,s,d| puts d }
89
- ssh.exec!("sudo ufw enable") {|c,s,d| puts d; d.send_data("yes") }
89
+ ssh.exec!("sudo ufw enable") {|c,s,d| puts d; c.send_data("yes") }
90
90
 
91
91
  ssh.exec! "iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT"
92
92
  ssh.exec! "iptables -A INPUT -i lo -j ACCEPT"
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ricodigo-capistrano-recipes}
8
- s.version = "0.1.6"
8
+ s.version = "0.1.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["David A. Cuadrado"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 6
9
- version: 0.1.6
8
+ - 7
9
+ version: 0.1.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - David A. Cuadrado
@@ -208,7 +208,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
208
208
  requirements:
209
209
  - - ">="
210
210
  - !ruby/object:Gem::Version
211
- hash: 2802268916006337518
211
+ hash: -1375416349449447844
212
212
  segments:
213
213
  - 0
214
214
  version: "0"