logstash-filter-ip2location 2.0.0 → 2.0.1

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: c547d446310164aad967760e6b2fe3e082f5a6c8
4
- data.tar.gz: 82ce75073881ea505be03e4124be65062a26a92e
3
+ metadata.gz: 2dae0ba8c76d5020b5e15c74be6e4aa4c89d7c56
4
+ data.tar.gz: d4bd89c732a821658bd3582bb702f8d81b90b757
5
5
  SHA512:
6
- metadata.gz: dea32eb01d27ebc8b8b3b644b80e7f098268c254109bd011fc3be8dca14dbd80173633fa83dccb383d862c985b6084888de2aae4c08ba250e4b57a2465500c16
7
- data.tar.gz: 99aebd9b2fd0cf0aba145afb4380625f54ad6f43d277377a3f705f76f77a6968c04aa50bf8a4337a6ed77422422a48ec087b0a7eadc64e02d68cf0700850b9e2
6
+ metadata.gz: fc2cbaaee327f6755aa1576d68ee6dc440f981cc6b71f88f489931e0871600313109e0b22d4aa0e35d4616affa06a2a5c13df0a773716dcc6a7e5442e3b41b5a
7
+ data.tar.gz: 41886165f3b5626d40f896ff6b8883fced5dc1ec4fdd9daed24f7f06ebe3b4871bbeec24de1ed71cea7488bd79b9e53a1a825e3670e8c18ba93f11d4029e5330
@@ -1,3 +1,3 @@
1
1
  require 'jar_dependencies'
2
2
  require_jar('com.ip2location.ip2location', 'ip2location', '8.0.3')
3
- require_jar('org.logstash.filters', 'logstash-filter-ip2location', '2.0.0')
3
+ require_jar('org.logstash.filters', 'logstash-filter-ip2location', '2.0.1')
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-ip2location'
4
- s.version = '2.0.0'
4
+ s.version = '2.0.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Logstash filter IP2Location"
7
7
  s.description = "IP2Location filter plugin for Logstash enables Logstash's users to add geolocation information such as country, state, city, latitude, longitude, ZIP code, time zone, ISP, domain name, connection speed, IDD code, area code, weather station code, weather station name, MNC, MCC, mobile brand, elevation and usage type by IP address."
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-ip2location
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - IP2Location
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-17 00:00:00.000000000 Z
11
+ date: 2018-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstash-core-plugin-api
@@ -58,7 +58,7 @@ files:
58
58
  - spec/spec_helper.rb
59
59
  - vendor/IP2LOCATION-LITE-DB3.IPV6.BIN
60
60
  - vendor/jar-dependencies/com/ip2location/ip2location/ip2location/8.0.3/ip2location-8.0.3.jar
61
- - vendor/jar-dependencies/org/logstash/filters/logstash-filter-ip2location/2.0.0/logstash-filter-ip2location-2.0.0.jar
61
+ - vendor/jar-dependencies/org/logstash/filters/logstash-filter-ip2location/2.0.1/logstash-filter-ip2location-2.0.1.jar
62
62
  homepage: https://www.ip2location.com
63
63
  licenses:
64
64
  - Apache License (2.0)