kcapifony 2.1.3 → 2.1.4
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/lib/ksymfony2.rb +3 -0
- metadata +5 -10
data/lib/ksymfony2.rb
CHANGED
|
@@ -338,6 +338,9 @@ after "deploy:finalize_update" do
|
|
|
338
338
|
# share the children first (to get the vendor symlink)
|
|
339
339
|
deploy.share_childs
|
|
340
340
|
vendors_mode.chomp # To remove trailing whiteline
|
|
341
|
+
|
|
342
|
+
try_sudo "sh -c \"cd #{latest_release} && sed -i 's/git@github.com:/https:\\/\\/github.com\\//g' deps\""
|
|
343
|
+
|
|
341
344
|
case vendors_mode
|
|
342
345
|
when "upgrade" then symfony.vendors.upgrade
|
|
343
346
|
when "install" then symfony.vendors.install
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kcapifony
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-05-14 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: capistrano
|
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirement: &70266513380780 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,12 +21,7 @@ dependencies:
|
|
|
21
21
|
version: 2.5.10
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements:
|
|
25
|
-
none: false
|
|
26
|
-
requirements:
|
|
27
|
-
- - ! '>='
|
|
28
|
-
- !ruby/object:Gem::Version
|
|
29
|
-
version: 2.5.10
|
|
24
|
+
version_requirements: *70266513380780
|
|
30
25
|
description: ! ' kCapistrano is an open source tool for running scripts on multiple
|
|
31
26
|
servers. It’s primary use is for easily deploying applications. While it was built
|
|
32
27
|
specifically for deploying Rails apps, it’s pretty simple to customize it to deploy
|
|
@@ -68,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
68
63
|
version: '0'
|
|
69
64
|
requirements: []
|
|
70
65
|
rubyforge_project:
|
|
71
|
-
rubygems_version: 1.8.
|
|
66
|
+
rubygems_version: 1.8.10
|
|
72
67
|
signing_key:
|
|
73
68
|
specification_version: 3
|
|
74
69
|
summary: Deploying symfony PHP applications with Capistrano.
|