hiptest-publisher-fork 3.4.11 → 3.4.13
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: 303a3e6944d2d69ce800d82c7f9762dcc53f4a956a7284ced288a8672ca9d966
|
4
|
+
data.tar.gz: cf0336ac9e7f2bfd8c65ceca5029a058259c89a888e0fd7fcab9c14f2d4aef7a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d381090251e92cf70bed0af423b46956dc8322661e2fc30ec6c5d4b5c6a34522816f8f35b4c319e4b16cc7944aba4dcf7c0a4f979816580dbe4e9c9a9a969c66
|
7
|
+
data.tar.gz: 4ed4bac90e40deb79ca01ec282d10dd2f370d82765c9e690d5ab0b05ce4a9c0d0e95d634f1de34993db1f183a7f62a8616e0ba9123fd1489fbe7a87a6cee85cf
|
@@ -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)
|