minicap 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/minicap.rb +0 -1
- metadata +4 -4
data/lib/minicap.rb
CHANGED
@@ -7,7 +7,6 @@ Capistrano::Configuration.instance(:must_exist).load do
|
|
7
7
|
namespace :deploy do
|
8
8
|
desc "Set up the deployment structure"
|
9
9
|
task :setup, :except => { :no_release => true } do
|
10
|
-
run "mkdir -p #{deploy_to}"
|
11
10
|
run_gregarious "[ -d #{deploy_to}/.git ] || git clone -q #{repository} #{deploy_to}"
|
12
11
|
unversioned_dirs.each { |d| run "mkdir -p #{deploy_to + '/' + d}" } if exists? :unversioned_dirs
|
13
12
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minicap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 2
|
10
|
+
version: 1.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Mat Trudel
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-07-
|
18
|
+
date: 2010-07-26 00:00:00 -04:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|