capistrano-contao 0.0.6 → 0.0.7

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.
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
13
13
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
14
14
  gem.name = 'capistrano-contao'
15
15
  gem.require_paths = ['lib']
16
- gem.version = '0.0.6'
16
+ gem.version = '0.0.7'
17
17
 
18
18
  # Runtime dependencies
19
19
  gem.add_dependency 'rake'
@@ -69,7 +69,7 @@ Capistrano::Configuration.instance(:must_exist).load do
69
69
  desc '[internal] Link files from contao to inside public folder'
70
70
  task :link_files, :roles => :app, :except => { :no_release => true } do
71
71
  deep_link "#{fetch :latest_release}/contao",
72
- "#{fetch :latest_release}/public"
72
+ "#{fetch :latest_release}/public", group: true
73
73
  end
74
74
 
75
75
  desc '[internal] Fix contao symlinks to the shared path'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-contao
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -179,7 +179,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
179
179
  version: '0'
180
180
  segments:
181
181
  - 0
182
- hash: -3757429442387583918
182
+ hash: -3345712737336338965
183
183
  requirements: []
184
184
  rubyforge_project:
185
185
  rubygems_version: 1.8.23