caterer 0.9.1 → 0.9.2

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.
@@ -13,13 +13,13 @@ module Caterer
13
13
  attr_accessor :data_bags_path, :bootstrap_scripts
14
14
 
15
15
  def initialize
16
- @dest_dir = config.dest_dir
17
- @run_list = config.run_list
18
- @json = config.json
19
- @cookbooks_path = config.cookbooks_path
20
- @roles_path = config.roles_path
21
- @data_bags_path = config.data_bags_path
22
- @bootstrap_scripts = config.bootstrap_scripts
16
+ @dest_dir = config.dest_dir.dup
17
+ @run_list = config.run_list.dup
18
+ @json = config.json.dup
19
+ @cookbooks_path = config.cookbooks_path.dup
20
+ @roles_path = config.roles_path.dup
21
+ @data_bags_path = config.data_bags_path.dup
22
+ @bootstrap_scripts = config.bootstrap_scripts.dup
23
23
  end
24
24
 
25
25
  # config DSL
@@ -1,3 +1,3 @@
1
1
  module Caterer
2
- VERSION = "0.9.1"
2
+ VERSION = "0.9.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caterer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
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: 2013-01-12 00:00:00.000000000 Z
12
+ date: 2013-01-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: log4r