provisionator 0.0.5 → 0.0.6

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.
@@ -116,7 +116,7 @@ chef-solo -c <%= @options[:chef_solo_rb_path] %> -o recipe[base] -l debug
116
116
  cp -RPp $APP_PATH/shared/cached-copy $APP_PATH/releases/20130516070710
117
117
  echo $APP_REVISION > $APP_PATH/releases/20130516070710/REVISION
118
118
  ln -s $APP_PATH/releases/20130516070710 $APP_PATH/current
119
- rm -R $APP_PATH/current/log
119
+ test -d $APP_PATH/current/log && rm -R $APP_PATH/current/log
120
120
  ln -s $APP_PATH/shared/log $APP_PATH/current/log
121
121
  mkdir $APP_PATH/current/tmp
122
122
  ln -s $APP_PATH/shared/pids/ $APP_PATH/current/tmp/pids
@@ -1,3 +1,3 @@
1
1
  module Provisionator
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: provisionator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -96,7 +96,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
96
96
  version: '0'
97
97
  segments:
98
98
  - 0
99
- hash: -2487848744093143341
99
+ hash: -3090150088130755826
100
100
  required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  none: false
102
102
  requirements:
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  version: '0'
106
106
  segments:
107
107
  - 0
108
- hash: -2487848744093143341
108
+ hash: -3090150088130755826
109
109
  requirements: []
110
110
  rubyforge_project:
111
111
  rubygems_version: 1.8.23