vagrant-toplevel-cookbooks 0.2.3 → 0.2.4

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: e77e1f5b823e66d595719045a4ad381032eb5860
4
- data.tar.gz: 81d4512aa001f187fb616b6da52a4090c082b7e0
3
+ metadata.gz: 9613596c4894fc9c0242e3542200891da8d6f72d
4
+ data.tar.gz: 453450d33061383ac76f78d32a9838ef0f3d2b66
5
5
  SHA512:
6
- metadata.gz: 77906fa60c8654210224a107ae64db62d2493cf868ebb6fd29edf50fe4aac391e1597864cb76f7a6d7d599dc4991d0fb4bf9f8dd136c839412efcf5b16f5e6d1
7
- data.tar.gz: c5a0eb804e292a64d4e28576a70771eaeaf18f695fd803dde138ae791e52287c0d8360a56a916e43ff76a84ba2c074bb4984a5ecc080fa71396a1cff1262f0e8
6
+ metadata.gz: 5d048182799d8113ad1c84657fb61d652296089b1ce96f71c2a0d2c480515ac525d76956d431f8f23b8b72c24d07d6e1cc9a7a07b9e850f4b8ffca5668bfc179
7
+ data.tar.gz: 403a4a6c467fc84a84161bd342c78439d51655ca9b4ea97fbe5be7bd04dfd2ae8f79fb6c37246f9f393ff22765061b8ec8a4e67ea58eeaac48547e63905a6709
data/CHANGELOG.md CHANGED
@@ -1,7 +1,11 @@
1
1
 
2
2
  # CHANGELOG
3
3
 
4
- ## 0.2.3.dev (December 15, 2014)
4
+ ## 0.2.4 (February 4, 2015)
5
+
6
+ * fix a nasty bug which causes some providers to lose the shared folder (see fgrehm/vagrant-lxc#342)
7
+
8
+ ## 0.2.3 (December 15, 2014)
5
9
 
6
10
  * fix another incompatibility with Vagrant 1.7 by explicitly setting the provisioning path to "/tmp/vagrant-toplevel-cookbooks"
7
11
 
@@ -81,7 +81,7 @@ module VagrantPlugins
81
81
 
82
82
  def install_cookbooks
83
83
  Dir.chdir(cloned_repo_path) do
84
- FileUtils.rm_rf cookbook_install_path
84
+ FileUtils.rm_rf Dir.glob("#{cookbook_install_path}/*")
85
85
  Bundler.with_clean_env do
86
86
  system "berks vendor #{cookbook_install_path}"
87
87
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module TopLevelCookbooks
3
- VERSION = "0.2.3"
3
+ VERSION = "0.2.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-toplevel-cookbooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torben Knerr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-15 00:00:00.000000000 Z
11
+ date: 2015-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake