factorylabs-fdlcap 0.3.25 → 0.3.26
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 +1 -1
- data/fdlcap.gemspec +2 -2
- data/lib/fdlcap/recipes/database.rb +1 -2
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.26
|
data/fdlcap.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{fdlcap}
|
|
8
|
-
s.version = "0.3.
|
|
8
|
+
s.version = "0.3.26"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Factory Design Labs"]
|
|
12
|
-
s.date = %q{2009-09-
|
|
12
|
+
s.date = %q{2009-09-25}
|
|
13
13
|
s.default_executable = %q{fdlcap}
|
|
14
14
|
s.email = %q{interactive@factorylabs.com}
|
|
15
15
|
s.executables = ["fdlcap"]
|
|
@@ -134,8 +134,7 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
|
134
134
|
|
|
135
135
|
# look to see if a mysqldump process is already running
|
|
136
136
|
run "ps aux | grep mysqldump | wc -l" do |channel, stream, data|
|
|
137
|
-
|
|
138
|
-
if data.strip.to_i > 1
|
|
137
|
+
if data.strip.to_i > 2
|
|
139
138
|
puts "It appears that mysqldump is already running on the server - is another pull task being run? Aborting to avoid clobbering the dumpfile."
|
|
140
139
|
exit 1
|
|
141
140
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: factorylabs-fdlcap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.26
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Factory Design Labs
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-09-
|
|
12
|
+
date: 2009-09-25 00:00:00 -07:00
|
|
13
13
|
default_executable: fdlcap
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|