semaphore_cucumber_booster_config 1.1.8 → 1.1.9

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
  SHA1:
3
- metadata.gz: 1fdc4862c68f592f3d20a3bcb09bac17960f14df
4
- data.tar.gz: e20220fb6993079af8e6ac95bf72baaf517b8851
3
+ metadata.gz: 7d0f199d4633a2451597805dc6e7fd88df4715a0
4
+ data.tar.gz: 74f61184e63512104a428f210b81653454d061aa
5
5
  SHA512:
6
- metadata.gz: c5212b77ce4e7dab219bb1f1c862a5aea331afaadb6dbc44cd1c4ad9fc0bf619a00f7f1f0b773c8c08a47fa438146d207426bc1b1c6526c862c7b12fa3997a9c
7
- data.tar.gz: 61f21f348500a27c499651cd95b1dd40d4063d4c7fcd5a379015a83d679a41cde6758be8a1f11d6099c97922fa95a59c08739299ca3baf225ab090828c5bb443
6
+ metadata.gz: 52965046d62798f050493bc0e8eb9d4ccfdab246a9a792dd22b42e517e21b92ae1e1fa7b34f860251f154ad3bc3afddb6b555d93ef901c5a24d3bdbd6eb1b099
7
+ data.tar.gz: 3457f6a6fe10dec76b8526ee74ae6abb68ce59ae863f6681ee61928c1f40e7e5316599dec97bfd7c8ea628ae0e263a9baf8ff40e6c8176bf99ebccfe596ea2a8
@@ -2,7 +2,7 @@ module CucumberBoosterConfig
2
2
 
3
3
  class CucumberFile
4
4
 
5
- SEMAPHORE_PROFILE = "semaphoreci: --format json --out=~/cucumber_report.json"
5
+ SEMAPHORE_PROFILE = "semaphoreci: --format json --out=../cucumber_report.json"
6
6
  DEFAULT_PROFILE = "default: --format pretty --profile semaphoreci features"
7
7
 
8
8
  def initialize(path, dry_run)
@@ -1,3 +1,3 @@
1
1
  module CucumberBoosterConfig
2
- VERSION = "1.1.8"
2
+ VERSION = "1.1.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semaphore_cucumber_booster_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.8
4
+ version: 1.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marko Anastasov