logstash-filter-truncate 1.0.3 → 1.0.4

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: ed131a1812d59a1644e23c70bf5d98ca9cd7a757
4
- data.tar.gz: e2c4db012d0ddc0926b3a651a4b22a6837707db4
2
+ SHA256:
3
+ metadata.gz: eb515591ec060aeec195a68ae1553c512365d1ab6d551962fe92b8dcd3773f39
4
+ data.tar.gz: 68214a7c8853fb5cbe9ef86a14f95d02e1d2d0e43ce79a215e1ff201e84f56f7
5
5
  SHA512:
6
- metadata.gz: 08acbc93c608439efa096c77483583fc13e6b47049bcfe013ae40c0b160248718c0e1595717f27eba0ea67f6c7c0ed62026b560b91765648e68aec7ca4e2fa05
7
- data.tar.gz: 37dde71bdca928475047c9b487e8b4b06951e01d6048f8079e6ce811a08ba527fb2f83b09fb2e08905d150f9aa0c5b67295a886bcd565cb36e9c8caaf81c7c8a
6
+ metadata.gz: 8d87b668a6b19c1678593eeb658fc764fd41a8da30e92c384643cf8199faaa9465678de8afee890295c33e6fc7070f202558a7c83b4b5f0f624ac9fc024eb07e
7
+ data.tar.gz: 942c32699000fb1232b07d3b1b60203a8baa14bad3213a8740d9639e3f857f082707363f0a71c940e3ef28288b7c11aee5f40a7b1aef1336f35709b2db2904d4
@@ -1,3 +1,6 @@
1
+ ## 1.0.4
2
+ - Update gemspec summary
3
+
1
4
  ## 1.0.3
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-truncate'
4
- s.version = '1.0.3'
4
+ s.version = '1.0.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This filter allows you to truncate fields to a given length."
6
+ s.summary = "Truncates fields longer than a given length"
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-truncate
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
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
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - "~>"
59
59
  - !ruby/object:Gem::Version
60
60
  version: 0.0.7
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -96,9 +98,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
98
  version: '0'
97
99
  requirements: []
98
100
  rubyforge_project:
99
- rubygems_version: 2.4.8
101
+ rubygems_version: 2.6.11
100
102
  signing_key:
101
103
  specification_version: 4
102
- summary: This filter allows you to truncate fields to a given length.
104
+ summary: Truncates fields longer than a given length
103
105
  test_files:
104
106
  - spec/filters/truncate_spec.rb