graylog2_exceptions 0.5.2 → 0.5.3
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/graylog2_exceptions.gemspec +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
2
2
|
require 'rake'
|
3
3
|
require 'echoe'
|
4
4
|
|
5
|
-
Echoe.new('graylog2_exceptions', '0.5.
|
5
|
+
Echoe.new('graylog2_exceptions', '0.5.3') do |p|
|
6
6
|
p.description = "A Rack middleware that sends every Exception as GELF message to your Graylog2 server"
|
7
7
|
p.url = 'http://www.graylog2.org/'
|
8
8
|
p.author = 'Lennart Koopmann'
|
data/graylog2_exceptions.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: graylog2_exceptions
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 0.5.
|
9
|
+
- 3
|
10
|
+
version: 0.5.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Lennart Koopmann
|