hiptest-publisher-fork 3.4.14 → 3.5.0
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/client.rb +0 -1
- data/lib/hiptest-publisher/file_writer.rb +1 -1
- data/lib/hiptest-publisher/utils.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bfe163d632cf5bf996a2e8ceacb93051250ab398d78dce93b4901bbe6e005ef8
|
4
|
+
data.tar.gz: 3d98005d76bbbf1f323bfff2033c48dcbc4c4e94c20356b589be60799d986f09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74d4c0f3099deaad6f49818326c81b1444d11588729457678fd1b0234db33ed931ffe8c4391963b4c0930fd03d6f27d294a647c2d4e99d48d68e36c96d883f91
|
7
|
+
data.tar.gz: d37053517afef7af0891f2628bd5f2291c05bf1a27ac01c2b930ce953176cad1eec3c980e4752cadf15c8591ad97cdf2fbe37aaa0b6fed5be83a97bdda127aad
|
@@ -158,7 +158,6 @@ module Hiptest
|
|
158
158
|
def fetch_project_export_asynchronously
|
159
159
|
publication_export_id = fetch_asynchronous_publication_export_id
|
160
160
|
url = "#{base_publication_path}/async_project/#{publication_export_id}"
|
161
|
-
puts url
|
162
161
|
response = nil
|
163
162
|
|
164
163
|
# the server should respond with a timeout after 15 minutes
|
@@ -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)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hiptest-publisher-fork
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- CucumberStudio R&D
|
@@ -776,7 +776,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
776
776
|
- !ruby/object:Gem::Version
|
777
777
|
version: '0'
|
778
778
|
requirements: []
|
779
|
-
rubygems_version: 3.
|
779
|
+
rubygems_version: 3.3.3
|
780
780
|
signing_key:
|
781
781
|
specification_version: 4
|
782
782
|
summary: Export your tests from CucumberStudio into executable tests.
|