dapp 0.28.1 → 0.28.2

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: ab58b121ba8d5549900c91ed049cf981726887f1
4
- data.tar.gz: 95dd37e1e372fadebaa843ad40b2b4322603258a
3
+ metadata.gz: 8409e1cd5a5c5eec67c25a6af675e2e3e1715353
4
+ data.tar.gz: 250b74b3f4a0a1d5d8f256449d1f6633d9f28b5d
5
5
  SHA512:
6
- metadata.gz: 660a01b17f02ac9d417af94f301620869d2ef4df9e8b936d1ee1d19cf4f53080e526aef13214c621f5661506a5ba10a79240dd0128509c732b92158c36f2fbe6
7
- data.tar.gz: 993c9515fd21ceca54ee401891b4c8858a48379615c02e7fa6610c5d5d3a6c46fa8f37d2c844ec755128f9769d5671900d39929e2370dcee40b4422d806c95bc
6
+ metadata.gz: 6a91855eb028521e6eea7e67de27d30a1fe2b5b329c44f86ed59834c0738c303003d1dac79dcf7b6ed52866f5857b799fbc8886a12cb7925bad73d463d51e229
7
+ data.tar.gz: f2089328453c8eb5bc6b1104a4aac78e4dd43c075255c73ece3612c68ec0e605c3f307cc34a42247b79446d0ecb78c62deb2e58ffae66a4766e6c4d668448545
@@ -23,7 +23,7 @@ module Dapp
23
23
 
24
24
  def reset_commits
25
25
  regex = Regexp.union(RESET_COMMIT_MESSAGES)
26
- dimg.git_artifacts.map { |git_artifact| git_artifact.repo.find_commit_id_by_message(regex) }.sort.uniq.compact
26
+ dimg.git_artifacts.map { |git_artifact| git_artifact.repo.find_commit_id_by_message(regex) }.compact.sort.uniq
27
27
  end
28
28
 
29
29
  def apply_command_method
@@ -1,4 +1,4 @@
1
1
  module Dapp
2
- VERSION = "0.28.1"
2
+ VERSION = "0.28.2"
3
3
  BUILD_CACHE_VERSION = 28
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.28.1
4
+ version: 0.28.2
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-05-07 00:00:00.000000000 Z
11
+ date: 2018-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mixlib-shellout