logstash-filter-cipher 3.0.0 → 3.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
- SHA1:
3
- metadata.gz: 98f7eee7d009598d46ceb96dd6c731a328206b1e
4
- data.tar.gz: 434b055742014838598d35287605c9975b893c56
2
+ SHA256:
3
+ metadata.gz: 84b9b4bc69e72cc2bffa52ee03d97e8ab3e9008c874c117ebbd1ab3a4e966751
4
+ data.tar.gz: 03f8f883940c77b6de8c34dd1a40a615ceb6413b5406dbe79b61b11c4606ad29
5
5
  SHA512:
6
- metadata.gz: a10c0455125608f96177b00d607020d805be56db9749316e7a554ed43000d88cc685637f0b65a78350811c7cd8b73294274cf7ede1ecacf3a4d31f87bbf65c4a
7
- data.tar.gz: 61cf16ce5286967379ccddb678e437d6b9d1468ed735a6f9dc76b764de9663d81a257e66e39384347860a2cca5b68ca91f665ad63325836f76843c29bf7d26fd
6
+ metadata.gz: 609473928705f0c6f0f2eb76751737744dc673598b753ac09986a9e2a321abacfb0007c0870744d4eb68a565a1046a349b0a5716d229a8c6ee6e74662c903849
7
+ data.tar.gz: ab6d649dc2fc4455423729efe7f8ff10a35620d405cd1c48d3e814272f09be1ded0233a2328b558c1dd9cbe69d2ad43428ffb677c4df95ef0bf211701885adf4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.1
2
+ - Update gemspec summary
3
+
1
4
  # 3.0.0
2
5
  - Mark deprecated iv field obsolete
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-cipher'
4
- s.version = '3.0.0'
4
+ s.version = '3.0.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This filter parses a source and apply a cipher or decipher before storing it in the target"
6
+ s.summary = "Applies or removes a cipher to an event"
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/logstash-plugin install gemname. This gem is not a stand-alone program"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-cipher
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-02 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -44,7 +44,9 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- description: This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
47
+ description: This gem is a Logstash plugin required to be installed on top of the
48
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
49
+ gem is not a stand-alone program
48
50
  email: info@elastic.co
49
51
  executables: []
50
52
  extensions: []
@@ -82,9 +84,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
84
  version: '0'
83
85
  requirements: []
84
86
  rubyforge_project:
85
- rubygems_version: 2.4.8
87
+ rubygems_version: 2.6.11
86
88
  signing_key:
87
89
  specification_version: 4
88
- summary: This filter parses a source and apply a cipher or decipher before storing it in the target
90
+ summary: Applies or removes a cipher to an event
89
91
  test_files:
90
92
  - spec/filters/cipher_spec.rb