graylog2_exceptions 1.1.0 → 1.1.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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. metadata +4 -4
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ begin
12
12
  gem.email = "lennart@socketfeed.com"
13
13
  gem.homepage = "http://www.graylog2.org/"
14
14
  gem.authors = "Lennart Koopmann"
15
- gem.add_dependency "gelf", "= 1.1.1"
15
+ gem.add_dependency "gelf", "= 1.1.3"
16
16
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
17
17
  end
18
18
  Jeweler::GemcutterTasks.new
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.1.1
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 1
8
- - 0
9
- version: 1.1.0
8
+ - 1
9
+ version: 1.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Lennart Koopmann
@@ -28,8 +28,8 @@ dependencies:
28
28
  segments:
29
29
  - 1
30
30
  - 1
31
- - 1
32
- version: 1.1.1
31
+ - 3
32
+ version: 1.1.3
33
33
  type: :runtime
34
34
  version_requirements: *id001
35
35
  description: A Rack middleware that sends every Exception as GELF message to your Graylog2 server