logstash-filter-range 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: bc184d3c900387343bd9dad77650a1e839832699
4
- data.tar.gz: faa2ff37cbbf6018f98a86f2af24d0743c38778c
2
+ SHA256:
3
+ metadata.gz: d09027e99dac70e01d7c3e54b8f5573e34ddc3fe0be9b7d1dedbedc76468b52a
4
+ data.tar.gz: a5af43215e6b5928767d1ee9dcdbd0f52e4091e90661774e265f9342aa07ac43
5
5
  SHA512:
6
- metadata.gz: 16b4ec264fac38fbf04f6fc50dd8c295e9cd8dd375069359492d6d08888441dd2a075fceb3a367d75a6330a91cea08236c14eeac8f01a8423d2774911725158c
7
- data.tar.gz: 46bea385609bb3340fe72f2c888dcf0acbcef5daee555170a77720d9febfc2f4903aa86f1fd5ec7c622fa4e38686c0d10cde2c40dffff53cec3b151f76965b45
6
+ metadata.gz: 7ea60c05e052e7f8c41b277947c285e47d4a0f29b357ecc871dfea4f6d8103d84a93b1c76f67e1b53c7711028047c98a28e545c5109506bee6f99be2dc1980e3
7
+ data.tar.gz: e4ece756e33179de7ed320e35e04512f377b815317efa0c54e9444bcd4b8ae1254059542f5697928306a31509cea4aa90e3d2b89d81298d7e0b3c35c40db4179
data/CHANGELOG.md CHANGED
@@ -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-range'
4
- s.version = '3.0.2'
4
+ s.version = '3.0.3'
5
5
  s.platform = 'java'
6
6
  s.licenses = ['Apache License (2.0)']
7
- s.summary = "This filter is used to check that certain fields are within expected size/length ranges."
7
+ s.summary = "Checks that specified fields stay within given size or length limits"
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-range
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 is used to check that certain fields are within expected size/length ranges.
90
+ summary: Checks that specified fields stay within given size or length limits
89
91
  test_files:
90
92
  - spec/filters/range_spec.rb