yell-adapters-gelf 0.4.0 → 0.4.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.md CHANGED
@@ -12,13 +12,13 @@ it at http://www.graylog2.org/about/gelf.
12
12
  System wide:
13
13
 
14
14
  ```console
15
- gem install yell-gelf
15
+ gem install yell-adapters-gelf
16
16
  ```
17
17
 
18
18
  Or in your Gemfile:
19
19
 
20
20
  ```ruby
21
- gem "yell-gelf"
21
+ gem "yell-adapters-gelf"
22
22
  ```
23
23
 
24
24
  ## Usage
@@ -4,7 +4,7 @@ module Yell #:nodoc:
4
4
  module Adapters #:nodoc:
5
5
 
6
6
  class Gelf
7
- VERSION = "0.4.0"
7
+ VERSION = "0.4.1"
8
8
 
9
9
  end
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yell-adapters-gelf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-27 00:00:00.000000000 Z
12
+ date: 2012-03-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: yell
16
- requirement: &11062060 !ruby/object:Gem::Requirement
16
+ requirement: &70330052059680 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0.4'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *11062060
24
+ version_requirements: *70330052059680
25
25
  description: Graylog2 adapter for Yell
26
26
  email:
27
27
  executables: []
@@ -57,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
57
  version: '0'
58
58
  requirements: []
59
59
  rubyforge_project: yell
60
- rubygems_version: 1.8.10
60
+ rubygems_version: 1.8.17
61
61
  signing_key:
62
62
  specification_version: 3
63
63
  summary: Yell - Your Extensible Logging Library