semaphore_cucumber_booster_config 1.1.10 → 1.2.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5691d3e9fe17f86e85b76a5fa9259bf203b77beb
|
|
4
|
+
data.tar.gz: ac9277bddca09570ee842921cb317a167fdf22c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db92126e314a3ca17879b3162f738a390f7c89418e6bbe628b00f52737db7071c58234e6095d052ead9a5a9fd3f5a137109f9438348b250467199a55bfb591da
|
|
7
|
+
data.tar.gz: 2e30ae2831d05464d5446fbd8102f2c287c348e82bb3e8cdba0aa4a365573881f0861bd318919e9d5baa8c32c1f974d45456a635aee59270c67a420ef1b20a2a
|
|
@@ -13,14 +13,6 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
spec.description = %q{Injects additional configuration for Cucumber so that it outputs JSON suitable for auto-parallelism without affecting stdout.}
|
|
14
14
|
spec.homepage = "https://github.com/renderedtext/cucumber_booster_config"
|
|
15
15
|
|
|
16
|
-
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
|
17
|
-
# delete this section to allow pushing this gem to any host.
|
|
18
|
-
if spec.respond_to?(:metadata)
|
|
19
|
-
spec.metadata['allowed_push_host'] = "https://rubygems.org"
|
|
20
|
-
else
|
|
21
|
-
raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
|
|
22
|
-
end
|
|
23
|
-
|
|
24
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
25
17
|
spec.bindir = "exe"
|
|
26
18
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
File without changes
|
|
@@ -2,7 +2,7 @@ module CucumberBoosterConfig
|
|
|
2
2
|
|
|
3
3
|
class CucumberFile
|
|
4
4
|
|
|
5
|
-
SEMAPHORE_PROFILE = "semaphoreci: --format json --out
|
|
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)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: semaphore_cucumber_booster_config
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marko Anastasov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-03-
|
|
11
|
+
date: 2017-03-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -70,7 +70,8 @@ description: Injects additional configuration for Cucumber so that it outputs JS
|
|
|
70
70
|
suitable for auto-parallelism without affecting stdout.
|
|
71
71
|
email:
|
|
72
72
|
- marko@renderedtext.com
|
|
73
|
-
executables:
|
|
73
|
+
executables:
|
|
74
|
+
- cucumber-booster-config
|
|
74
75
|
extensions: []
|
|
75
76
|
extra_rdoc_files: []
|
|
76
77
|
files:
|
|
@@ -82,16 +83,15 @@ files:
|
|
|
82
83
|
- bin/console
|
|
83
84
|
- bin/setup
|
|
84
85
|
- cucumber_booster_config.gemspec
|
|
86
|
+
- exe/cucumber-booster-config
|
|
85
87
|
- lib/cucumber_booster_config.rb
|
|
86
88
|
- lib/cucumber_booster_config/cli.rb
|
|
87
89
|
- lib/cucumber_booster_config/cucumber_file.rb
|
|
88
90
|
- lib/cucumber_booster_config/injection.rb
|
|
89
91
|
- lib/cucumber_booster_config/version.rb
|
|
90
|
-
- script/cucumber-booster-config
|
|
91
92
|
homepage: https://github.com/renderedtext/cucumber_booster_config
|
|
92
93
|
licenses: []
|
|
93
|
-
metadata:
|
|
94
|
-
allowed_push_host: https://rubygems.org
|
|
94
|
+
metadata: {}
|
|
95
95
|
post_install_message:
|
|
96
96
|
rdoc_options: []
|
|
97
97
|
require_paths:
|