logstash-codec-msgpack 0.1.6-java → 0.1.7-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: be4ccc982bcf71447beb7fc012fe34c45ba350e5
4
- data.tar.gz: 8eb213bb2181e06cafa40a263475b612463d73a0
3
+ metadata.gz: b7786d3e5bfa13b6a3089ee2d253a949d3dd3376
4
+ data.tar.gz: be3ab91941a85795111b8f311cffb7b4f326018d
5
5
  SHA512:
6
- metadata.gz: e66b217adf2cac87a0e73ecd9da44d6020cf67cb1a1514c9e9516c049a7302048bd2b9828cb01689ffbb3b6d888d223d9d6468bc3f4cc58acc8ed23bf0f0b055
7
- data.tar.gz: a85a83ef6325a4c7f52c3a1db9101824e9688e89911fd312e1cfac2cdf5f7e1e95c67c704aa9c9c6fb25665707953ece4e01f61195fb24fabea5f813732e27b3
6
+ metadata.gz: 7fd94f5e7c7f574844b9f7d147e204ede6e39ffbab5462191cb7bf58ad00d93316a037af5a0317736ed0c1c3dcf0db5e1c00224163bb970fb035151639523853
7
+ data.tar.gz: ad6e94c4721a679134a141c6eaf2c8014cecb85aff9e01bbab2effebf2be568e781b72f40a5a0c0936ca4269e4a06bba55f0289504afc235f6390ba2c4a971a6
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2015 Elasticsearch <http://www.elasticsearch.org>
1
+ Copyright (c) 20122015 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,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-msgpack'
4
- s.version = '0.1.6'
4
+ s.version = '0.1.7'
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
- s.authors = ["Elasticsearch"]
9
- s.email = 'info@elasticsearch.com'
10
- s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
8
+ s.authors = ["Elastic"]
9
+ s.email = 'info@elastic.co'
10
+ s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
11
11
  s.require_paths = ["lib"]
12
12
 
13
13
  # Files
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-codec-msgpack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: java
6
6
  authors:
7
- - Elasticsearch
7
+ - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-26 00:00:00.000000000 Z
11
+ date: 2015-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -59,7 +59,7 @@ dependencies:
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
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: info@elasticsearch.com
62
+ email: info@elastic.co
63
63
  executables: []
64
64
  extensions: []
65
65
  extra_rdoc_files: []
@@ -73,7 +73,7 @@ files:
73
73
  - lib/logstash/codecs/msgpack.rb
74
74
  - logstash-codec-msgpack.gemspec
75
75
  - spec/codecs/msgpack_spec.rb
76
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
76
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
77
77
  licenses:
78
78
  - Apache License (2.0)
79
79
  metadata:
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  version: '0'
96
96
  requirements: []
97
97
  rubyforge_project:
98
- rubygems_version: 2.4.5
98
+ rubygems_version: 2.1.9
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: Encode and decode msgpack formatted data