CiHelper 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ci_helper/cli.rb +2 -0
- data/lib/ci_helper/issue_monitor.rb +1 -1
- data/lib/ci_helper/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7301122b090c74fd94ff6736f514928ae625cfd0
|
4
|
+
data.tar.gz: 5cc5b0e8725cf2052a2f7aa12b0d54a910fbf674
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90922e4e9a7c62c058d345d016f35c5142703505bad63f2219eb85e55a35dc7f6735e6485e4c5464907759f9dc26ad316205bc291a21c48ffb032b682e736b73
|
7
|
+
data.tar.gz: 854a467005b8cb0a0278781eb3bd62991651d0f845a20ca83c0dbdb921d0af68d6b46a3755dc390cd6c0dbb6a3951d5782a75f6d248644b000596d93ca11d93f
|
data/lib/ci_helper/cli.rb
CHANGED
@@ -33,7 +33,7 @@ class IssueMonitor
|
|
33
33
|
begin
|
34
34
|
output = ci_procedure.re_get_console_output
|
35
35
|
output.empty? ? false : true
|
36
|
-
rescue CiHelper::
|
36
|
+
rescue CiHelper::Exceptions::IssueNotFound => e
|
37
37
|
puts "#{e.message} #{ci_procedure.matching_strategy}"
|
38
38
|
false
|
39
39
|
end
|
data/lib/ci_helper/version.rb
CHANGED