remote_syslog 1.6.7.1 → 1.6.7.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/remote_syslog.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module RemoteSyslog
2
- VERSION = "1.6.7.1"
2
+ VERSION = "1.6.7.2"
3
3
  end
4
4
 
@@ -80,7 +80,10 @@ module RemoteSyslog
80
80
 
81
81
  def unbind
82
82
  @connection = nil
83
- connect
83
+
84
+ EventMachine.add_timer(1) do
85
+ connect
86
+ end
84
87
  end
85
88
 
86
89
  def write(value)
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
8
8
  ## If your rubyforge_project name is different, then edit it and comment out
9
9
  ## the sub! line in the Rakefile
10
10
  s.name = 'remote_syslog'
11
- s.version = '1.6.7.1'
12
- s.date = '2012-09-10'
11
+ s.version = '1.6.7.2'
12
+ s.date = '2012-09-18'
13
13
  s.rubyforge_project = 'remote_syslog'
14
14
 
15
15
  ## Make sure your summary is short. The description may be as long
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 1
7
7
  - 6
8
8
  - 7
9
- - 1
10
- version: 1.6.7.1
9
+ - 2
10
+ version: 1.6.7.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Troy Davis
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-09-10 00:00:00 -07:00
19
+ date: 2012-09-18 00:00:00 -07:00
20
20
  default_executable: remote_syslog
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency