dapp 0.6.14 → 0.6.15

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: 259e5b5260693e498daa66b033379a300d134eb4
4
- data.tar.gz: 1f48d08515d5d9a389493202828eca3a694dc092
3
+ metadata.gz: 3f0884efd0541d21fd325805dc5ba6d7535f201a
4
+ data.tar.gz: 914ac50dbc5187261ecd478dbdb482341fd8af67
5
5
  SHA512:
6
- metadata.gz: 9987db74fee95303eadd8f5b579600c340ce046a97bb301425817a36d6ea299119e90f497426bf9c552e7ecce547ca2b3ee11975008241805dfe700464f47095
7
- data.tar.gz: 557169212b885f1e87b6838f4acbb954415d325beda3c5a2a1cfab70989d7ab2b6640b9fd5eba724db1c3039d0181c4128d602f1cfd392ba22313bec74921f14
6
+ metadata.gz: 3c651d89a94ba32ffbf960ff8e71b9642148e9b6c848e843ebc29772c1ef7b90207d1ad083ad0c184952ce6f054ac2e02dd4508f3ee847a9ca682b508bad2231
7
+ data.tar.gz: 20089b576bb1130822602048a2ab5d763f7e58ed2059db135b2fbae6f6245269f034e0671469402358d50129e2f8524b7d3149975eb21f477eea8dcb879f9e2c
@@ -36,7 +36,7 @@ module Dapp
36
36
  current_commit = stage.layer_commit(self)
37
37
  prev_commit = stage.prev_g_a_stage.layer_commit(self)
38
38
 
39
- if prev_commit != current_commit || any_changes?(prev_commit, current_commit)
39
+ if prev_commit != current_commit && any_changes?(prev_commit, current_commit)
40
40
  [["#{repo.application.project.git_path} --git-dir=#{repo.container_path} #{diff_command(prev_commit, current_commit)}",
41
41
  "#{sudo}#{repo.application.project.git_path} apply --whitespace=nowarn --directory=#{where_to_add} #{patch_command_excludes.join(' ')} --unsafe-paths"].join(' | ')]
42
42
  else
@@ -1,5 +1,5 @@
1
1
  # Version
2
2
  module Dapp
3
- VERSION = '0.6.14'.freeze
3
+ VERSION = '0.6.15'.freeze
4
4
  BUILD_CACHE_VERSION = 5
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.14
4
+ version: 0.6.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Stolyarov