le1t0-capistrano 2.5.18.005 → 2.5.18.006

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ == 2.5.18.006 / Jun 15, 2010
2
+
3
+ Add git gc call to scm sync for git
4
+
1
5
  == 2.5.18.005 / Jun 7, 2010
2
6
 
3
7
  Added :migrations boolean variable, so we can easily see we are running migrations or not.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.5.18.005
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
- - 5
10
- version: 2.5.18.005
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-07 00:00:00 +02:00
18
+ date: 2010-06-15 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency