logstash-input-rackspace 3.0.1 → 3.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: ba76f1b978cbbc7c021f3950060ea0fd0f201401
4
- data.tar.gz: 1a531db092d01f6126e55148346c47e962edfdff
3
+ metadata.gz: b3e90cfb1576de14d313d8d9d280a55bdf53a6fb
4
+ data.tar.gz: 03cc00933548b2122a4bc2129692b7045a55552d
5
5
  SHA512:
6
- metadata.gz: dd8a06fccbcc483bd00e3f2dafbdc41d4b60bca74ea0af5bf8dc96dcb4e6e65e3cf9061d5781f2c778b7fc9c5767c3030e0abbf47998e22e23a8f4f1319a8379
7
- data.tar.gz: 2314aa449be1e709e6e932370e5fee95276071b875a48d46be8ef226564284b8b6c256427e4baf8cac40817f11df9a34db29255b781f5529d987ed0d0795eb9e
6
+ metadata.gz: bee0a9540e78eba33492206b5e90e35d0ef9ece51be0d83603357c35e98aea62a0aff82f2c9a1f83472c47f172507f6866be4492ba7ed91b0df914e437084a4b
7
+ data.tar.gz: 35233d4e9cd1012b067fe92edb1b8b9c8b38689a768c96a1b566451d40b6f8f979aadf2b6ca1785179ff8be9a20d79eedb44cf02fbef0f94789d2582e09865e3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 3.0.3
2
+ - Fix some documentation issues
3
+
4
+ # 3.0.2
5
+ - Docs: Add plugin description
6
+
7
+ # 3.0.1
8
+ - Docs: Bump patch level for the doc build
9
+
1
10
  # 3.0.0
2
11
  - Breaking: depend on logstash-core-plugin-api between 1.60 and 2.99
3
12
 
data/docs/index.asciidoc CHANGED
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
- [id="plugins-{type}-{plugin}"]
15
+ [id="plugins-{type}s-{plugin}"]
16
16
 
17
17
  === Rackspace input plugin
18
18
 
@@ -20,7 +20,7 @@ include::{include_path}/plugin_header.asciidoc[]
20
20
 
21
21
  ==== Description
22
22
 
23
-
23
+ Receives events from a Rackspace Cloud Queue service.
24
24
 
25
25
  [id="plugins-{type}s-{plugin}-options"]
26
26
  ==== Rackspace Input Configuration Options
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-rackspace'
4
- s.version = '3.0.1'
4
+ s.version = '3.0.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Pull events from rackspace cloud queue"
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-input-rackspace
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-23 00:00:00.000000000 Z
11
+ date: 2017-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement