nesquena-cap-recipes 0.2.13 → 0.2.14

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.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 13
2
+ :patch: 14
3
3
  :major: 0
4
4
  :minor: 2
@@ -75,7 +75,7 @@ Capistrano::Configuration.instance(true).load do
75
75
  desc "Pings the root localhost to startup passenger"
76
76
  task :ping, :roles => :web do
77
77
  puts "Pinging the web server to start passenger"
78
- run "wget -O /dev/null #{local_ping_path}"
78
+ run "wget -O /dev/null #{local_ping_path} 2>/dev/null"
79
79
  end
80
80
  end
81
81
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nesquena-cap-recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.13
4
+ version: 0.2.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Esquenazi