le1t0-capistrano 2.5.18.005 → 2.5.18.006
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/CHANGELOG +4 -0
- data/VERSION +1 -1
- data/lib/capistrano/recipes/deploy/scm/git.rb +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.5.18.
|
|
1
|
+
2.5.18.006
|
|
@@ -171,7 +171,7 @@ module Capistrano
|
|
|
171
171
|
remote = origin
|
|
172
172
|
|
|
173
173
|
execute = []
|
|
174
|
-
execute << "cd #{destination}"
|
|
174
|
+
execute << "cd #{destination} && #{git} gc"
|
|
175
175
|
|
|
176
176
|
# Use git-config to setup a remote tracking branches. Could use
|
|
177
177
|
# git-remote but it complains when a remote of the same name already
|
metadata
CHANGED
|
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
|
|
|
6
6
|
- 2
|
|
7
7
|
- 5
|
|
8
8
|
- 18
|
|
9
|
-
-
|
|
10
|
-
version: 2.5.18.
|
|
9
|
+
- 6
|
|
10
|
+
version: 2.5.18.006
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Le1t0
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-06-
|
|
18
|
+
date: 2010-06-15 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|