logstash-output-rackspace 2.0.7 → 2.0.8

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
- SHA1:
3
- metadata.gz: 005ae05111d12926d45b2983b71410e21654fed0
4
- data.tar.gz: 0be1f13c58e12c22e36b4f3b295846c4cdd03745
2
+ SHA256:
3
+ metadata.gz: e810d8a90aad45eb81af822f87ed60b4a64581f3b015a0dc344cc40c8118a978
4
+ data.tar.gz: 5253c669ec5d4a232b76a81614598b4c3567e355a4c351bf420b6dc6af3d3d8f
5
5
  SHA512:
6
- metadata.gz: b527a1d68bd91563830cff2ade9f666b38716c0680e2044710e9502311d046439ef2e6e55a3b7b6cc473d7edd81f4b7df028bf84b5c64d76dc629986fe1cbea2
7
- data.tar.gz: 299f959c993867b87dd623aecaf92d6826b3dab74d8024656d2d26884009a256815a472f16868ab2fc89d08233b0b25cfefcca1105c65bae1c296c4a6cf0be9f
6
+ metadata.gz: 81909bef9c783ff242bb340afafc6dd65a29237e1384e56d1492d375f287f6a6ff99655259a5da22a5c95ea30e2fbcfcc21c332e9bc5591992655adb559d8c71
7
+ data.tar.gz: a5268a27e460f4c9fe2c26eae3fc845bdf9dbf4affd406def5dc9dd9e00868cb511431b662f143cd95f5c008809376f96e91af97714c98c6b5d4ad826b485dd2
@@ -1,3 +1,6 @@
1
+ ## 2.0.8
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 2.0.7
2
5
  - Fix some documentation issues
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  :plugin: rackspace
2
2
  :type: output
3
+ :default_codec: json
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -88,4 +89,6 @@ Rackspace Cloud Username
88
89
 
89
90
 
90
91
  [id="plugins-{type}s-{plugin}-common-options"]
91
- include::{include_path}/{type}.asciidoc[]
92
+ include::{include_path}/{type}.asciidoc[]
93
+
94
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-rackspace'
4
- s.version = '2.0.7'
4
+ s.version = '2.0.8'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Send events to Rackspace's Cloud Queue service"
7
7
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-rackspace
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.7
4
+ version: 2.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-16 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -66,7 +66,9 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
69
+ description: This gem is a Logstash plugin required to be installed on top of the
70
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
71
+ gem is not a stand-alone program
70
72
  email: info@elastic.co
71
73
  executables: []
72
74
  extensions: []
@@ -104,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
106
  version: '0'
105
107
  requirements: []
106
108
  rubyforge_project:
107
- rubygems_version: 2.4.8
109
+ rubygems_version: 2.6.11
108
110
  signing_key:
109
111
  specification_version: 4
110
112
  summary: Send events to Rackspace's Cloud Queue service