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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc3138b4530a1ec998b979b165f56d95e91a1159e600d951ecbf0a4c0b07c6f0
4
- data.tar.gz: a89ee7eb91e41e5c87909d85f5017d7e7a56ee12b7f32ea615ad3d3161e0263b
3
+ metadata.gz: bfe163d632cf5bf996a2e8ceacb93051250ab398d78dce93b4901bbe6e005ef8
4
+ data.tar.gz: 3d98005d76bbbf1f323bfff2033c48dcbc4c4e94c20356b589be60799d986f09
5
5
  SHA512:
6
- metadata.gz: 3bd4d02d928b506b28ee7f32543d7279db843299d3a3246b0cb41e224a0a2e506785072158a3b547745079d6cb605a0a3b9a554aca2fe234856427bd29b3561e
7
- data.tar.gz: 32cff68d7fc5c682bd0457b66c7b726b37c27301f5272139ee9e9bcf1a7d40820b26c4413061aa1ca754210298f30367daf4a3c90952cf789a53e97801b1f892
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
@@ -22,7 +22,7 @@ module Hiptest
22
22
  private
23
23
 
24
24
  def mkdirs_for(path)
25
- unless Dir.exists?(File.dirname(path))
25
+ unless Dir.exist?(File.dirname(path))
26
26
  FileUtils.mkpath(File.dirname(path))
27
27
  end
28
28
  end
@@ -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.exists?("#{hiptest_publisher_path}/VERSION")
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.14
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.4.1
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.