semaphore_test_boosters 1.6.0 → 1.6.1
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/test_boosters/cucumber/booster.rb +1 -1
- data/lib/test_boosters/rspec/booster.rb +1 -1
- data/lib/test_boosters/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f768bf979736a9a41fd51b34d45e980f7485db5d
|
|
4
|
+
data.tar.gz: 0e27e4c29a64f62a59c9ef1fcebeaaebb2a08b23
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d44d81a0781562770069ba26a045182bdc0c9934765eb711fd963d90fb799e118c175a6f7e08adf10a1d39efc736f1356afb905d09fb8f8da62963985cb6d6ec
|
|
7
|
+
data.tar.gz: 8ac817498470524e063f422f2aad8d760dd05abc26d60eead1fee4d9a19d66f2ca8897e5e6fa47a26fbb26f3ea5cb0e700823823159ab7da44decfa785166abf
|
|
@@ -11,7 +11,7 @@ module TestBoosters
|
|
|
11
11
|
end
|
|
12
12
|
|
|
13
13
|
def run
|
|
14
|
-
TestBoosters::Shell.display_title("Cucumber
|
|
14
|
+
TestBoosters::Shell.display_title("Cucumber Booster v#{TestBoosters::VERSION}")
|
|
15
15
|
|
|
16
16
|
unless split_configuration.valid?
|
|
17
17
|
puts "[ERROR] The split configuration file is malformed!"
|
|
@@ -11,7 +11,7 @@ module TestBoosters
|
|
|
11
11
|
end
|
|
12
12
|
|
|
13
13
|
def run
|
|
14
|
-
TestBoosters::Shell.display_title("RSpec
|
|
14
|
+
TestBoosters::Shell.display_title("RSpec Booster v#{TestBoosters::VERSION}")
|
|
15
15
|
|
|
16
16
|
unless split_configuration.valid?
|
|
17
17
|
puts "[ERROR] The split configuration file is malformed!"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: semaphore_test_boosters
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Developers at Rendered Text
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-03-
|
|
11
|
+
date: 2017-03-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: semaphore_cucumber_booster_config
|