logstash-filter-useragent 3.0.0 → 3.0.1

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
  SHA1:
3
- metadata.gz: 598bbd9355cf951cd710c2b09fadc85853f26522
4
- data.tar.gz: 767669dbe7e9824374f47c99d24a4e776d0dc96c
3
+ metadata.gz: 8373b72976835aaa83d321a7f49fef330068c30a
4
+ data.tar.gz: 49dce6c626e77b2cf332c6e4628e44e505dbc04f
5
5
  SHA512:
6
- metadata.gz: aecb151986072624ead48ca4fd894a5161ad9513a3c36751fe97db8347129ef3f889a9902bcdcdc25230182890ae4c9499ebae08e2b776120609abf1abe8cab2
7
- data.tar.gz: 6d4af28f0a412d5765a6723689d02f760f5a2aa4e649ae1acc0a2f2064884612a93250572a322e5e405a6bea6cb6d577cf1bd8660d180deba9b23f789defff0c
6
+ metadata.gz: cd27b4af940aca6f7b8f4ae86a659e993627fd5aa4dc5f924f631d470665f60b6c57f999539db95ea0f4185295aeb037a2f7afa6ee9cf730aea90e982109637c
7
+ data.tar.gz: 935c37841728030664f5fccd9de3bdbdaf97d98e23849ccb59d5c16538905a4fa716828b47f60bde89cd99aa73a5b51d40489694370cb2ef3a6a855e361e4d7d
@@ -1,3 +1,5 @@
1
+ ## 3.0.1
2
+ - Republish all the gems under jruby.
1
3
  ## 3.0.0
2
4
  - Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See https://github.com/elastic/logstash/issues/5141
3
5
  # 2.0.8
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-useragent'
4
- s.version = '3.0.0'
4
+ s.version = '3.0.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Parse user agent strings into structured data based on BrowserScope data"
7
7
  s.description = "This gem is a Logstash plugin 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"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-useragent
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-06 00:00:00.000000000 Z
11
+ date: 2016-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement