hiptest-publisher-fork 3.4.11 → 3.4.12
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/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: 3ef6acf44e21abda4d161a3476ba847e97257d6bd2c47c58c604b510d0dce9af
|
4
|
+
data.tar.gz: 40728e11689c1e7ce0d26d4dc0ae112ea34daa9f41c94a0552461ef0eeae0230
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6dd30bf7248bdf7709c9cd44d7a39ae5e4b6191d8fea1eb98bfe0e17d96ac72f23b4593d94c920187bb97c14c134af213812a9c20bfc69f2dc02aa7c5eb4768e
|
7
|
+
data.tar.gz: 7b1265c12b0ab0d11a6f116f26db43de0928fc634d970a81f9b513f8a8dffa109287021f3baf9df1ff41c57cc1a5a692989ac5ad09aec1f90e3b331e56394632
|
@@ -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.exists?("#{hiptest_publisher_path}/VERSION")
|
18
18
|
end
|
19
19
|
|
20
20
|
def pluralize_word(count, singular, plural=nil)
|