nitra 0.9.5 → 0.9.6

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.
Files changed (2) hide show
  1. data/lib/nitra/channel.rb +1 -0
  2. metadata +3 -3
@@ -43,6 +43,7 @@ module Nitra
43
43
  def write(data)
44
44
  encoded = YAML.dump(data)
45
45
  wr.write("NITRA,#{encoded.bytesize}\n#{encoded}")
46
+ wr.flush
46
47
  rescue Errno::EPIPE
47
48
  raise if raise_epipe_on_write_error
48
49
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nitra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2013-05-24 00:00:00.000000000 Z
15
+ date: 2013-06-07 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: cucumber
@@ -77,7 +77,7 @@ files:
77
77
  - spec/nitra/formatter.rb
78
78
  - spec/nitra/tasks_spec.rb
79
79
  - spec/nitra/worker_spec.rb
80
- homepage: http://github.com/powershop/nitra
80
+ homepage: http://github.com/mogest/nitra
81
81
  licenses:
82
82
  - MIT
83
83
  post_install_message: