nise-bosh-vagrant 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -47,13 +47,13 @@ module NiseBOSHVagrant
47
47
  if preinstall_file
48
48
  FileUtils.cp(preinstall_file, @preinstall_copy_path)
49
49
  else
50
- FileUtils.rm(@preinstall_copy_path)
50
+ FileUtils.rm_rf(@preinstall_copy_path)
51
51
  end
52
52
  @postinstall_copy_path = File.join(output_dir, @copy_name[:postinstall])
53
53
  if postinstall_file
54
54
  FileUtils.cp(postinstall_file, @postinstall_copy_path)
55
55
  else
56
- FileUtils.rm(@postinstall_copy_path)
56
+ FileUtils.rm_rf(@postinstall_copy_path)
57
57
  end
58
58
  end
59
59
 
@@ -1,3 +1,3 @@
1
1
  module NiseBOSHVagrant
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nise-bosh-vagrant
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-29 00:00:00.000000000 Z
12
+ date: 2013-05-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: trollop
@@ -65,7 +65,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
65
65
  version: '0'
66
66
  segments:
67
67
  - 0
68
- hash: -696603529254147692
68
+ hash: 32819581895332205
69
69
  required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  none: false
71
71
  requirements: