logstash-filter-urldecode 3.0.5 → 3.0.6

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
- SHA1:
3
- metadata.gz: 4d1240a9ac4ad6c9836cfafeea1393ba47c0a0d2
4
- data.tar.gz: 9b744b14acc3d16e43cd0c77d672cd2c195a026f
2
+ SHA256:
3
+ metadata.gz: 2bd2a6f5101e20157c22fec0930dad2734f659eaeceffb861557d89e31d422f8
4
+ data.tar.gz: c7fd6d3315f0d0e3830af178f032b4e952f715708d300f110aa2839498637e57
5
5
  SHA512:
6
- metadata.gz: f76551e946552e4e69c81273ccb60239ebf983b707199b80e91b79f21c00c3c4d7816d775ea57287ea81a85786723c3fccc4556aedf1ef4a8bd00bea42c43276
7
- data.tar.gz: bb629c8f43e62c74d6fa62fb506bfd305f6a5bf03e60d85e8d73fc55ce989bc743711e2d7be123aeb368aa54ee5845543b58ce967dddbc156cd6b45dac6396b0
6
+ metadata.gz: f70a0c62b38423dea2e5e08768f9b74fbc5f4c87582b99f8cf5fa0247bf1d6fe2322cee3a7a99aadc4b7688e571f01d31cf360b514738c8ee24dc26ec352f971
7
+ data.tar.gz: 532ead7c10a0d6dfd6e5b28205f7cfc574b54c94b77e88bd7d94cc6f0adbabaca711986afb0f81027eac3e11442571c125b5194c633a93721805242a9ca540dc
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.5
2
5
  - Fix some documentation issues
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-urldecode'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "The urldecode filter is for decoding fields that are urlencoded."
6
+ s.summary = "Decodes URL-encoded fields"
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-urldecode
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-15 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: The urldecode filter is for decoding fields that are urlencoded.
90
+ summary: Decodes URL-encoded fields
89
91
  test_files:
90
92
  - spec/filters/urldecode_spec.rb