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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4d59acc7b725a60916099f5af48200cbd90e3063
|
4
|
+
data.tar.gz: 6bc7fe5e8531273aaa0c962f272c646111b80c1d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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[:
|
11
|
+
env[:machine].config.librarian_chef.finalize!
|
12
12
|
end
|
13
13
|
|
14
14
|
def call(env)
|
15
|
-
config = env[:
|
15
|
+
config = env[:machine].config.librarian_chef
|
16
16
|
|
17
17
|
project_path = get_project_path(env, config)
|
18
18
|
if project_path
|
@@ -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.
|
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.
|
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-
|
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
|