syslog-sd 1.2.0 → 1.2.1
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.
- data/README.rdoc +1 -1
- data/Rakefile +3 -3
- data/VERSION +1 -1
- data/syslog-sd.gemspec +4 -4
- metadata +6 -6
data/README.rdoc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
= syslog-sd
|
|
2
2
|
|
|
3
|
-
Super-Duper library to send syslog messages to logging server such as Graylog2 (http://graylog2.org).
|
|
3
|
+
Super-Duper library to send syslog messages over UDP to logging server such as Graylog2 (http://graylog2.org).
|
|
4
4
|
Supports Structured Data elements as defined by RFC 5424.
|
|
5
5
|
|
|
6
6
|
Based on GELF gem (https://github.com/graylog2/gelf-rb).
|
data/Rakefile
CHANGED
|
@@ -11,11 +11,11 @@ begin
|
|
|
11
11
|
|
|
12
12
|
Jeweler::Tasks.new do |gem|
|
|
13
13
|
gem.name = "syslog-sd"
|
|
14
|
-
gem.summary = 'Library to send syslog messages to logging server such as Graylog2. Supports Structured Data elements as defined by RFC 5424.'
|
|
15
|
-
gem.description = 'Super-Duper library to send syslog messages to logging server such as Graylog2. ' +
|
|
14
|
+
gem.summary = 'Library to send syslog messages over UDP to logging server such as Graylog2. Supports Structured Data elements as defined by RFC 5424.'
|
|
15
|
+
gem.description = 'Super-Duper library to send syslog messages over UDP to logging server such as Graylog2. ' +
|
|
16
16
|
'Supports Structured Data elements as defined by RFC 5424.'
|
|
17
17
|
gem.email = "alexey.palazhchenko@gmail.com"
|
|
18
|
-
gem.homepage = "http://github.com/
|
|
18
|
+
gem.homepage = "http://github.com/Graylog2/syslog-sd-rb"
|
|
19
19
|
gem.authors = ["Alexey Palazhchenko", "Lennart Koopmann"]
|
|
20
20
|
gem.add_development_dependency "shoulda"
|
|
21
21
|
gem.add_development_dependency "mocha"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.2.
|
|
1
|
+
1.2.1
|
data/syslog-sd.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{syslog-sd}
|
|
8
|
-
s.version = "1.2.
|
|
8
|
+
s.version = "1.2.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = [%q{Alexey Palazhchenko}, %q{Lennart Koopmann}]
|
|
12
12
|
s.date = %q{2011-05-17}
|
|
13
|
-
s.description = %q{Super-Duper library to send syslog messages to logging server such as Graylog2. Supports Structured Data elements as defined by RFC 5424.}
|
|
13
|
+
s.description = %q{Super-Duper library to send syslog messages over UDP to logging server such as Graylog2. Supports Structured Data elements as defined by RFC 5424.}
|
|
14
14
|
s.email = %q{alexey.palazhchenko@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE",
|
|
@@ -35,10 +35,10 @@ Gem::Specification.new do |s|
|
|
|
35
35
|
"test/test_ruby_sender.rb",
|
|
36
36
|
"test/test_severity.rb"
|
|
37
37
|
]
|
|
38
|
-
s.homepage = %q{http://github.com/
|
|
38
|
+
s.homepage = %q{http://github.com/Graylog2/syslog-sd-rb}
|
|
39
39
|
s.require_paths = [%q{lib}]
|
|
40
40
|
s.rubygems_version = %q{1.8.2}
|
|
41
|
-
s.summary = %q{Library to send syslog messages to logging server such as Graylog2. Supports Structured Data elements as defined by RFC 5424.}
|
|
41
|
+
s.summary = %q{Library to send syslog messages over UDP to logging server such as Graylog2. Supports Structured Data elements as defined by RFC 5424.}
|
|
42
42
|
|
|
43
43
|
if s.respond_to? :specification_version then
|
|
44
44
|
s.specification_version = 3
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: syslog-sd
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 29
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 2
|
|
9
|
-
-
|
|
10
|
-
version: 1.2.
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.2.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Alexey Palazhchenko
|
|
@@ -60,7 +60,7 @@ dependencies:
|
|
|
60
60
|
version: "0"
|
|
61
61
|
type: :development
|
|
62
62
|
version_requirements: *id003
|
|
63
|
-
description: Super-Duper library to send syslog messages to logging server such as Graylog2. Supports Structured Data elements as defined by RFC 5424.
|
|
63
|
+
description: Super-Duper library to send syslog messages over UDP to logging server such as Graylog2. Supports Structured Data elements as defined by RFC 5424.
|
|
64
64
|
email: alexey.palazhchenko@gmail.com
|
|
65
65
|
executables: []
|
|
66
66
|
|
|
@@ -87,7 +87,7 @@ files:
|
|
|
87
87
|
- test/test_notifier.rb
|
|
88
88
|
- test/test_ruby_sender.rb
|
|
89
89
|
- test/test_severity.rb
|
|
90
|
-
homepage: http://github.com/
|
|
90
|
+
homepage: http://github.com/Graylog2/syslog-sd-rb
|
|
91
91
|
licenses: []
|
|
92
92
|
|
|
93
93
|
post_install_message:
|
|
@@ -119,6 +119,6 @@ rubyforge_project:
|
|
|
119
119
|
rubygems_version: 1.8.2
|
|
120
120
|
signing_key:
|
|
121
121
|
specification_version: 3
|
|
122
|
-
summary: Library to send syslog messages to logging server such as Graylog2. Supports Structured Data elements as defined by RFC 5424.
|
|
122
|
+
summary: Library to send syslog messages over UDP to logging server such as Graylog2. Supports Structured Data elements as defined by RFC 5424.
|
|
123
123
|
test_files: []
|
|
124
124
|
|