dapp 0.21.14 → 0.21.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
- SHA256:
3
- metadata.gz: f28c3e192eccbff3666e393d68fd873bd15399bfe67f13f9796b9d61b4341073
4
- data.tar.gz: 222f635d8f20ef23bccf30551cc55f6838e42dfa7c97f3002e8bf9369f407268
2
+ SHA1:
3
+ metadata.gz: 132060a25af513df95b63a00263cefa2e3899c45
4
+ data.tar.gz: 411ba94d239bf1ebba8f86e713efa1fa22a3e7dd
5
5
  SHA512:
6
- metadata.gz: a0e9b4d7a79ca9ed9dc34a180fb9640c094326b35277fae1ac678d39fd6179e462280ce4289439a7234967d4410a65087057dc1bb6fa6725fc175ba9c60a95ff
7
- data.tar.gz: bf3cb068a94e4dd3d28faecc9731ee54064c3c918b4f4904714c07973531af215b99356a2f26acf85a22a65aacec1302eb7903ddc02cf420f52726e499619d5a
6
+ metadata.gz: 16922c0cc3c925c3151f3db2491025d5d7476a2fff75d024a78802e2a3287da36374d173558fb9ce41aadfc9408ff7d99fd87cbfa5762ddd89c267df5f8d3de8
7
+ data.tar.gz: 9488c12c445c1ebee75fd20203c822a64bcb9bd5fd970af45bfad989ccb6291e6d07f2cafce35d7d462f436bea5a54630b3c9622a8c1e7267a5e37dc4ea8e731
@@ -146,7 +146,7 @@ module Dapp
146
146
  cases << verifiable_artifact[:include_paths].any? do |verifiable_path|
147
147
  !ignore_path?(verifiable_path, paths: artifact[:include_paths], exclude_paths: artifact[:exclude_paths])
148
148
  end
149
- cases << verifiable_artifact[:include_paths].empty? && artifact[:include_paths].empty?
149
+ cases << (verifiable_artifact[:include_paths].empty? && artifact[:include_paths].empty?)
150
150
 
151
151
  raise Error::Config, code: :artifact_conflict if cases.any?
152
152
  end
@@ -1,4 +1,4 @@
1
1
  module Dapp
2
- VERSION = '0.21.14'.freeze
2
+ VERSION = '0.21.15'.freeze
3
3
  BUILD_CACHE_VERSION = 24.2
4
4
  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.21.14
4
+ version: 0.21.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Stolyarov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-21 00:00:00.000000000 Z
11
+ date: 2018-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout
@@ -711,7 +711,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
711
711
  version: 2.5.0
712
712
  requirements: []
713
713
  rubyforge_project:
714
- rubygems_version: 2.7.6
714
+ rubygems_version: 2.5.1
715
715
  signing_key:
716
716
  specification_version: 4
717
717
  summary: Build docker packaged apps using chef or shell