logstash-filter-ip2region 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/logstash-filter-ip2region_jars.rb +1 -1
- data/logstash-filter-ip2region.gemspec +1 -1
- data/vendor/jar-dependencies/org/logstashplugins/logstash-filter-ip2region/{0.1.0/logstash-filter-ip2region-0.1.0.jar → 0.1.1/logstash-filter-ip2region-0.1.1.jar} +0 -0
- metadata +3 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b02fba44f632e2690b21b65520d2bf2a8bc31769b6fd8b684a0a7a2f367c6983
|
4
|
+
data.tar.gz: '0970b9504653bd73aa5fffa54b6954bdb6cae0836b3f4a7b6c4b347957dba172'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ffe85cb37cef74ea0e63695b59bee240bae915c88098536c67845a7847c40f211760c3c4254c3782bdf31bb330bc2167bc9ec52764253e986d0540e2e1fdea7
|
7
|
+
data.tar.gz: 889c82001f6d4084d489a23072569abfeef680835629262cd943c6bc226700a1fc30de197e86fb50db07af246493fa4c675592448964f441534119b7db0b1d01
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.1
|
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
|
|
4
4
|
s.version = ::File.read('VERSION').split('\n').first
|
5
5
|
s.licenses = ['Apache-2.0']
|
6
6
|
s.summary = 'IP2Region Java filter implementation'
|
7
|
-
s.description = '
|
7
|
+
s.description = 'ip to code of region.'
|
8
8
|
s.authors = ['haxqer']
|
9
9
|
s.email = ['haxqer666@gmail.com']
|
10
10
|
s.homepage = 'http://www.github.com/haxqer'
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-filter-ip2region
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- haxqer
|
@@ -58,9 +58,7 @@ dependencies:
|
|
58
58
|
- - ">="
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: '0'
|
61
|
-
description:
|
62
|
-
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
63
|
-
gem is not a stand-alone program
|
61
|
+
description: ip to code of region.
|
64
62
|
email:
|
65
63
|
- haxqer666@gmail.com
|
66
64
|
executables: []
|
@@ -76,7 +74,7 @@ files:
|
|
76
74
|
- lib/logstash-filter-ip2region_jars.rb
|
77
75
|
- lib/logstash/filters/ip2region.rb
|
78
76
|
- logstash-filter-ip2region.gemspec
|
79
|
-
- vendor/jar-dependencies/org/logstashplugins/logstash-filter-ip2region/0.1.
|
77
|
+
- vendor/jar-dependencies/org/logstashplugins/logstash-filter-ip2region/0.1.1/logstash-filter-ip2region-0.1.1.jar
|
80
78
|
homepage: http://www.github.com/haxqer
|
81
79
|
licenses:
|
82
80
|
- Apache-2.0
|