logstash-filter-extractnumbers 3.0.2-java → 3.0.3-java

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: b7b747039cc543ad15ade3c55887f6fb0be3897b
4
- data.tar.gz: 43d0257e66526f19534c27cd9d685ed3db3243de
2
+ SHA256:
3
+ metadata.gz: c62aca49383b0e78125569476ca582576cceaa68313375f8cd41ea29c4867ec7
4
+ data.tar.gz: 786b26fbb7961caf2ddc89c1818f9d89bc8f491e686c954d3880718f24835b3d
5
5
  SHA512:
6
- metadata.gz: c3a3ccf62e4d53d4d509abcfe3a52c8685e78201d39aa26597da8d9f0d7529b0b287a2ce03cf6232e40c24a70994fec95f23351c9ef14324a1f75d8222f3154e
7
- data.tar.gz: b8b6a4c41230ed3b87845938831cb6bea90b7cb9cbf4aebe7817b68f0feea3d2312a618df89650f059b5a3840b3e6ab76b9f6800f88436476e22b9d61acca4a3
6
+ metadata.gz: fc90a4063cc826fb32ac8ff77ea03d9b8be6fc86a1c8288b14b822a2e3832b2f2cfd8402b25df7afec01e994c5e623003166da4d9506eabafdf8bba767136f2c
7
+ data.tar.gz: d89cdf126e7832720f111cab0e5ab0e7bef9da23ed93d1b1ec60c92132266cff82deaa5fbb75226a2409c5e05369ac2e95d90a3c3a24481b8575b05888f3b992
@@ -1,3 +1,6 @@
1
+ ## 3.0.3
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.2
2
5
  - Fix some documentation issues
3
6
 
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-extractnumbers'
4
- s.version = '3.0.2'
4
+ s.version = '3.0.3'
5
5
  s.platform = 'java'
6
6
  s.licenses = ['Apache-2.0']
7
- s.summary = "This filter automatically extracts all numbers found inside a string"
7
+ s.summary = "Extracts numbers from a string"
8
8
  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"
9
9
  s.authors = ["Elastic"]
10
10
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-extractnumbers
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: java
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: This filter automatically extracts all numbers found inside a string
90
+ summary: Extracts numbers from a string
89
91
  test_files:
90
92
  - spec/filters/extractnumbers_spec.rb