capistrano-django 3.5.4 → 3.5.5
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.
- checksums.yaml +4 -4
- data/lib/capistrano/django.rb +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 89fc9f826c07b7aa1411e29a26472eb757631566
|
|
4
|
+
data.tar.gz: 705084c3c6da8720c85609af1d3901f9c60e3586
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4aa928f2d47eab89046cc137899bb9bcac08de6fb87abd214e07197a37d75a242143e4380b2f57f27a9104a9787fc4192c0ee2e955098848315fa2d0ecab2958
|
|
7
|
+
data.tar.gz: e1287696540ad3f9d7adb03e31511430c02df1b2971ad4ea659ef5837e0b1d13c0c1fd8f1b0a6536d6ae0c2d8b1ff3b9a139a1c162a67e5fb12922394e1fdd28
|
data/lib/capistrano/django.rb
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
after 'deploy:updating', 'python:create_virtualenv'
|
|
2
|
+
after 'python:create_virtualenv', 'python:post_virtualenv'
|
|
2
3
|
|
|
3
4
|
namespace :deploy do
|
|
4
5
|
|
|
@@ -44,7 +45,10 @@ namespace :python do
|
|
|
44
45
|
execute :ln, "-s", virtualenv_path, File.join(release_path, 'virtualenv')
|
|
45
46
|
end
|
|
46
47
|
end
|
|
48
|
+
end
|
|
47
49
|
|
|
50
|
+
desc "Set things up after the virtualenv is ready"
|
|
51
|
+
task :post_virtualenv do
|
|
48
52
|
if fetch(:npm_tasks)
|
|
49
53
|
invoke 'nodejs:npm'
|
|
50
54
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-django
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.5.
|
|
4
|
+
version: 3.5.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matthew J. Morrison
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|