logstash-codec-protobuf 1.0.2 → 1.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: 826cf27e43ea66cbabc39b226b229d179fd275d6
4
- data.tar.gz: 0e2888f0622344cc8dddf20b03b9c89974d0613f
3
+ metadata.gz: 87e516dce982aa8ec7ca0677d4ebc7fb5149d029
4
+ data.tar.gz: 42a1c2ce5dfe0b768c67629f5d7449d6bc423519
5
5
  SHA512:
6
- metadata.gz: 8f49b8820a8a70a686a42c7561621946a426e74f839f18476c84a1e59dc06e2b71cbb2045c8281fb36d6cd432ee22ea896900dbbacf01686b46530b8008a8726
7
- data.tar.gz: a162df9db2fed47938ef1cdd2901c28230a6f127351f464288582561b2d0fd5baef1fa59da91af503e2cd1b36e598932af827f0492e8becd5b9e122c19494828
6
+ metadata.gz: 9e337bc75f2d2f2de21ef9e60be48f3ef87d695d1bad0cc4e4adfc6ec9733167a43ffbc19c68c6209259e8bd34a0b2206fed846a4c0874cd2738e05707aa77d2
7
+ data.tar.gz: 93c3a97f8537b31f0b819ad4ef900a0935c586dc5460b04e5aba486e94aa96fd5d247321e3b6d5a8b95a1034a6a5162e0cc92b555b4fa9ccaa248c9fc0a72c40
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 1.0.3
2
+ - Fix some documentation issues
3
+
1
4
  ## 1.0.1
2
5
  - Speed improvement, better exception handling and code refactoring
3
6
 
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
  === Protobuf codec plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-protobuf'
4
- s.version = '1.0.2'
4
+ s.version = '1.0.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This codec may be used to decode (via inputs) and encode (via outputs) protobuf messages"
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/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-protobuf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Inga Feick
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