fluent-plugin-output-solr 1.0.6 → 1.0.7

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: 98f8c7eac53d1cbc4ab02a5a7ea5152887725771
4
- data.tar.gz: afa04146a2783224ccd4a8a0b697d68833d6c9b1
3
+ metadata.gz: dddb7ba49c6ffc118b73979d275e66e3759633e7
4
+ data.tar.gz: 34e225b444a1efab9f4007d165cb5b5ed33c8247
5
5
  SHA512:
6
- metadata.gz: d01ebf6f2135b26bb57f2989fa2f53aa285f3db56aeb090597722f5714ad4f6794cdb330a784b7ac26b3d8f74a466b8c8897a5c9f87d015a55242f44055cd327
7
- data.tar.gz: 0edb749e2676f276499926c6c4906e7f1503f7d3a20bfa682a17215e32046cfe32c2b511ee23591e81a71968ba8e06fcfd330c9bc59d1c911f5bf0b5f942b968
6
+ metadata.gz: 9e9ec0125966a8abb4ac1e14e0cf7b824795d4fa2d666c5ff4a90e2289b28e77ec4e7a7bf0765975c1d3d38d4d7a31ce400ed89c0f1614b8a5d48f19a0f35801
7
+ data.tar.gz: 7e192e037eff247063e51576f3c5cc3556b104dfadd26a1e3dd6bdc394bf14fa298f0c9f26b45b42f231465466357633938e858a9954451c85a250682cf1307a
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'fluent-plugin-output-solr'
7
- spec.version = '1.0.6'
7
+ spec.version = '1.0.7'
8
8
  spec.authors = ['Minoru Osuka']
9
9
  spec.email = ['minoru.osuka@gmail.com']
10
10
 
@@ -70,6 +70,7 @@ module Fluent::Plugin
70
70
  def configure(conf)
71
71
  compat_parameters_convert(conf, :inject)
72
72
  super
73
+ raise Fluent::ConfigError, "'tag' in chunk_keys is required." if not @chunk_key_tag
73
74
  end
74
75
 
75
76
  def start
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-output-solr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Minoru Osuka
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-05-18 00:00:00.000000000 Z
11
+ date: 2018-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd
@@ -192,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
192
192
  version: '0'
193
193
  requirements: []
194
194
  rubyforge_project:
195
- rubygems_version: 2.5.2
195
+ rubygems_version: 2.5.2.3
196
196
  signing_key:
197
197
  specification_version: 4
198
198
  summary: Fluent output plugin for sending data to Apache Solr.