capistrano-django 2.4.0 → 2.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/capistrano/django.rb +3 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f92bcb1e11dad35b4c9549cbaf6bd779e36d3d2
4
- data.tar.gz: c68e6d39dc3747b43827c2d53e1fd9e86299581f
3
+ metadata.gz: eefeba01e5b13383780af8838ca0e16ac2ca4620
4
+ data.tar.gz: 2aad58ec4814081c6eceea6bc6e1168ea6afd729
5
5
  SHA512:
6
- metadata.gz: 1f67c9400d9513ed63d0c345e5dbc0a476fb8a1e4fc32163dd37ddb623ddf8b653691249f357b5bc66a5651c735889f8432e627a0ff242c5f25ab4370b595287
7
- data.tar.gz: 1182c30ffcb2a4344666ce0b6d5ab3fe885bfd690994b2ec8b0352b14930b0407d578fcaa9d3baa2ab2201f7415d06b8d5b7e79524a63d5abfe65255f774d434
6
+ metadata.gz: 68ed03042ef1cb10225e9d4eb60255f72e8067d989379b48d9ec298f89c88d471452b5861a47d89c9ca9fee8c10456dc3ccce642e4cb168d0fafb02b30582c9a
7
+ data.tar.gz: 3114aaf82bd741293b698d2d745f41e827621591db0c9480954fc4b0bdc4b16aaddb80f8aaae305aac24db04aaf2fa0e537d8d3e551a7b64efe22be699eee388
@@ -136,10 +136,9 @@ namespace :nodejs do
136
136
 
137
137
  desc "Run a grunt task"
138
138
  task :grunt do
139
- on roles(:web) do
140
- execute "cd #{release_path}; npm install --production"
141
- execute "cd #{release_path}; ./node_modules/.bin/grunt #{fetch(:grunt_task)}"
142
- end
139
+ on roles(:web) do
140
+ execute "cd #{release_path}; npm install --production"
141
+ execute "cd #{release_path}; ./node_modules/.bin/grunt #{fetch(:grunt_task)}"
143
142
  end
144
143
  end
145
144
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-django
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew J. Morrison