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 +5 -5
- data/lib/dapp/dimg/config/directive/dimg/validation.rb +1 -1
- data/lib/dapp/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 132060a25af513df95b63a00263cefa2e3899c45
|
4
|
+
data.tar.gz: 411ba94d239bf1ebba8f86e713efa1fa22a3e7dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.21.
|
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-
|
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.
|
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
|