logstash-filter-cidr 3.1.1-java → 3.1.2-java

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: 16d1dadb28a2ff882cdcc397343743086bcd7fcd
4
- data.tar.gz: 8d4890ac0bdf992a1932249e5e1dc039f10f7292
2
+ SHA256:
3
+ metadata.gz: 6c4204d30726e8c53f727afa65dcd9ef920a51972fdcec978859b71ed7cedfbf
4
+ data.tar.gz: 6ffc644e74c4d045d0f853f159993db7c493d404b3bf7c925906de086e746184
5
5
  SHA512:
6
- metadata.gz: 537f8f95bf8caf7c3f4467eed40ffc4bfbe66c3b095140ea6a71d4b2ffe31ac875357a257fdc339ca83e9026fcc784de13e96b1b6a1f3f5d7c802a4ab0345d5d
7
- data.tar.gz: b9e297c2810303ee4daad4da798b8fe71000510acc768f4bc38e0f30760e6b6fb10fba14205a9c70c134819f7f581c1ffc1ecc88609c5ad70451aa5690429ffa
6
+ metadata.gz: ad1e973711f313c554ef4adf8d4395bb4b70af60151c5198d59e15d52fc0c32df2f579536d08469bc858ff4799b6e0930fe15339ec7d30ba6a6ad15784aeb646
7
+ data.tar.gz: ad159d13977302043626352ee483b37ab62da944291df3f6451dcc1d40cc16369a9e5ec1246cd689f3591e9b45b200a8c6f0c27524b2ca1a7b5f26576b95f6b0
@@ -1,3 +1,6 @@
1
+ ## 3.1.2
2
+ - Update gemspec summary
3
+
1
4
  ## 3.1.1
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-cidr'
4
- s.version = '3.1.1'
4
+ s.version = '3.1.2'
5
5
  s.platform = 'java'
6
6
  s.licenses = ['Apache License (2.0)']
7
- s.summary = "The CIDR filter is for checking IP addresses in events against a list of network blocks that might contain it."
7
+ s.summary = "Checks IP addresses against a list of network blocks"
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-cidr
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
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: []
@@ -84,10 +86,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
86
  version: '0'
85
87
  requirements: []
86
88
  rubyforge_project:
87
- rubygems_version: 2.4.8
89
+ rubygems_version: 2.6.11
88
90
  signing_key:
89
91
  specification_version: 4
90
- summary: The CIDR filter is for checking IP addresses in events against a list of network blocks that might contain it.
92
+ summary: Checks IP addresses against a list of network blocks
91
93
  test_files:
92
94
  - spec/files/network
93
95
  - spec/files/network-comma