dapp 0.25.5 → 0.25.6

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: d74d1fab60b30763f46d622690469bb1d8c6e5f8
4
- data.tar.gz: b5ec340a6983661f871768b0165011ad5917d949
3
+ metadata.gz: 38693a8d1134d6e580ae6f714082d7db743e5a2d
4
+ data.tar.gz: 94bbff9ef8274b6cdcddcae4906cfee521a79d11
5
5
  SHA512:
6
- metadata.gz: 079d63476a6cdd1fb18b250c5f5d70be7bf407b189f04b7ef75e3db816e0912e192288a2b038fc17e4dcbc27e1f25b8d8c56df120a3abd5382cc2dba8b5fe86a
7
- data.tar.gz: 56103601183838829b6fa8297f9dd7d3572201a7e4800aef8c55ed696b18951c4839d07970192966be288a9f2e77a5c3b5e3b53181e6a6a994578265bf1a15c4
6
+ metadata.gz: bc3004df4e897106044271927384174097301ba1b0678fa65f6920862a5c6575f9194fc5a92cd10fd0a0c7f449a37fff5c62f47abd1f29e2ef3edd3f663017e5
7
+ data.tar.gz: 5c43c9458405b6b7d512cd969594c9d0e10d6395d89e828cb5c3b8d315354988b730e79bf2114c95565d44baf8d27da6839482ba33d3c7f5ff7cdc748f10705c
@@ -144,7 +144,7 @@ module Dapp
144
144
  cases << verifiable_artifact[:include_paths].any? do |verifiable_path|
145
145
  !ignore_path?(verifiable_path, paths: artifact[:include_paths], exclude_paths: artifact[:exclude_paths])
146
146
  end
147
- cases << verifiable_artifact[:include_paths].empty? && artifact[:include_paths].empty?
147
+ cases << (verifiable_artifact[:include_paths].empty? && artifact[:include_paths].empty?)
148
148
 
149
149
  raise ::Dapp::Error::Config, code: :artifact_conflict if cases.any?
150
150
  end
data/lib/dapp/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Dapp
2
- VERSION = "0.25.5"
2
+ VERSION = "0.25.6"
3
3
  BUILD_CACHE_VERSION = 26.1
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.25.5
4
+ version: 0.25.6
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