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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d823cfd79f972fcfa2d9af1e00f136e2ab636975d7ea2a43c57d6218da76932
4
- data.tar.gz: 2ab2b023e38a1100777f7f8b05bdae9857462974a70e4913d84e75f5700aeee9
3
+ metadata.gz: b02fba44f632e2690b21b65520d2bf2a8bc31769b6fd8b684a0a7a2f367c6983
4
+ data.tar.gz: '0970b9504653bd73aa5fffa54b6954bdb6cae0836b3f4a7b6c4b347957dba172'
5
5
  SHA512:
6
- metadata.gz: 30380c2c47d247ab5ec6ce4d24af7b77b21cac9d6d6006a3634ca83adfdfbbb71b3e506c13bcbc8380672a3cf016475849b671e717fd68865ca9d6a218f09a39
7
- data.tar.gz: be65993522a67822318c63d4cd68648f9297cd12afe885b4e576c35d12388e5d619924a37ce7b1e791c197eecdd1cc6fe2a9e79c050796296fa9854c3d3081a1
6
+ metadata.gz: 0ffe85cb37cef74ea0e63695b59bee240bae915c88098536c67845a7847c40f211760c3c4254c3782bdf31bb330bc2167bc9ec52764253e986d0540e2e1fdea7
7
+ data.tar.gz: 889c82001f6d4084d489a23072569abfeef680835629262cd943c6bc226700a1fc30de197e86fb50db07af246493fa4c675592448964f441534119b7db0b1d01
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -2,4 +2,4 @@
2
2
  # encoding: utf-8
3
3
 
4
4
  require 'jar_dependencies'
5
- require_jar('org.logstashplugins', 'logstash-filter-ip2region', '0.1.0')
5
+ require_jar('org.logstashplugins', 'logstash-filter-ip2region', '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 = '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'
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'
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.0
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: This gem is a Logstash plugin required to be installed on top of the
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.0/logstash-filter-ip2region-0.1.0.jar
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