fluent-plugin-loggly 0.0.8 → 0.0.9
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.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/fluent-plugin-loggly.gemspec +3 -3
- data/lib/fluent-plugin-loggly/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5286729cf28b2f639a1687ee1ad0d6514b6e5d75
|
|
4
|
+
data.tar.gz: ca9b416cefc9b457c3148aa57cdd6864020cb664
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c2dfd166c47d597410c95685ede510721b8711f5bdbad09b292d3a66ad51602b5928d229cdf99d700f002de605f09ec101927708b274de50536562b8ce9892d
|
|
7
|
+
data.tar.gz: 1c5a733ebcd63bd0630c70890080dc817c8d7136c2e793f0aee4681d668c15972c670e86b663981415958ebf934c0142ec19eb8630caead3e31f7941f649158c
|
data/README.md
CHANGED
|
@@ -2,6 +2,7 @@ Loggly plugin for [Fluentd](http://www.fluentd.org)
|
|
|
2
2
|
=============
|
|
3
3
|
|
|
4
4
|
[](https://rubygems.org/gems/fluent-plugin-loggly)
|
|
5
|
+
[](https://badge.fury.io/rb/fluent-plugin-loggly)
|
|
5
6
|
|
|
6
7
|
With fluent-plugin-loggly you will be able to use [Loggly](http://loggly.com) as output the logs you collect with Fluentd.
|
|
7
8
|
|
|
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |s|
|
|
5
5
|
s.name = "fluent-plugin-loggly"
|
|
6
|
-
s.version = "0.0.
|
|
6
|
+
s.version = "0.0.9"
|
|
7
7
|
s.authors = ["Patrik Antonsson"]
|
|
8
8
|
s.email = ["patant@gmail.com"]
|
|
9
9
|
s.homepage = "https://github.com/patant/fluent-plugin-loggly"
|
|
@@ -18,6 +18,6 @@ Gem::Specification.new do |s|
|
|
|
18
18
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
19
19
|
s.require_paths = ["lib"]
|
|
20
20
|
s.required_ruby_version = Gem::Requirement.new(">= 1.9.3")
|
|
21
|
-
s.add_dependency('net-http-persistent', '
|
|
22
|
-
s.add_dependency('yajl-ruby', '
|
|
21
|
+
s.add_dependency('net-http-persistent', '~> 2.7')
|
|
22
|
+
s.add_dependency('yajl-ruby', '~> 1.0')
|
|
23
23
|
end
|
metadata
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-loggly
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Patrik Antonsson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-10-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: net-http-persistent
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ~>
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '2.7'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ~>
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '2.7'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: yajl-ruby
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- -
|
|
31
|
+
- - ~>
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '1.0'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- -
|
|
38
|
+
- - ~>
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '1.0'
|
|
41
41
|
description: Fluentd pluging (fluentd.org) for output to loggly (loggly.com)
|