fuubar 2.3.0.beta1 → 2.3.0.beta2
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/fuubar.rb +1 -1
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc816918e3d3f7b76cf2a1e85d28aab6323aca67
|
|
4
|
+
data.tar.gz: d965e900fb624f34268c026dd556337a19041d73
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f94732d2e9a463d169387e6a841fe82e34b01f4c98b08a36ad1b1a461a6682ce4b9e4de199b9ef72c11a4646c58ecc50d83c3e5965ac0c06e65b166f2106591
|
|
7
|
+
data.tar.gz: 9ee8ab06e9c27fdba7e3f78d8cc5915c75969fb22540d8687aadbaf49fa65180cf8b4c7a5e8a1356ca369ad490a7e19811b4367373c530c0659fb85a67d0a497
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/lib/fuubar.rb
CHANGED
|
@@ -154,7 +154,7 @@ class Fuubar < RSpec::Core::Formatters::BaseTextFormatter
|
|
|
154
154
|
|
|
155
155
|
def continuous_integration?
|
|
156
156
|
@continuous_integration ||= \
|
|
157
|
-
[nil, '', 'false'].
|
|
157
|
+
![nil, '', 'false'].include?(ENV['CONTINUOUS_INTEGRATION'])
|
|
158
158
|
end
|
|
159
159
|
|
|
160
160
|
def start_tick_thread(notification)
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|