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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d945e9062538f8c6a8cd06d351c66867d6343e0b
4
- data.tar.gz: 906ac3d2ab40a080f17f242dc8f310447cf8b1a6
3
+ metadata.gz: e3ec19d619cc97858e6d5376ab02f2c1ee82a449
4
+ data.tar.gz: 7b77f2a91f05005414d5bf7bb5293d1123da43d8
5
5
  SHA512:
6
- metadata.gz: 7dedde057475e2939af4660243b331eb40960bd4eeba3e5eaff0800b2573f51a3c2810c586cacb82fdd62e822ddf0100c5d9840809db8a40a7ef05e285194e3f
7
- data.tar.gz: bdbd881bf0ac008527b8ad4a348b97a6019160b1e39a664699faf1ea98a7e0953a48988ffc8d97279467b1f210b91d10785d24f79bbb480f481dd59051150905
6
+ metadata.gz: 857ceeea80617b2f70749ca538d2d18f28c71280b351247687baef0fb6280e26a276ad0b304febad27584d98c2dd205f3be494f3ab3c29d5c54b58fd8e5263cc
7
+ data.tar.gz: c0d0e418df9e59713e05286e50b883cbafd2468158054892730dfcec518aa3e8936d35d46bb06434a92b52cdcf7e8a1d1efacebf68d1ae9fc785e222839d107e
@@ -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 build_artifact chef_cookbooks).each do |stage|
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
@@ -1,5 +1,5 @@
1
1
  # Version
2
2
  module Dapp
3
- VERSION = '0.6.3'.freeze
3
+ VERSION = '0.6.4'.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.3
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-19 00:00:00.000000000 Z
11
+ date: 2016-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout