supply_drop 0.10.1 → 0.10.2

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.
Files changed (2) hide show
  1. data/lib/supply_drop.rb +2 -2
  2. metadata +4 -4
data/lib/supply_drop.rb CHANGED
@@ -136,8 +136,8 @@ Capistrano::Configuration.instance.load do
136
136
  run <<-GETLOCK
137
137
  if [ ! -f #{puppet_lock_file} ]; then
138
138
  touch #{puppet_lock_file};
139
- mkdir -p #{remote_puppet_destination};
140
- chmod o+w #{remote_puppet_destination};
139
+ mkdir -p #{puppet_destination};
140
+ chmod o+w #{puppet_destination};
141
141
  else
142
142
  stat -c "#{_red_text("Puppet in progress, #{puppet_lock_file} owned by %U since %x")}" #{puppet_lock_file} >&2;
143
143
  exit 1;
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: supply_drop
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 51
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 10
9
- - 1
10
- version: 0.10.1
9
+ - 2
10
+ version: 0.10.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tony Pitluga
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-06-27 00:00:00 Z
19
+ date: 2012-07-22 00:00:00 Z
20
20
  dependencies: []
21
21
 
22
22
  description: See http://github.com/pitluga/supply_drop