logstash-filter-wurfl_device_detection 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- data/VERSION +1 -1
- data/lib/logstash-filter-wurfl_device_detection_jars.rb +1 -1
- data/logstash-filter-wurfl_device_detection.gemspec +3 -3
- data/vendor/jar-dependencies/com/scientiamobile/logstash/logstash-filter-wurfl_device_detection/{0.3.1/logstash-filter-wurfl_device_detection-0.3.1.jar → 0.3.2/logstash-filter-wurfl_device_detection-0.3.2.jar} +0 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e9b7412404d8582c8fb2966e880c9ad64c4c988c02385d581a7408d891f26d7e
|
4
|
+
data.tar.gz: 1ef0dfefc8090f94f8785c0487aa3dadee53c3c5bde5b19db5917bd4edbcb3f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d04bfa454b4290525a4df9b217b2b4b410fcfcc4f34b765713e81b646cc85666791bbb5a4f4434b3561bb8bf6ac084c0e05ac7462cf7e77cf48c13a057045ba
|
7
|
+
data.tar.gz: 233c06aa3ecd308b22f8b05a60311734a804cdb0644b98e1a517eaa3b1ac8e956bdb86d58cf9d8cf22dd19b9717c68e497ea159101b000b782693bda62e0a9e3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.2
|
@@ -5,9 +5,9 @@ Gem::Specification.new do |s|
|
|
5
5
|
s.licenses = ['Apache-2.0']
|
6
6
|
s.summary = 'Filter that augments stream with WURFL device detection data'
|
7
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
|
-
s.authors = ['
|
9
|
-
s.email = ['info@
|
10
|
-
s.homepage = 'http://www.
|
8
|
+
s.authors = ['ScientiaMobile Inc.']
|
9
|
+
s.email = ['info@scientiamobile.com']
|
10
|
+
s.homepage = 'http://www.scientiamobile.com'
|
11
11
|
s.require_paths = ['lib', 'vendor/jar-dependencies']
|
12
12
|
|
13
13
|
s.files = Dir["lib/**/*","*.gemspec","*.md","CONTRIBUTORS","Gemfile","LICENSE","NOTICE.TXT", "vendor/jar-dependencies/**/*.jar", "vendor/jar-dependencies/**/*.rb", "VERSION", "docs/**/*"]
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
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.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- ScientiaMobile Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
@@ -63,7 +63,7 @@ description: This gem is a Logstash plugin that augments stream with WURFL devic
|
|
63
63
|
using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone
|
64
64
|
program
|
65
65
|
email:
|
66
|
-
- info@
|
66
|
+
- info@scientiamobile.com
|
67
67
|
executables: []
|
68
68
|
extensions: []
|
69
69
|
extra_rdoc_files: []
|
@@ -77,8 +77,8 @@ files:
|
|
77
77
|
- lib/logstash-filter-wurfl_device_detection_jars.rb
|
78
78
|
- lib/logstash/filters/wurfl_device_detection.rb
|
79
79
|
- logstash-filter-wurfl_device_detection.gemspec
|
80
|
-
- vendor/jar-dependencies/com/scientiamobile/logstash/logstash-filter-wurfl_device_detection/0.3.
|
81
|
-
homepage: http://www.
|
80
|
+
- vendor/jar-dependencies/com/scientiamobile/logstash/logstash-filter-wurfl_device_detection/0.3.2/logstash-filter-wurfl_device_detection-0.3.2.jar
|
81
|
+
homepage: http://www.scientiamobile.com
|
82
82
|
licenses:
|
83
83
|
- Apache-2.0
|
84
84
|
metadata:
|