semaphore_cucumber_booster_config 1.1.1 → 1.1.3
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 +4 -4
- data/lib/cucumber_booster_config/version.rb +1 -1
- metadata +3 -5
- data/exe/cucumber-booster-config +0 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 263b953bc5aa41afbf1a3fbdd178d43924f7e5b2
|
|
4
|
+
data.tar.gz: 44d72873f2eb26c69ec800711cc7fd5da95043c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37bf706bdf4893d342e8664d60f9db3c74b01af72b865f87deec7bfacabbe29fc9e9c5b738600a83045d9807864363ff14373f061626f14ddd7551c761a8f845
|
|
7
|
+
data.tar.gz: c444ada4ba08f7acc3ca669cfe8df1f6c4ff7608b2353ead44633b1b8b8992b5a02a38569baa44b13338b6bd062c067b62040ce0df181273e365f2e37acdd09c
|
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.1.
|
|
4
|
+
version: 1.1.3
|
|
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-
|
|
11
|
+
date: 2017-03-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -70,8 +70,7 @@ 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:
|
|
74
|
-
- cucumber-booster-config
|
|
73
|
+
executables: []
|
|
75
74
|
extensions: []
|
|
76
75
|
extra_rdoc_files: []
|
|
77
76
|
files:
|
|
@@ -83,7 +82,6 @@ files:
|
|
|
83
82
|
- bin/console
|
|
84
83
|
- bin/setup
|
|
85
84
|
- cucumber_booster_config.gemspec
|
|
86
|
-
- exe/cucumber-booster-config
|
|
87
85
|
- lib/cucumber_booster_config.rb
|
|
88
86
|
- lib/cucumber_booster_config/cli.rb
|
|
89
87
|
- lib/cucumber_booster_config/cucumber_file.rb
|
data/exe/cucumber-booster-config
DELETED