dapp 0.6.3 → 0.6.4
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.
- checksums.yaml +4 -4
- data/lib/dapp/builder/chef.rb +1 -1
- data/lib/dapp/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3ec19d619cc97858e6d5376ab02f2c1ee82a449
|
4
|
+
data.tar.gz: 7b77f2a91f05005414d5bf7bb5293d1123da43d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 857ceeea80617b2f70749ca538d2d18f28c71280b351247687baef0fb6280e26a276ad0b304febad27584d98c2dd205f3be494f3ab3c29d5c54b58fd8e5263cc
|
7
|
+
data.tar.gz: c0d0e418df9e59713e05286e50b883cbafd2468158054892730dfcec518aa3e8936d35d46bb06434a92b52cdcf7e8a1d1efacebf68d1ae9fc785e222839d107e
|
data/lib/dapp/builder/chef.rb
CHANGED
@@ -49,7 +49,7 @@ module Dapp
|
|
49
49
|
def before_application_should_be_built_check
|
50
50
|
super
|
51
51
|
|
52
|
-
%i(before_install install before_setup setup
|
52
|
+
%i(before_install install before_setup setup chef_cookbooks).each do |stage|
|
53
53
|
raise ::Dapp::Error::Application, code: :cookbooks_stage_checksum_not_calculated,
|
54
54
|
data: { stage: stage } unless stage_cookbooks_checksum_path(stage).exist?
|
55
55
|
end
|
data/lib/dapp/version.rb
CHANGED
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
|
+
version: 0.6.4
|
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-
|
11
|
+
date: 2016-10-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mixlib-shellout
|