logstash-filter-wurfl_device_detection 0.3.2 → 0.3.3

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
  SHA256:
3
- metadata.gz: e9b7412404d8582c8fb2966e880c9ad64c4c988c02385d581a7408d891f26d7e
4
- data.tar.gz: 1ef0dfefc8090f94f8785c0487aa3dadee53c3c5bde5b19db5917bd4edbcb3f9
3
+ metadata.gz: 4a25970a781febd763013c248aa0e4bfd353639a96c34004680e3442811ee632
4
+ data.tar.gz: ed8c00659d8115ea4afefaae7106494f5c41704df968a0a08e9b45a4c980dff3
5
5
  SHA512:
6
- metadata.gz: 5d04bfa454b4290525a4df9b217b2b4b410fcfcc4f34b765713e81b646cc85666791bbb5a4f4434b3561bb8bf6ac084c0e05ac7462cf7e77cf48c13a057045ba
7
- data.tar.gz: 233c06aa3ecd308b22f8b05a60311734a804cdb0644b98e1a517eaa3b1ac8e956bdb86d58cf9d8cf22dd19b9717c68e497ea159101b000b782693bda62e0a9e3
6
+ metadata.gz: f296d7da4d573f29cb99071fde54cf70be469724134ca4e2331f8f0cac3b9a2c144c135cb8dfc16f0b86b6801308c7514e5ff9b3dd327dff5e350c0372575af7
7
+ data.tar.gz: 87cea1150311907112ee6e089c016a9c8dab4a9362eedc68c63189da947cb7481020b1cbd8cc6d4326d2a37a3709bb113fb1ccb46b955e8c14d67805d07e3280
@@ -1,3 +1,5 @@
1
+ - 0.3.3 - Better description of WM pre requisites in rubygem.org deploy
2
+
1
3
  - 0.3.2 - Fixed wrong info in build file
2
4
 
3
5
  - 0.3.1 - Small logging improvements
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.2
1
+ 0.3.3
@@ -2,4 +2,4 @@
2
2
  # encoding: utf-8
3
3
 
4
4
  require 'jar_dependencies'
5
- require_jar('com.scientiamobile.logstash', 'logstash-filter-wurfl_device_detection', '0.3.2')
5
+ require_jar('com.scientiamobile.logstash', 'logstash-filter-wurfl_device_detection', '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.2
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-28 00:00:00.000000000 Z
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.2/logstash-filter-wurfl_device_detection-0.3.2.jar
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