spindance-syslogger 1.2.7 → 1.2.8

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/syslogger.rb +1 -1
  2. metadata +4 -4
data/lib/syslogger.rb CHANGED
@@ -3,7 +3,7 @@ require 'logger'
3
3
 
4
4
  class Syslogger
5
5
 
6
- VERSION = "1.2.7"
6
+ VERSION = "1.2.8"
7
7
 
8
8
  attr_reader :level, :ident, :options, :facility
9
9
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spindance-syslogger
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 7
10
- version: 1.2.7
9
+ - 8
10
+ version: 1.2.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Cyril Rohr
@@ -66,7 +66,7 @@ files:
66
66
  - LICENSE
67
67
  - README.rdoc
68
68
  has_rdoc: true
69
- homepage: http://github.com/dvangeest/syslogger
69
+ homepage: http://github.com/spindance/syslogger
70
70
  licenses: []
71
71
 
72
72
  post_install_message: