fluent-plugin-loggly 0.0.3 → 0.0.4
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/fluent-plugin-loggly.gemspec +2 -2
- data/lib/fluent-plugin-loggly/version.rb +1 -1
- metadata +14 -10
- checksums.yaml +0 -7
@@ -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.4"
|
7
7
|
s.authors = ["Patrik Antonsson"]
|
8
8
|
s.email = ["patant@gmail.com"]
|
9
9
|
s.homepage = "https://github.com/patant/fluent-plugin-loggly"
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
|
16
16
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
17
17
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
18
18
|
s.require_paths = ["lib"]
|
19
|
-
s.required_ruby_version = Gem::Requirement.new("
|
19
|
+
s.required_ruby_version = Gem::Requirement.new(">= 1.9.3")
|
20
20
|
s.add_dependency('net-http-persistent', '>= 2.7')
|
21
21
|
|
22
22
|
# specify any dependencies here; for example:
|
metadata
CHANGED
@@ -1,27 +1,30 @@
|
|
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.4
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- Patrik Antonsson
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2014-02-
|
12
|
+
date: 2014-02-25 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: net-http-persistent
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
16
18
|
requirements:
|
17
|
-
- - '>='
|
19
|
+
- - ! '>='
|
18
20
|
- !ruby/object:Gem::Version
|
19
21
|
version: '2.7'
|
20
22
|
type: :runtime
|
21
23
|
prerelease: false
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
23
26
|
requirements:
|
24
|
-
- - '>='
|
27
|
+
- - ! '>='
|
25
28
|
- !ruby/object:Gem::Version
|
26
29
|
version: '2.7'
|
27
30
|
description: Fluentd pluging (fluentd.org) for output to loggly (loggly.com)
|
@@ -42,25 +45,26 @@ files:
|
|
42
45
|
- lib/fluent/plugin/out_loggly.rb
|
43
46
|
homepage: https://github.com/patant/fluent-plugin-loggly
|
44
47
|
licenses: []
|
45
|
-
metadata: {}
|
46
48
|
post_install_message:
|
47
49
|
rdoc_options: []
|
48
50
|
require_paths:
|
49
51
|
- lib
|
50
52
|
required_ruby_version: !ruby/object:Gem::Requirement
|
53
|
+
none: false
|
51
54
|
requirements:
|
52
|
-
- -
|
55
|
+
- - ! '>='
|
53
56
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
57
|
+
version: 1.9.3
|
55
58
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
59
|
+
none: false
|
56
60
|
requirements:
|
57
|
-
- - '>='
|
61
|
+
- - ! '>='
|
58
62
|
- !ruby/object:Gem::Version
|
59
63
|
version: '0'
|
60
64
|
requirements: []
|
61
65
|
rubyforge_project: fluent-plugin-loggly
|
62
|
-
rubygems_version:
|
66
|
+
rubygems_version: 1.8.23
|
63
67
|
signing_key:
|
64
|
-
specification_version:
|
68
|
+
specification_version: 3
|
65
69
|
summary: Fluentd plugin for output to loggly
|
66
70
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: 622e8f8bcc99048893999546f89b2c3710e6ad7c
|
4
|
-
data.tar.gz: f86e22e75b246db8008c6a081bd3237c4633273c
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: 43273545ed42ad1e9f4667b3abb84794832638db36b069122a1f2c1f9690ef4349822c47df6c780a270b2f3c7ecf486ac9fe029eebfc523bf1b9ac663286aa1c
|
7
|
-
data.tar.gz: 79a8ada69746393a564a902dd477c39fe474dbbb32140fd484ced0356b75af874ac218092e3b67410b5997b919ff84f426b09c6467576804090dcac112a68271
|