fluent-plugin-extract_query_params 0.0.11 → 0.0.12
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 32f3e0844504fd247eaf57b22a5e97c10c618ab1
|
4
|
+
data.tar.gz: 2e611333c38bd4116627c5bd8353b3bb0196ee13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df7fbd3104671eb2673ba43e5f4fcf00bf428356863af19e94d110f35bce6613561e71b1e012b5a0ab090e8892fe4ae543bbb88dc2a94d69bac161c9d36b8e98
|
7
|
+
data.tar.gz: 55867405a6ca98f174fe6dbcc97c0e2c9f3e751557564d00fd321f6bc1e897fe9a3bdc8fbc990b77968b18de09d815b2e67649dd90eb6c3fc03ff561dabfd5f9
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |gem|
|
2
2
|
gem.name = 'fluent-plugin-extract_query_params'
|
3
|
-
gem.version = '0.0.
|
3
|
+
gem.version = '0.0.12'
|
4
4
|
gem.authors = ['Kentaro Kuribayashi']
|
5
5
|
gem.email = ['kentarok@gmail.com']
|
6
6
|
gem.homepage = 'http://github.com/kentaro/fluent-plugin-extract_query_params'
|
@@ -10,7 +10,7 @@ module Fluent
|
|
10
10
|
def initialize(plugin, conf)
|
11
11
|
@log = plugin.log
|
12
12
|
|
13
|
-
if plugin.
|
13
|
+
if plugin.is_a?(Fluent::Output)
|
14
14
|
unless have_tag_option?(plugin)
|
15
15
|
raise ConfigError, "out_extract_query_params: At least one of remove_tag_prefix/remove_tag_suffix/add_tag_prefix/add_tag_suffix is required to be set."
|
16
16
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-extract_query_params
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kentaro Kuribayashi
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-09-
|
11
|
+
date: 2015-09-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: test-unit
|