vagrant-librarian-chef-nochef 0.1.0 → 0.1.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: c56fc54b783d7d3ff6a8869d7559dc3f7c42dbca
4
- data.tar.gz: 61f107619c11db51c5cd275a2a533bbf7003dd4c
3
+ metadata.gz: 4d59acc7b725a60916099f5af48200cbd90e3063
4
+ data.tar.gz: 6bc7fe5e8531273aaa0c962f272c646111b80c1d
5
5
  SHA512:
6
- metadata.gz: e24f1ca9394b030b22b913af945023b38e07884016734376cdcdbde5c43fd7bea8f055ffc7548dc4980ae6300894cfbca274a65bc116f8be307ee51835942226
7
- data.tar.gz: bce9dd2633fe89696c3d64b679185080eebfb93f20cd266670f793a21c1cbe371bf04d9f6fe5c225b3fa22e853d74cc557f740956d40a2cfc79eaa41acf5ced7
6
+ metadata.gz: e507d0f99482883f2932529dd505c17669299e4a90788afcbeb2de9060c8f2844f243755e7a411f783405f15bc68d3312a0ab02a8d3d30d35c519adf1edd6ba9
7
+ data.tar.gz: 4571e87d1d60328c93dddd463b5d321cd1fdf13353064274bafb8d5e6f11f1354f637dda9044d7620aee29b25d5a802179c39cdd0bf3d3a8b457925770973874
data/README.md CHANGED
@@ -1,8 +1,9 @@
1
1
  # vagrant-librarian-chef-nochef
2
2
 
3
3
  A fork of the [vagrant-librarian-chef](https://github.com/jimmycuadra/vagrant-librarian-chef)
4
- plugin that use the [librarian-chef-nochef](https://github.com/emyl/librarian-chef-nochef) gem,
5
- thus doesn't depend on chef.
4
+ plugin that use the [librarian-chef-nochef](https://github.com/emyl/librarian-chef-nochef) gem.
5
+
6
+ **Since it doesn't depend on chef, this fork works flawlessly on Windows hosts.**
6
7
 
7
8
  Install running:
8
9
 
@@ -8,11 +8,11 @@ module VagrantPlugins
8
8
  def initialize(app, env)
9
9
  @app = app
10
10
  # Config#finalize! SHOULD be called automatically
11
- env[:global_config].librarian_chef.finalize!
11
+ env[:machine].config.librarian_chef.finalize!
12
12
  end
13
13
 
14
14
  def call(env)
15
- config = env[:global_config].librarian_chef
15
+ config = env[:machine].config.librarian_chef
16
16
 
17
17
  project_path = get_project_path(env, config)
18
18
  if project_path
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module LibrarianChef
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "vagrant-librarian-chef-nochef"
7
- spec.version = "0.1.0"
7
+ spec.version = "0.1.1"
8
8
  spec.authors = ["Emiliano Ticci", "Jimmy Cuadra"]
9
9
  spec.email = ["emiticci@gmail.com" "jimmy@jimmycuadra.com"]
10
10
  spec.description = %q{A Vagrant plugin to install Chef cookbooks using librarian-chef-nochef.}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-librarian-chef-nochef
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emiliano Ticci
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-06 00:00:00.000000000 Z
12
+ date: 2014-03-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: librarian-chef-nochef