closer 0.0.3 → 0.0.4

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: 7007303ea27edbaeedcbe91bf89be0dd14385479
4
- data.tar.gz: 315d2b17e79f879d80bd9042c2540e6c0a00b898
3
+ metadata.gz: 3f9493bcdb93dd7491485fd58122aabfe680aded
4
+ data.tar.gz: dbbff82bc9904869dd8ac820fd5ecfbdc70b0224
5
5
  SHA512:
6
- metadata.gz: b8c53ad87fe4fb848c207d50d3fae6ca1e685e4983466611d318110762a2d9b7e0d3b5c0bad9b81dfce7a425d99e9cf8ce8bc8903464de75d1af55d17bcc7079
7
- data.tar.gz: 4a68cfe3d7cb3e3a9f528d3fe857ec83f442d28ecca34a70f2104fc16808398e22722d80f3722db9f4f0313839f68def2a3bb72c2280a4ce1abe11ffb0969e6f
6
+ metadata.gz: 3066453dd3f0279f9d3c366ba173f641eeb2a2afa6d5f7d9666d9db38f82bdc221e9f945c7932c9b2fb16e06aa053fe96297984cb4e0272088f67ca447df11fa
7
+ data.tar.gz: 977efc01cb2a98000f967b205b0d05dafb9774eacd148625d47c28c8b3e9101ed442b42e9af43aa6a165609fb174102f272c9a438fd8350edd4d10704f201d6e
@@ -1,3 +1,3 @@
1
1
  module Closer
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
@@ -29,8 +29,10 @@ task :close => dependencies do |t, args|
29
29
  case format
30
30
  when 'junit'
31
31
  output = "test/reports"
32
+ FileUtils.mkdir_p(output)
32
33
  else
33
34
  output = "features/reports/index.html"
35
+ FileUtils.mkdir_p(File.dirname(output))
34
36
  end
35
37
  additional_format = "--format #{format} --out #{output}"
36
38
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: closer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - ichy