logstash-codec-msgpack 0.1.2-java → 0.1.3-java

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: f8fe9e744c97a514111a18fa2c341e9ad34b2c55
4
- data.tar.gz: 36b68f4e491ad76913d2fee264ef6e97d5b4d83c
3
+ metadata.gz: e51d8bdd2ea34148fca1c175245567207cb8d93d
4
+ data.tar.gz: 4eeab0cd495fe1f715c5e68e6fd3dce0ae227f80
5
5
  SHA512:
6
- metadata.gz: aac0b983b703e8d9c24a10dfcb417217d97a7eb6a1fc287397e17d6ef7d4144c0358cf7f6f3d9dd977c46a711420a9dbb4f2af5c2db141027c59ac5d3207b4ab
7
- data.tar.gz: 9192a78ce615d1f4daf520a3f80db51fc1b0ac149e2312c45539887312d88c6a85a1819b808e2e681542e856315b01d752decd4b94604266194f7ea250c4c03d
6
+ metadata.gz: e44e77a6b0fccd533f95ee940c3a212b56c9e7f344e633910f2aa04a9001930c1cf7983e4d288f9e8878bbe1879a48f831981f7a2ef1c7a8d6299570e3ae2145
7
+ data.tar.gz: dc5f77505eb053ba544897e9d8c05ed2754bf5950f7ecc619c6836bd328818066ce8e060808ef9771089ab05e73e6146a12330d14b94291367b90e5b16e351f8
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-msgpack'
4
- s.version = '0.1.2'
4
+ s.version = '0.1.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Encode and decode msgpack formatted data"
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"
8
8
  s.authors = ["Elasticsearch"]
9
- s.email = 'richard.pijnenburg@elasticsearch.com'
9
+ s.email = 'info@elasticsearch.com'
10
10
  s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
11
11
  s.require_paths = ["lib"]
12
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-codec-msgpack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: java
6
6
  authors:
7
7
  - Elasticsearch
@@ -59,7 +59,7 @@ dependencies:
59
59
  prerelease: false
60
60
  type: :development
61
61
  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
62
- email: richard.pijnenburg@elasticsearch.com
62
+ email: info@elasticsearch.com
63
63
  executables: []
64
64
  extensions: []
65
65
  extra_rdoc_files: []