fluent-plugin-loggly 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0bc6c93d59f289bd6d0f2995ed160d30d8444af0
4
- data.tar.gz: bbbddb11e58da89bdd912a47283a38d1ded83caf
3
+ metadata.gz: 622e8f8bcc99048893999546f89b2c3710e6ad7c
4
+ data.tar.gz: f86e22e75b246db8008c6a081bd3237c4633273c
5
5
  SHA512:
6
- metadata.gz: f500e68be3368b70edaa36ea8d52427ece0d9ea56fadbfb6b7432e0e8101655292e65f93a09b854705f245863cf927781a33f6393087e981bc0cd6250ded1551
7
- data.tar.gz: 38a469fcd242a19a2904162dda1c367e6cf2eca1fba80f5b4f9e2a9914ec51bcf352677f98f5e335a8531e362bfe085037619ecc3a076324ae3ebd4b77b0bb24
6
+ metadata.gz: 43273545ed42ad1e9f4667b3abb84794832638db36b069122a1f2c1f9690ef4349822c47df6c780a270b2f3c7ecf486ac9fe029eebfc523bf1b9ac663286aa1c
7
+ data.tar.gz: 79a8ada69746393a564a902dd477c39fe474dbbb32140fd484ced0356b75af874ac218092e3b67410b5997b919ff84f426b09c6467576804090dcac112a68271
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- Loggly plugin for Fluentd
1
+ Loggly plugin for [Fluentd](http://fluentd.org)
2
2
  =============
3
3
  With fluent-plugin-loggly you will be able to use the service loggly.com as output for you fluentd logs.
4
4
 
@@ -21,7 +21,7 @@ Setup the loggly output:
21
21
  <match your_match>
22
22
  type loggly
23
23
  loggly_url https://logs.loggly.com/inputs/xxx-xxxx-xxxx-xxxxx-xxxxxxxxxx
24
- </source>
24
+ </match>
25
25
  ~~~~~
26
26
 
27
27
  # TODO
@@ -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.2"
6
+ s.version = "0.0.3"
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("~> 1.9.2")
19
+ s.required_ruby_version = Gem::Requirement.new("~> 2.0.0")
20
20
  s.add_dependency('net-http-persistent', '>= 2.7')
21
21
 
22
22
  # specify any dependencies here; for example:
@@ -1,7 +1,7 @@
1
1
  module Fluent
2
2
  module Plugin
3
3
  module Loggly
4
- VERSION = "0.0.2"
4
+ VERSION = "0.0.3"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-loggly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrik Antonsson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-19 00:00:00.000000000 Z
11
+ date: 2014-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-http-persistent
@@ -51,7 +51,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
- version: 1.9.2
54
+ version: 2.0.0
55
55
  required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  requirements:
57
57
  - - '>='