right_support 0.9.3 → 0.9.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -66,7 +66,6 @@ module RightSupport
66
66
  fac_map = {'user'=>8}
67
67
  (0..7).each { |i| fac_map['local'+i.to_s] = 128+8*i }
68
68
 
69
- @@syslog.close if @@syslog && @@syslog.opened?
70
69
  @@syslog ||= Syslog.open(program_name, nil, fac_map[facility.to_s])
71
70
  end
72
71
 
@@ -7,7 +7,7 @@ spec = Gem::Specification.new do |s|
7
7
  s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")
8
8
 
9
9
  s.name = 'right_support'
10
- s.version = '0.9.3'
10
+ s.version = '0.9.4'
11
11
  s.date = '2011-05-13'
12
12
 
13
13
  s.authors = ['Tony Spataro']
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: right_support
3
3
  version: !ruby/object:Gem::Version
4
- hash: 61
4
+ hash: 51
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 3
10
- version: 0.9.3
9
+ - 4
10
+ version: 0.9.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tony Spataro