rservicebus 0.0.71 → 0.0.72

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rservicebus.rb +3 -0
  2. metadata +2 -2
data/lib/rservicebus.rb CHANGED
@@ -1,6 +1,9 @@
1
1
  #Add the currently running directory to the start of the load path
2
2
  #$:.unshift File.dirname(__FILE__) + '/../../lib'
3
3
 
4
+ #Don't buffer stdout
5
+ $stdout.sync = true
6
+
4
7
  require "rubygems"
5
8
  require "yaml"
6
9
  require "uuidtools"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rservicebus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.71
4
+ version: 0.0.72
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: 2013-05-20 00:00:00.000000000 Z
12
+ date: 2013-06-02 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A Ruby interpretation of NServiceBus
15
15
  email: guy@guyirvine.com