itriagetestrail 0.4.4 → 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8bef512d199a05992c9e73d81ae80ef494e39f74
4
- data.tar.gz: 1f2021bbc1fe573ec55bc6f593a6ee1f4586031f
3
+ metadata.gz: 9b86c0b80c4ba6e1b8f74d079b6fc50b9cd832ea
4
+ data.tar.gz: c6960e8913b13ee53a4f46ec4c5b5e94ed476a28
5
5
  SHA512:
6
- metadata.gz: 554973bb900f722f8476d92dda80529012d798ba3d1fa0f1df1b866d25b94eed0fae9b04510b6f71eabcecf6583549606486d42c1eaebb718ab8a66a35c4058e
7
- data.tar.gz: 37dc42a38437f13359b4831471056014f70124dd0655a50abcf809105369eb43dae4e8af47f36084ceba07b085fdb64af80f43ec38eec669522aea6c1ee2dd97
6
+ metadata.gz: 701885a45848c448ac2e6376a0c4a83775a6218b0dd1cd09abf46e6e6b0a6d1fc75c07f3386f9422198ae02464d677f1484fa41d45781abf89d6b7de80400fc2
7
+ data.tar.gz: 237958bb45ca7cbcb51eef48a37a3a0a9ad9a232dc945a0d36fe8dd9e9b109b179545f667bb556650374451022015f35b956f80d706389e425f6fdd892c2cf5e
@@ -432,8 +432,7 @@ module Itriagetestrail
432
432
 
433
433
  # This method is only used publicly
434
434
  def initialize_temp_files
435
- dir = File.dirname('./tmp')
436
- FileUtils.mkdir_p(dir) unless File.exists?(dir)
435
+ Dir.mkdir('./tmp') unless File.exists?('./tmp')
437
436
  File.write('./tmp/testrail_id', @run_id.to_s)
438
437
  File.write('./tmp/testrail_ids', '')
439
438
  @shared_run = true
@@ -1,3 +1,3 @@
1
1
  module Itriagetestrail
2
- VERSION = '0.4.4'
2
+ VERSION = '0.4.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itriagetestrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - a801069