capistrano_evrone_recipes 0.1.8 → 0.1.9

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.
@@ -8,7 +8,7 @@ namespace :runit do
8
8
 
9
9
  desc "Restart Procfile services"
10
10
  task :restart, :roles => :worker, :on_no_matching_servers => :continue, :except => { :no_release => true } do
11
- current_link = capture("readlink #{runit_services_path}/current").to_s.strip
11
+ current_link = capture("readlink #{runit_services_path}/current || echo").to_s.strip
12
12
  if current_link == runit_export_path
13
13
  stop
14
14
  start
@@ -3,7 +3,7 @@ module CapistranoEvroneRecipes
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 1
6
- PATCH = 8
6
+ PATCH = 9
7
7
 
8
8
  def self.to_s
9
9
  "#{MAJOR}.#{MINOR}.#{PATCH}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano_evrone_recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: