capistrano-victoire 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 790f6faf74531c1ca3fc5ead229fc678bccdd7cd
4
- data.tar.gz: e557766bb33389e5e522cec1a58f0a32c855b4ef
3
+ metadata.gz: 702e96c0003839321a98990b2fb06a6e0bad4b1f
4
+ data.tar.gz: f4046418954a06c23b4e499e8f3d4a30fc69c1a2
5
5
  SHA512:
6
- metadata.gz: ca3d4ebbe376716d7ad04fd8144483a001df0fff1be0d2dab2146877cba707fc8e12df8a3e32b49873a7104c38aa1186facbab2c48bd5cf46cd0414640b3d80d
7
- data.tar.gz: 13ef2f492fbc8a1569d5e95f5942775fc00e4609a7e95468fe97a4bbd360dea13ac5484130fc46e24bd2623837bc53dbbf360374458c87fc8b4b581c14443c80
6
+ metadata.gz: 00b2534c5b755242190d4cd625eb03e8062e0eb0a69314bb5649cc59b837e8c05318ed4fc245bc082f8c714f8a6a93c32f2a5db3c4823b70a17568c7f3438baa
7
+ data.tar.gz: 2cc3aa1a82a1dedc52978acc9a65175d7b2cb4803c0b7b9bef1a2798b5623f4bfbe73ae09bca3b3743524e93e7416421a596f2c8ebb2c73e3fdf0543790972ce
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'capistrano-victoire'
7
- spec.version = '0.0.5'
7
+ spec.version = '0.0.6'
8
8
  spec.authors = ['Leny Bernard']
9
9
  spec.email = ['erwan@victoire.com']
10
10
  spec.description = %q{Victoire tasks for Capistrano 3.x}
@@ -3,7 +3,7 @@
3
3
  set :fetch_victoire_assets, true
4
4
 
5
5
  after 'symfony:assets:install', 'victoire:assets:fetch'
6
+ after 'symfony:assets:install', 'bazinga:js_translation:dump'
7
+ after 'symfony:assets:install', 'fos:js_routing:dump'
6
8
  after 'deploy:updated', 'victoire:viewReference:generate'
7
- after 'deploy:updated', 'bazinga:js_translation:dump'
8
- after 'deploy:updated', 'fos:js_routing:dump'
9
9
  after 'deploy:updated', 'victoire:widget:generateCss'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-victoire
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leny Bernard