capistrano-django 3.6.1 → 4.0.0
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 +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f8e330e7f6c66882482a7a4c7d69d0a3413c245879a5d19005e6ea38eb20ff4
|
4
|
+
data.tar.gz: '059aaf93cf4dffa0a84ef4f2f0179dc45ee6d18b348adfa6188d0a6dec08394e'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5066be80429ad5ee272afcc493ecfd94bcc8d28e76a68e31e28ea730a20beea982c4a15eb28f6d227a42bcfa58f9c7b84041141218bda971ace6239bfcb46367
|
7
|
+
data.tar.gz: 6d49cca1023248912c3310213689a2cea2c9cdf0d23253cf098aa95c99c86c5b5f63d8c69e8719f2a0a9d7d7600cf323c8ecf66496bcebcbacb7c22cfced65db
|
data/lib/capistrano/django.rb
CHANGED
@@ -180,9 +180,9 @@ namespace :django do
|
|
180
180
|
desc "Run django migrations"
|
181
181
|
task :migrate do
|
182
182
|
if fetch(:multidb)
|
183
|
-
django("sync_all", '--noinput', run_on=:
|
183
|
+
django("sync_all", '--noinput', run_on=:jobs)
|
184
184
|
else
|
185
|
-
django("migrate", "--noinput", run_on=:
|
185
|
+
django("migrate", "--noinput", run_on=:jobs)
|
186
186
|
end
|
187
187
|
end
|
188
188
|
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:
|
4
|
+
version: 4.0.0
|
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: 2021-05-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: capistrano
|