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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a25970a781febd763013c248aa0e4bfd353639a96c34004680e3442811ee632
4
- data.tar.gz: ed8c00659d8115ea4afefaae7106494f5c41704df968a0a08e9b45a4c980dff3
3
+ metadata.gz: f636e0ec48c5431a30aa59f1e1e85191ab2985639f18cc8ce1b30b38c325e0b3
4
+ data.tar.gz: 626f1dfae8bab9d541d72850c5d6f34831c92f8a3ad4ce7f604e0dbd2371335f
5
5
  SHA512:
6
- metadata.gz: f296d7da4d573f29cb99071fde54cf70be469724134ca4e2331f8f0cac3b9a2c144c135cb8dfc16f0b86b6801308c7514e5ff9b3dd327dff5e350c0372575af7
7
- data.tar.gz: 87cea1150311907112ee6e089c016a9c8dab4a9362eedc68c63189da947cb7481020b1cbd8cc6d4326d2a37a3709bb113fb1ccb46b955e8c14d67805d07e3280
6
+ metadata.gz: 42aff0f5139a4215f724479ba1d11bb17c5fb9e0a690580a07cbf950acf0c9186882ae16dc8939a5433c2d1245cf7f9374c9a23149048db7faf05defe7c5ca2e
7
+ data.tar.gz: c8cf61ba8d3405e3016458233cb83f0ea12d7f7fc57817bf0ebc4a69864cfdf105dff50221ea4051759a5ee35cd692f0aa9a29e8247aab0b5c304caacae1551c
@@ -1,3 +1,5 @@
1
+ - 0.3.4 - added gemspec file, fixed naming convention issues
2
+
1
3
  - 0.3.3 - Better description of WM pre requisites in rubygem.org deploy
2
4
 
3
5
  - 0.3.2 - Fixed wrong info in build file
@@ -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.3
1
+ 0.3.4
@@ -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.3')
5
+ require_jar('com.scientiamobile.logstash', 'logstash-filter-wurfl_device_detection', '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.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-29 00:00:00.000000000 Z
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.3/logstash-filter-wurfl_device_detection-0.3.3.jar
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