dapp 0.6.4 → 0.6.5

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: e3ec19d619cc97858e6d5376ab02f2c1ee82a449
4
- data.tar.gz: 7b77f2a91f05005414d5bf7bb5293d1123da43d8
3
+ metadata.gz: ebbc168a681eb7fc65bdca3360e6f96065e385f9
4
+ data.tar.gz: 41f8060f05490a079acf426cf56f0a5d745af5fb
5
5
  SHA512:
6
- metadata.gz: 857ceeea80617b2f70749ca538d2d18f28c71280b351247687baef0fb6280e26a276ad0b304febad27584d98c2dd205f3be494f3ab3c29d5c54b58fd8e5263cc
7
- data.tar.gz: c0d0e418df9e59713e05286e50b883cbafd2468158054892730dfcec518aa3e8936d35d46bb06434a92b52cdcf7e8a1d1efacebf68d1ae9fc785e222839d107e
6
+ metadata.gz: 012d735a9cd29a12364a179d1603d1262b4d5dfddd0dd07c1ef6686e5ae838fdb4fa402709c6a5f9554081a32ca53e4c273978dc4b8cf498217f8bfdc344d61f
7
+ data.tar.gz: b79fff7ff0fe614e67831dccdfd81bf22ac7fccf0af0231b8ce6bbbd4f72f22671980cfd7f5261e97ff6688701b37dda8b9f7476b48c3b18eb04384550e3cea6
@@ -323,12 +323,14 @@ module Dapp
323
323
  end
324
324
  elsif is_mdapp && mdapp_enabled
325
325
  common_mdapp_paths = select_existing_paths.call(cookbook_path, [
326
- *common_paths,
327
- ["files/#{stage}", 'files/default'],
328
- ['files/common', 'files/default'],
329
- ["templates/#{stage}", 'templates/default'],
330
- ['templates/common', 'templates/default']
331
- ])
326
+ *common_paths,
327
+ ["files/#{stage}", 'files/default'],
328
+ ['files/common', 'files/default'],
329
+ ["templates/#{stage}", 'templates/default'],
330
+ ['templates/common', 'templates/default'],
331
+ ["attributes/#{stage}.rb", "attributes/#{stage}.rb"],
332
+ ['attributes/common.rb', 'attributes/common.rb'],
333
+ ])
332
334
 
333
335
  recipe_path = "recipes/#{stage}.rb"
334
336
  if cookbook_path.join(recipe_path).exist?
data/lib/dapp/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # Version
2
2
  module Dapp
3
- VERSION = '0.6.4'.freeze
3
+ VERSION = '0.6.5'.freeze
4
4
  BUILD_CACHE_VERSION = 3
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Stolyarov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-21 00:00:00.000000000 Z
11
+ date: 2016-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout