henry-container 0.0.1 → 0.0.2

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.
Binary file
@@ -3,7 +3,7 @@ module Henry
3
3
  class Container
4
4
 
5
5
  # Current Gem version
6
- VERSION = '0.0.1'
6
+ VERSION = '0.0.2'
7
7
 
8
8
  end
9
9
 
@@ -20,11 +20,11 @@ module Henry
20
20
  begin
21
21
  File.open('cucumber.out', 'w') { |f| }
22
22
 
23
- tail_thread = Thread.new { system('tail -f cucumber.out') }
23
+ tail_pid = Process.spawn('tail -f cucumber.out')
24
24
 
25
25
  Rake.application['cucumber'].invoke
26
26
 
27
- tail_thread.kill
27
+ Process.kill(:SIGINT, tail_pid)
28
28
 
29
29
  {
30
30
  code:0,
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.1
4
+ version: 0.0.2
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-06-28 00:00:00.000000000 Z
12
+ date: 2012-07-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -93,6 +93,7 @@ files:
93
93
  - doc/js/jquery.js
94
94
  - doc/method_list.html
95
95
  - doc/top-level-namespace.html
96
+ - gems/henry-container-0.0.1.gem
96
97
  - henry-container.gemspec
97
98
  - henry-context.yml.sample
98
99
  - in.henry.sample