logstash-filter-wurfl_device_detection 0.3.3 → 0.3.4
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 +4 -4
- data/CHANGELOG.md +2 -0
- data/CONTRIBUTORS +10 -0
- data/VERSION +1 -1
- data/lib/logstash-filter-wurfl_device_detection_jars.rb +1 -1
- data/vendor/jar-dependencies/com/scientiamobile/logstash/logstash-filter-wurfl_device_detection/{0.3.3/logstash-filter-wurfl_device_detection-0.3.3.jar → 0.3.4/logstash-filter-wurfl_device_detection-0.3.4.jar} +0 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f636e0ec48c5431a30aa59f1e1e85191ab2985639f18cc8ce1b30b38c325e0b3
|
|
4
|
+
data.tar.gz: 626f1dfae8bab9d541d72850c5d6f34831c92f8a3ad4ce7f604e0dbd2371335f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 42aff0f5139a4215f724479ba1d11bb17c5fb9e0a690580a07cbf950acf0c9186882ae16dc8939a5433c2d1245cf7f9374c9a23149048db7faf05defe7c5ca2e
|
|
7
|
+
data.tar.gz: c8cf61ba8d3405e3016458233cb83f0ea12d7f7fc57817bf0ebc4a69864cfdf105dff50221ea4051759a5ee35cd692f0aa9a29e8247aab0b5c304caacae1551c
|
data/CHANGELOG.md
CHANGED
data/CONTRIBUTORS
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
The following is a list of people who have contributed ideas, code, bug
|
|
2
|
+
reports, or in general have helped logstash along its way.
|
|
3
|
+
|
|
4
|
+
Contributors:
|
|
5
|
+
* andrea - andrea@scientiamobile.com
|
|
6
|
+
|
|
7
|
+
Note: If you've sent us patches, bug reports, or otherwise contributed to
|
|
8
|
+
Logstash, and you aren't on the list above and want to be, please let us know
|
|
9
|
+
and we'll make sure you're here. Contributions from folks like you are what make
|
|
10
|
+
open source awesome.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.4
|
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.4
|
|
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-09-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -70,6 +70,7 @@ extensions: []
|
|
|
70
70
|
extra_rdoc_files: []
|
|
71
71
|
files:
|
|
72
72
|
- CHANGELOG.md
|
|
73
|
+
- CONTRIBUTORS
|
|
73
74
|
- Gemfile
|
|
74
75
|
- LICENSE
|
|
75
76
|
- README.md
|
|
@@ -78,7 +79,7 @@ files:
|
|
|
78
79
|
- lib/logstash-filter-wurfl_device_detection_jars.rb
|
|
79
80
|
- lib/logstash/filters/wurfl_device_detection.rb
|
|
80
81
|
- logstash-filter-wurfl_device_detection.gemspec
|
|
81
|
-
- vendor/jar-dependencies/com/scientiamobile/logstash/logstash-filter-wurfl_device_detection/0.3.
|
|
82
|
+
- vendor/jar-dependencies/com/scientiamobile/logstash/logstash-filter-wurfl_device_detection/0.3.4/logstash-filter-wurfl_device_detection-0.3.4.jar
|
|
82
83
|
homepage: http://www.scientiamobile.com
|
|
83
84
|
licenses:
|
|
84
85
|
- Apache-2.0
|