logstash-filter-alter 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NjcyZWNhOGI5MTk2ODA4ODg3YmY5ZjRhMTJiODFhMTgxZDQ5YmZiMA==
4
+ ODc4MWE4ZjNkODEyMjc0NGJkMTgxZTAwZjMzYWI0NTNmNGYzMWRjMQ==
5
5
  data.tar.gz: !binary |-
6
- MGJlOGJmN2FjZDk5OWFlODEyMzViMDY3ZDZiZjlkYTFlNzEzNTExNA==
6
+ NjEzMTVhOWVkOWI1OWQwMDA1Nzg3M2EwNTdjNDFhNzBkZjUwOTE4OQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- Mzc3YzkzYjBhN2ZjMzIwMjNkZTcyNjA4MDNjZmU5Yjg5MmZkOTczZDFiNjdh
10
- MTcyZTgwNmRkNjBmZmU1YmRmMmM4ODAzMzI2OWJjNmE3NWJkOGVmZDg5YjFl
11
- YjE3OTA0MmM1MWY4OGI5NDY5ZjBmNmE5ZjRkODczN2Q0ZmVkMzg=
9
+ ZDlmM2UwNTdiZWNiNjQyMzA2NThjOTllZTIwODM1ZDgyOTE3MzZiZTAzZTBi
10
+ Y2JhZjIwYTcxMTY0NTg3ODk3N2MyMDg4YmMxYzk2NDU2MzRmM2RmNTIwNzA2
11
+ OWNmODk5YTM5YWVkN2RmNThmYTRiMTZhZGU4ZjhlNDE5ZjNkMzM=
12
12
  data.tar.gz: !binary |-
13
- MmU0YjdiOTlhYzc2OTZjMWRjMDIzYTM5OWYzOTJiOThmYWRjNzJhNGJhYjE3
14
- MmIwZmIxM2NiNjNlMWY2MjA4YTAyM2MzMDQ5MzRjMTYxZjMzOWU4NWUwMWE5
15
- ZGY0YjRkOGUzNDE5YTM1ZGJhOTZhMDFmM2E3Y2E5MWJjYzAwZDQ=
13
+ YmU1Y2U1MDU5ODdmYjk5NjhhNzYzYzNjOWEzMDE2NWM1MzViMTQwMDNjOTEw
14
+ MzhhNDJjYTk0YjViYzYwMzkyODY4ZTU2MWJlNjljYWE2MTMxMGE5MjQ3Njcx
15
+ ODY2OGViMjI2MTNkNDFhNmViZWFlNzA4OWI3YzQxMjRmYTEwNjU=
data/LICENSE ADDED
@@ -0,0 +1,13 @@
1
+ Copyright (c) 2012-2014 Elasticsearch <http://www.elasticsearch.org>
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-alter'
4
- s.version = '0.1.0'
4
+ s.version = '0.1.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "The alter filter allows you to do general alterations to fields that are not included in the normal mutate filter"
7
7
  s.description = "The alter filter allows you to do general alterations to fields that are not included in the normal mutate filter"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-alter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-25 00:00:00.000000000 Z
11
+ date: 2014-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstash
@@ -39,6 +39,7 @@ extra_rdoc_files: []
39
39
  files:
40
40
  - .gitignore
41
41
  - Gemfile
42
+ - LICENSE
42
43
  - Rakefile
43
44
  - lib/logstash/filters/alter.rb
44
45
  - logstash-filter-alter.gemspec