supply_drop 0.10.0 → 0.10.1

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 +6 -6
  2. metadata +4 -4
data/lib/supply_drop.rb CHANGED
@@ -135,13 +135,13 @@ Capistrano::Configuration.instance.load do
135
135
  if puppet_lock_file
136
136
  run <<-GETLOCK
137
137
  if [ ! -f #{puppet_lock_file} ]; then
138
- touch #{puppet_lock_file}
139
- mkdir -p #{remote_puppet_destination}
140
- chmod o+w #{remote_puppet_destination}
138
+ touch #{puppet_lock_file};
139
+ mkdir -p #{remote_puppet_destination};
140
+ chmod o+w #{remote_puppet_destination};
141
141
  else
142
- stat -c "#{_red_text("Puppet in progress, #{puppet_lock_file} owned by %U since %x")}" #{puppet_lock_file} >&2
143
- exit 1
144
- fi"
142
+ stat -c "#{_red_text("Puppet in progress, #{puppet_lock_file} owned by %U since %x")}" #{puppet_lock_file} >&2;
143
+ exit 1;
144
+ fi
145
145
  GETLOCK
146
146
  end
147
147
  end
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: 55
4
+ hash: 53
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 10
9
- - 0
10
- version: 0.10.0
9
+ - 1
10
+ version: 0.10.1
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-26 00:00:00 Z
19
+ date: 2012-06-27 00:00:00 Z
20
20
  dependencies: []
21
21
 
22
22
  description: See http://github.com/pitluga/supply_drop