poolparty 1.6.5 → 1.6.6

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.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/poolparty/chef_solo.rb +1 -0
  3. metadata +2 -2
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :minor: 6
3
- :patch: 5
3
+ :patch: 6
4
4
  :major: 1
5
5
  :build:
@@ -17,6 +17,7 @@ module PoolParty
17
17
  puts "Copying the chef-repo into the base directory from #{repo}"
18
18
 
19
19
  FileUtils.mkdir_p base_directory
20
+ FileUtils.mkdir_p roles_dir # Why do we need this??!?
20
21
  if File.directory?(repo)
21
22
  if File.exist?(base_directory)
22
23
  # First remove the directory
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poolparty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.5
4
+ version: 1.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ari Lerner
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2010-03-18 00:00:00 -07:00
14
+ date: 2010-03-22 00:00:00 -07:00
15
15
  default_executable:
16
16
  dependencies: []
17
17