logstash-codec-cloudfront 0.1.1 → 0.1.2

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: 1acb89596fe3f204d4c0ee4f57a5df136adaba53
4
- data.tar.gz: 6a46f6f11903cb279301941b0fd84b729121ff15
3
+ metadata.gz: 0c06526894fc815b3f08bad6875e6dcf1d8a8f5f
4
+ data.tar.gz: cc45c61fecf24243ce6d55552376d0eb9af4c9d1
5
5
  SHA512:
6
- metadata.gz: ab1fc16e7e90aa297b450e4567e32c6ec7b89091d8fc688df0b5ba6dd29786fd6fc0a0996c8987cb674e618914c9d85de5f52253e901bedb3f7dd64583cb55e8
7
- data.tar.gz: c7d3d3fc1aa056dbb3cb241738ae0a0f2225d774398b74d6927600aaf82ce84bf8ef22068ae597fd802b9787ead78d026dc7d28b42fe66c8317306b28a154933
6
+ metadata.gz: abe0c4cc4805badb39d309ede3796a1998a7cc61781628404cb6c5234d5bf1a321e9e645aa8e83ad50a0e0c199bb2c1298f3f890983820fc2125bb37883d7898
7
+ data.tar.gz: eb0c71028dd48234a95200a9598f2ad6f3e12b309dbb92cf9b42c633f1bc1cf5a4fd65e6ebf7cf0aed027f8c9fdfa0e51ce8b24e637d070b0b65586b65156a8b
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-cloudfront'
4
- s.version = '0.1.1'
4
+ s.version = '0.1.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This codec may be used to decode (via inputs) cloudfront gziped files"
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-cloudfront
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
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: []