knife-github-cookbooks 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -69,7 +69,7 @@ class Chef
|
|
69
69
|
|
70
70
|
parse_name_args!
|
71
71
|
|
72
|
-
@install_path = config[:cookbook_path].first
|
72
|
+
@install_path = File.expand_path(Array(config[:cookbook_path]).first)
|
73
73
|
ui.info "Installing #@cookbook_name from #{github_uri} to #{@install_path}"
|
74
74
|
|
75
75
|
@repo = CookbookSCMRepoExtensions.new(@install_path, ui, config)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: knife-github-cookbooks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
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:
|
12
|
+
date: 2013-01-22 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: launchy
|