capricorn 0.2.15 → 0.2.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,6 +42,10 @@ module Capricorn
42
42
  def link_engines
43
43
  Dir.chdir(system.satellite_root) do
44
44
  system.as_user(system.web_user, system.web_group) do
45
+ index_html = File.join(system.satellite_root, 'public', 'index.html')
46
+ if File.file?(index_html)
47
+ FileUtils.rm_f(index_html, :verbose => true) rescue nil
48
+ end
45
49
 
46
50
  write_environment
47
51
  clean_links
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capricorn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.15
4
+ version: 0.2.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Menke
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-26 00:00:00 +02:00
12
+ date: 2009-07-01 00:00:00 +02:00
13
13
  default_executable: capricorn
14
14
  dependencies: []
15
15