logstash-filter-wurfl_device_detection 0.3.2 → 0.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -0
- data/VERSION +1 -1
- data/lib/logstash-filter-wurfl_device_detection_jars.rb +1 -1
- data/logstash-filter-wurfl_device_detection.gemspec +2 -1
- data/vendor/jar-dependencies/com/scientiamobile/logstash/logstash-filter-wurfl_device_detection/{0.3.2/logstash-filter-wurfl_device_detection-0.3.2.jar → 0.3.3/logstash-filter-wurfl_device_detection-0.3.3.jar} +0 -0
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a25970a781febd763013c248aa0e4bfd353639a96c34004680e3442811ee632
|
4
|
+
data.tar.gz: ed8c00659d8115ea4afefaae7106494f5c41704df968a0a08e9b45a4c980dff3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f296d7da4d573f29cb99071fde54cf70be469724134ca4e2331f8f0cac3b9a2c144c135cb8dfc16f0b86b6801308c7514e5ff9b3dd327dff5e350c0372575af7
|
7
|
+
data.tar.gz: 87cea1150311907112ee6e089c016a9c8dab4a9362eedc68c63189da947cb7481020b1cbd8cc6d4326d2a37a3709bb113fb1ccb46b955e8c14d67805d07e3280
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.3
|
@@ -4,7 +4,8 @@ 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 = 'Filter that augments stream with WURFL device detection data'
|
7
|
-
s.description = 'This gem is a Logstash plugin that augments stream with WURFL device detection data and is 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 = 'This gem is a Logstash plugin that augments stream with WURFL device detection data and is 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.
|
8
|
+
Please note that this plugin requires a running instance of WURFL Microservice (https://www.scientiamobile.com/products/wurfl-microservice)'
|
8
9
|
s.authors = ['ScientiaMobile Inc.']
|
9
10
|
s.email = ['info@scientiamobile.com']
|
10
11
|
s.homepage = 'http://www.scientiamobile.com'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-filter-wurfl_device_detection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ScientiaMobile Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-07-
|
11
|
+
date: 2020-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -58,10 +58,11 @@ dependencies:
|
|
58
58
|
- - ">="
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: '0'
|
61
|
-
description: This gem is a Logstash plugin that augments stream with WURFL device
|
62
|
-
detection data and is required to be installed on top of the Logstash core pipeline
|
63
|
-
using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone
|
64
|
-
program
|
61
|
+
description: "This gem is a Logstash plugin that augments stream with WURFL device\
|
62
|
+
\ detection data and is required to be installed on top of the Logstash core pipeline\
|
63
|
+
\ using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone\
|
64
|
+
\ program. \n Please note that this plugin requires a running instance of WURFL\
|
65
|
+
\ Microservice (https://www.scientiamobile.com/products/wurfl-microservice)"
|
65
66
|
email:
|
66
67
|
- info@scientiamobile.com
|
67
68
|
executables: []
|
@@ -77,7 +78,7 @@ files:
|
|
77
78
|
- lib/logstash-filter-wurfl_device_detection_jars.rb
|
78
79
|
- lib/logstash/filters/wurfl_device_detection.rb
|
79
80
|
- logstash-filter-wurfl_device_detection.gemspec
|
80
|
-
- vendor/jar-dependencies/com/scientiamobile/logstash/logstash-filter-wurfl_device_detection/0.3.
|
81
|
+
- vendor/jar-dependencies/com/scientiamobile/logstash/logstash-filter-wurfl_device_detection/0.3.3/logstash-filter-wurfl_device_detection-0.3.3.jar
|
81
82
|
homepage: http://www.scientiamobile.com
|
82
83
|
licenses:
|
83
84
|
- Apache-2.0
|