henry-container 0.0.18 → 0.0.19
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/henry/container/version.rb +1 -1
- data/lib/henry/task/rspec_task.rb +2 -2
- metadata +2 -2
@@ -20,11 +20,11 @@ module Henry
|
|
20
20
|
begin
|
21
21
|
File.open('rspec.out', 'w') { |f| }
|
22
22
|
|
23
|
-
tail_pid = Process.spawn('tail -f rspec.out')
|
23
|
+
# tail_pid = Process.spawn('tail -f rspec.out')
|
24
24
|
|
25
25
|
Rake.application['spec'].invoke
|
26
26
|
|
27
|
-
Process.kill(:SIGINT, tail_pid)
|
27
|
+
# Process.kill(:SIGINT, tail_pid)
|
28
28
|
|
29
29
|
{
|
30
30
|
name: self.name,
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: henry-container
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.19
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-07-
|
12
|
+
date: 2012-07-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|