logstash-codec-s3plain 2.0.5 → 2.0.6

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: f618e50b07715e88422f19e309c2f15d64ad9531
4
- data.tar.gz: 5a20bf1787703561e02d64cec00f1db657f5b5b4
3
+ metadata.gz: 891713a5ec6c73043666abf82d4aa6f64c7fb2a8
4
+ data.tar.gz: 84e04292e832d8cca8c2c1aa2f4a3457f51f62c6
5
5
  SHA512:
6
- metadata.gz: 3d01e86b38aab4e86907af8147a83f1ddd9a273bb504c6f682f8df1e3bca6ec46a38d28b2d96b5321b4e23046035e19ffc19da0897eb3cab800184ec7ede70a2
7
- data.tar.gz: fe5c2dc61a6f5195a53afc6878a8fa4f57c5e0630045a789b57687f8ba248d96f596eaaa13d5f213fb22a7b8702f039e874a40232795609d98da4e26c81e7525
6
+ metadata.gz: 2b0613d12d513371fe887cc45ab8c1a4a89dc8ddd8120c448ac3e0a1078492b584c047e5fd64f72de224ce94e727035a55f5ca8325446b4d9bd64ea9c53fa383
7
+ data.tar.gz: 5915b73785b713df7af5282fed79d8cc629108fb4e81ae8c035fe5ce62968a2c393e525bea3f0a402a903a9b6666a3bc76a37a29232187a0d328208937afc0cb
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 2.0.6
2
+ - Fix some documentation issues
3
+
1
4
  # 2.0.4
2
5
  - Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
3
6
  # 2.0.3
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
  === S3_plain
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-s3plain'
4
- s.version = '2.0.5'
4
+ s.version = '2.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This codec may be used to encode (via outputs) S3plain text format, this make the S3 outputs backward compatible with Logstash 1.4.2"
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-codec-s3plain
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.0.6
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-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement