logstash-patterns-core 0.1.6 → 0.1.7

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: a4e14f7c89259c8dbec684326c3886de73e3269b
4
- data.tar.gz: 575749e4d9e57b6dd15408cc330ae2aa2afe5a00
3
+ metadata.gz: 9fcd360fe687a5118b3700bb1cd1de088db315ac
4
+ data.tar.gz: 67e9076484ffd330acdf2e5d1c698ab0fa1469b5
5
5
  SHA512:
6
- metadata.gz: 584e10174a1a3123026804842e6fcdfa517d544e9dd3b4b086fd13f9a664966b171ef51f34216f31586029624a4d5236bce62a3d8adb880634a32fea3e6c6759
7
- data.tar.gz: 3b7f66f088f6e813bac361b0fc1e550fe5992b1428c2b3b53ceba9a9057b260a9ecb915a7d01e97cbf2979f37541b5dcb2729a04013564250214680ffc1cb863
6
+ metadata.gz: 4b35d6dc3fc597b4bc1bc0c3f757d4952ce22119b544c04741f7ac8eb8656aa1f52c7097db5ae6aab7d10f624dac8cf43df2678f82133b0fc5cb898f10504e1d
7
+ data.tar.gz: 1ac9b7c195dd4e8a0017492d8f9c353014ce8ecb592b74b5ec198dc41cf31e0304d803c4bb1dc1cc372af99943ab2f2d92a96a71c4fc803622fb3da46169a614
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-patterns-core'
4
- s.version = '0.1.6'
4
+ s.version = '0.1.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Patterns to be used in logstash"
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-patterns-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
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
@@ -45,7 +45,7 @@ dependencies:
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
47
  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
48
- email: info@elasticsearch.com
48
+ email: info@elastic.co
49
49
  executables: []
50
50
  extensions: []
51
51
  extra_rdoc_files: []
@@ -72,7 +72,7 @@ files:
72
72
  - patterns/redis
73
73
  - patterns/ruby
74
74
  - spec/patterns/core_spec.rb
75
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
75
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
76
76
  licenses:
77
77
  - Apache License (2.0)
78
78
  metadata:
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  version: '0'
94
94
  requirements: []
95
95
  rubyforge_project:
96
- rubygems_version: 2.4.5
96
+ rubygems_version: 2.1.9
97
97
  signing_key:
98
98
  specification_version: 4
99
99
  summary: Patterns to be used in logstash