logstash-filter-geoip 3.0.0.beta3-java → 3.0.0-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
2
  SHA1:
3
- metadata.gz: cb67c00c5522d0ee47841e2e0c190cf31bec3b39
4
- data.tar.gz: 57f746ef6d54bc23cab08c3bd936f19ddbc6e33c
3
+ metadata.gz: b6b28ed245ef808765c58f67e7e40c3d9b5e898f
4
+ data.tar.gz: c0a5fb984a281207a644d2ee1814ff7c02589483
5
5
  SHA512:
6
- metadata.gz: 2f8d34ddce2f3bf78912b8936bd92dd03e5be5bca6a2ddba7c791d846a82b29f8479f5d908302e75f3893264c94e43a0ef067bbfed1e971212133b13b056a989
7
- data.tar.gz: 7cc2e5fc6fff4156eaecda1996cb02bc5ffed209092920651916edbb87a1e32dcd57199c37346688c80cd046d208e92522e121376c037c46a97b5b8d017147c8
6
+ metadata.gz: f8b32d0455c8aa8dbf672705992cf8545b039b9c3c11104386e99881906447f1d78231ae4e4661ecc7e3d3b52af47087c81e2d4e60dc2c4545fdf411103d26c8
7
+ data.tar.gz: 2f24accb8aaa58f48961a0ac0920d72bf201b89df42b37732edd3743b65e1bca5b7a3364ac0276223a7e33ea8a3696a7e2b3e518204863e1def919a596cbf5df
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # 3.0.0
2
+ - GA release of GeoIP2 support to be compatible with LS 2.x
3
+
1
4
  # 3.0.0-beta3
2
5
  - Return empty result when IP lookup fails for location field (#70)
3
6
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-geoip'
4
- s.version = '3.0.0.beta3'
4
+ s.version = '3.0.0'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "$summary"
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"
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-geoip
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.beta3
4
+ version: 3.0.0
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-29 00:00:00.000000000 Z
11
+ date: 2016-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -78,6 +78,11 @@ files:
78
78
  - LICENSE
79
79
  - NOTICE.TXT
80
80
  - README.md
81
+ - lib/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.jar
82
+ - lib/com/fasterxml/jackson/core/jackson-core/2.6.4/jackson-core-2.6.4.jar
83
+ - lib/com/fasterxml/jackson/core/jackson-databind/2.6.4/jackson-databind-2.6.4.jar
84
+ - lib/com/maxmind/db/maxmind-db/1.1.0/maxmind-db-1.1.0.jar
85
+ - lib/com/maxmind/geoip2/geoip2/2.5.0/geoip2-2.5.0.jar
81
86
  - lib/logstash-filter-geoip_jars.rb
82
87
  - lib/logstash/filters/geoip.rb
83
88
  - logstash-filter-geoip.gemspec
@@ -105,9 +110,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
105
110
  version: '0'
106
111
  required_rubygems_version: !ruby/object:Gem::Requirement
107
112
  requirements:
108
- - - '>'
113
+ - - '>='
109
114
  - !ruby/object:Gem::Version
110
- version: 1.3.1
115
+ version: '0'
111
116
  requirements:
112
117
  - jar com.maxmind.geoip2:geoip2, 2.5.0, :exclusions=> [com.google.http-client:google-http-client]
113
118
  rubyforge_project: