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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c3ab6c1b0cc287ff5a549efdd245a39a1249749366dfaace492ffb2879ba0ddf
4
- data.tar.gz: f9685d1ad567e6280d742df5aae7978d60fc2cb133858cfe5fab63908380d5ef
3
+ metadata.gz: e9b7412404d8582c8fb2966e880c9ad64c4c988c02385d581a7408d891f26d7e
4
+ data.tar.gz: 1ef0dfefc8090f94f8785c0487aa3dadee53c3c5bde5b19db5917bd4edbcb3f9
5
5
  SHA512:
6
- metadata.gz: f64657d2903735263a8ad272029079ea6987e6957d0a1b4d199fb766a032356761c80067af1251ad6db90b4593f9dc2266b1ff1220d3795d241e1a8b9f45590b
7
- data.tar.gz: e5057018ee4b473973609ff95dfae829779a35248309fc60b5eba29d26cc31bd39073fa5fa97831d2127e72cfe5e52adac6db3e51ef611f797a24503aea8cd61
6
+ metadata.gz: 5d04bfa454b4290525a4df9b217b2b4b410fcfcc4f34b765713e81b646cc85666791bbb5a4f4434b3561bb8bf6ac084c0e05ac7462cf7e77cf48c13a057045ba
7
+ data.tar.gz: 233c06aa3ecd308b22f8b05a60311734a804cdb0644b98e1a517eaa3b1ac8e956bdb86d58cf9d8cf22dd19b9717c68e497ea159101b000b782693bda62e0a9e3
@@ -1,2 +1,6 @@
1
+ - 0.3.2 - Fixed wrong info in build file
2
+
3
+ - 0.3.1 - Small logging improvements
4
+
1
5
  - 0.3.0 - Initial release
2
- - 0.3.1 - Small logging improvements
6
+
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.1
1
+ 0.3.2
@@ -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.1')
5
+ require_jar('com.scientiamobile.logstash', 'logstash-filter-wurfl_device_detection', '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 = ['Elasticsearch']
9
- s.email = ['info@elastic.co']
10
- s.homepage = 'http://www.elastic.co/guide/en/logstash/current/index.html'
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.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
- - Elasticsearch
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@elastic.co
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.1/logstash-filter-wurfl_device_detection-0.3.1.jar
81
- homepage: http://www.elastic.co/guide/en/logstash/current/index.html
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: