logstash-filter-merge 1.0.0 → 1.0.1

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: 9ac277dd1fae14429ee2078017721842640e059e
4
- data.tar.gz: a2f5515f7e6110b8136a12a4b7a7838c2656296c
3
+ metadata.gz: 47d35f629ffcd9f6fedb7af11aa041651f2a9ff4
4
+ data.tar.gz: 45993cc214cc738560b48a9c6be6886e09bb4a52
5
5
  SHA512:
6
- metadata.gz: 49a58e441548318e47b60a836bdcdb421b68d12ffdbe202d8db7b047d46dbe7e36cd27e9bc4b8a01094f2745fb69ba4a1ff7bb96ce2014d85fb3e4eab4ec9f29
7
- data.tar.gz: 6c24a8cfc3b373491a13c0f7776eb35f664ccd72511dc930b19d304a53404eeeeb76c44180194ab378b15e118e81f4304d1ac41217060a7f74adf8d046ab9726
6
+ metadata.gz: 5ebc7f72338cbc0b8789ec0cd9dfceaae4e7c3612a1abd0ab717cad42106610b28458e23bfc518851568d7d4f763cf404f2dd38d0da92a69f7de80d5bbc748f9
7
+ data.tar.gz: 446a73341034cc0f7180b36e709c69bb3a2a6f239168d8504b314c6d581fa590a2e958ace854c9078f01db9fe065b7c0927977b3301166b0f88924f6b663f663
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 1.0.1
2
+ - Fix typo in gem description
3
+
1
4
  ## 1.0.0
2
5
  - First release
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-filter-merge'
3
- s.version = '1.0.0'
3
+ s.version = '1.0.1'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "This filter helps you merge fields."
6
- s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using `logstash-plugin install logstash-filter-base64`. This gem is not a stand-alone program"
6
+ s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using `logstash-plugin install logstash-filter-merge`. This gem is not a stand-alone program"
7
7
  s.authors = ["William Tisäter"]
8
8
  s.email = 'william@defunct.cc'
9
9
  s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-merge
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Tisäter
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using `logstash-plugin install logstash-filter-base64`. This gem is not a stand-alone program
41
+ description: This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using `logstash-plugin install logstash-filter-merge`. This gem is not a stand-alone program
42
42
  email: william@defunct.cc
43
43
  executables: []
44
44
  extensions: []