geordi 0.9.5 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
data/lib/geordi/cuc.rb CHANGED
@@ -122,7 +122,7 @@ module Geordi
122
122
 
123
123
 
124
124
  def use_parallel_tests?
125
- parallel_tests_available? && features_can_run_with_parallel_tests?(features_to_run)
125
+ parallel_tests_available? && features_can_run_with_parallel_tests?(features_to_run) && features_to_run.size > 1
126
126
  end
127
127
 
128
128
  end
@@ -1,3 +1,3 @@
1
1
  module Geordi
2
- VERSION = '0.9.5'
2
+ VERSION = '0.9.6'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geordi
3
3
  version: !ruby/object:Gem::Version
4
- hash: 49
4
+ hash: 55
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 5
10
- version: 0.9.5
9
+ - 6
10
+ version: 0.9.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Henning Koch
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-02-24 00:00:00 +01:00
18
+ date: 2012-03-12 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21