fluent-plugin-parse_multiple_value_query 0.0.1 → 0.0.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
  SHA1:
3
- metadata.gz: 341fa9246d8f6b4de99a2a370cc5a7e2ae10be62
4
- data.tar.gz: cda8149b1812403982420aa7de9d7f3c31e2e707
3
+ metadata.gz: f4d4b4c98f4d249b8fdf295c8d897bc5339aab35
4
+ data.tar.gz: 84a8d2bf6280767fd28b586f34ed98ce09f5a9e6
5
5
  SHA512:
6
- metadata.gz: 10463412bb040bf940b4de8cd54899991073d60e85bd740e1b5643e4364c4b8183390810daaba6a221df2a31c3ae97fa9a0f7cbc3ae717fe04ee9a813615f95b
7
- data.tar.gz: 657550dd8d2afd93710198ee6a06831c5e58c8782cb3f53308594cfda7960c7e704211b6c0c6563ee74a8afc59d89939101614af3d9dad6917a78781ea55829a
6
+ metadata.gz: d9222b4f174ea83ba4d2e30a8a2b2453738c9f91ef97d0bdf290b570d43a7a7cda8ccced233fffa62a5f6c734d7080c91f17b26d472958b5ce42c2df17e6413a
7
+ data.tar.gz: c81f4e976a053c34eccabfbea1f270651886e5757876a6546dc91290166525a07489c4cafea57f87bd83da67487d83d88d13d5bee5ab6e9dcfb61bfd00956d08
data/CHANGELOG.md CHANGED
@@ -1,2 +1,5 @@
1
+ ## 0.0.2 (2015/02/07)
2
+ Fix plugin type
3
+
1
4
  ## 0.0.1 (2015/02/07)
2
5
  First release
@@ -1,6 +1,6 @@
1
1
  module Fluent
2
2
  class ParseMultipleValueQueryOutput < Output
3
- Fluent::Plugin.register_output('parse_multipe_value_query', self)
3
+ Fluent::Plugin.register_output('parse_multiple_value_query', self)
4
4
 
5
5
  config_param :key, :string
6
6
  config_param :tag_prefix, :string, :default => 'parsed.'
@@ -1,5 +1,5 @@
1
1
  module Fluent
2
2
  module ParseMultipleValueQuery
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-parse_multiple_value_query
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hirokazu Hata
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-07 00:00:00.000000000 Z
11
+ date: 2015-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd
@@ -195,3 +195,4 @@ summary: Fluentd plugin to parse query string with rails format
195
195
  test_files:
196
196
  - test/helper.rb
197
197
  - test/plugin/test_out_parse_multiple_value_query.rb
198
+ has_rdoc: