vagrant-librarian-chef 0.2.0 → 0.2.1

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: d85e969ea6c572d3998707160e2451d9bb25f89a
4
- data.tar.gz: dee9cf6039ca1c83c82a4326269ce233f9f85098
3
+ metadata.gz: 5d57822b8d5563b175d052e93ca7f75932cc43bf
4
+ data.tar.gz: 8a5d72146cad086d939ba26b6f4e8467a4efd11d
5
5
  SHA512:
6
- metadata.gz: 336c317116a84b93ecacc9fc674e900fb17ad35b05891d194f5f12384e2a6ecd05822763c02fd0099c0793fafb18cb238dd53ec07202fa2045e47ff3ccd5c130
7
- data.tar.gz: 8c76081a01c978ada29680fe8f60e0b5199c185cb48f40bd344dd458089a7c289ee5b12dd027514ee59c6f83e5319a88767116ad6756e30d7eb8bd6f86507b62
6
+ metadata.gz: 262c4d9583e05595a1ae98e57c7626afddefd36dbd5716b9b68d5aa33862f0cb686cfe6fbbdc19fa05138afd087ac78d48af3cff45bb82c02b3e601ea2274282
7
+ data.tar.gz: 7fa7f06208e2580f38e647b7ba0f229a0151a06c997b623c6455e7ffc63b272a43b8101180ab1fb2e554382283813e6435afb55e003d7b5237d9ba74fc3cc555
@@ -11,11 +11,12 @@ module VagrantPlugins
11
11
 
12
12
  def initialize
13
13
  @cheffile_dir = UNSET_VALUE
14
- @enabled = true
14
+ @enabled = UNSET_VALUE
15
15
  end
16
16
 
17
17
  def finalize!
18
18
  @cheffile_dir = "." if @cheffile_dir == UNSET_VALUE
19
+ @enabled = true if @enabled == UNSET_VALUE
19
20
  end
20
21
 
21
22
  def cheffile_path
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module LibrarianChef
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-librarian-chef
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Cuadra
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-13 00:00:00.000000000 Z
11
+ date: 2014-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: librarian-chef