hiptest-publisher-fork 3.4.14 → 3.4.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/hiptest-publisher/file_writer.rb +1 -1
- data/lib/hiptest-publisher/utils.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: addb3104b1809e44a82d4e351fe663e2129a89e65dbf32cc4b8005d26469fe83
|
4
|
+
data.tar.gz: 91883bf5a445f383405bbc68b37d4f3cc9633edd8a508456f78a6021ce5b0e49
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d23363a4d9e46ead56cc870eb6e7524954338138a2105fa9fbad7430b28a3d20ea78cdae92bf4ae491a210b9d7cfa7b2ab3023bec4fc31cd8bb201c42f48cd8
|
7
|
+
data.tar.gz: 243c9b421aa6f38892988dde429b6c5c618c21c8995d8a1a242ccabfbe483234a9da708d67872177b45ce7e0ac42b16058f3f5c70c1b60bef2a935ca577a8c2a
|
@@ -14,7 +14,7 @@ end
|
|
14
14
|
def hiptest_publisher_version
|
15
15
|
Gem.loaded_specs['hiptest-publisher'].version.to_s
|
16
16
|
rescue
|
17
|
-
File.read("#{hiptest_publisher_path}/VERSION").strip if File.
|
17
|
+
File.read("#{hiptest_publisher_path}/VERSION").strip if File.exist?("#{hiptest_publisher_path}/VERSION")
|
18
18
|
end
|
19
19
|
|
20
20
|
def pluralize_word(count, singular, plural=nil)
|