geordi 0.9.4 → 0.9.5

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.
data/lib/geordi/cuc.rb CHANGED
@@ -15,11 +15,6 @@ module Geordi
15
15
 
16
16
  command = use_parallel_tests? ? parallel_execution_command : serial_execution_command
17
17
 
18
- 2.times { puts }
19
- puts "command to execute:"
20
- puts command
21
- puts "-----------------------------------------"
22
-
23
18
  2.times { puts }
24
19
  exec command
25
20
  end
@@ -1,3 +1,3 @@
1
1
  module Geordi
2
- VERSION = '0.9.4'
2
+ VERSION = '0.9.5'
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: 51
4
+ hash: 49
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 4
10
- version: 0.9.4
9
+ - 5
10
+ version: 0.9.5
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-23 00:00:00 +01:00
18
+ date: 2012-02-24 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21