knife-github-cookbooks 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -55,7 +55,7 @@ class Chef
55
55
 
56
56
  @cookbook_name = parse_name_args!
57
57
 
58
- @install_path = config[:cookbook_path].first
58
+ @install_path = File.expand_path(Array(config[:cookbook_path]).first)
59
59
 
60
60
  @repo = CookbookSCMRepoExtensions.new(@install_path, ui, config)
61
61
 
@@ -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)
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module GithubCookbooks
3
- VERSION = "0.1.7"
3
+ VERSION = "0.1.8"
4
4
  MAJOR, MINOR, TINY = VERSION.split('.')
5
5
  end
6
6
  end
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.7
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: 2012-09-27 00:00:00.000000000 Z
12
+ date: 2013-01-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: launchy