fluent-plugin-groonga 1.1.4 → 1.1.5

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: 0bc265b245e6b9c918bfdc1834791265151c8ba3
4
- data.tar.gz: 0b6c197b73a5c68fa979390206f23dc32d43dc0c
3
+ metadata.gz: ea2a0b3df8c435d0718ecd86a87c339b45215056
4
+ data.tar.gz: e74d7f566d5750d323e2127bba23464b09623123
5
5
  SHA512:
6
- metadata.gz: 14ad67248ed757b0c8c4536eafd4a50899b3a4e2d001d56b1793a0481d2ee41c1a4f21be3914fbbd68ea81d6a6e76fca8e8ea46d92aaff9ba759a651032fac15
7
- data.tar.gz: 39b32665c9bb1a0442a08b1e03c03c89ddffaaedaa61582e15a1d164880fcc2504fbee61b9d987bcef8a4e8a390c21809b8ecb1ac97f3f3b28638a862bccd7d6
6
+ metadata.gz: 075b61389fa8e9177974cab39d3149844083e69c15a3fbf462ec22b84c5db145d7416b81c70d3b95bccc9c41efb1b9e66cfb4869bd667b2aa795a4743bdeac6f
7
+ data.tar.gz: 75400616911dc6935434a7bac18a366364e7eca2aef19816648902ed38fef98d94e9d92cf6876af2b4f6b0eb80d7d6a73564b418baa60aa41d85877bee93fb21
@@ -2,6 +2,12 @@
2
2
 
3
3
  # News
4
4
 
5
+ ## 1.1.5: 2016-09-28
6
+
7
+ ### Improvements
8
+
9
+ * Sent error response on error.
10
+
5
11
  ## 1.1.4: 2016-09-28
6
12
 
7
13
  ### Improvements
@@ -17,7 +17,7 @@
17
17
 
18
18
  Gem::Specification.new do |spec|
19
19
  spec.name = "fluent-plugin-groonga"
20
- spec.version = "1.1.4"
20
+ spec.version = "1.1.5"
21
21
  spec.authors = ["Kouhei Sutou"]
22
22
  spec.email = ["kou@clear-code.com"]
23
23
  spec.summary = "Fluentd plugin to store data into Groonga and implement Groonga replication system."
@@ -279,9 +279,8 @@ module Fluent
279
279
  write("Content-Length: 0\r\n")
280
280
  write("\r\n")
281
281
  disable
282
- @repeater.close
283
282
  on_write_complete do
284
- close
283
+ @repeater.close
285
284
  end
286
285
  end
287
286
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-groonga
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kouhei Sutou
@@ -186,7 +186,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
186
186
  version: '0'
187
187
  requirements: []
188
188
  rubyforge_project:
189
- rubygems_version: 2.5.1
189
+ rubygems_version: 2.2.5
190
190
  signing_key:
191
191
  specification_version: 4
192
192
  summary: Fluentd plugin to store data into Groonga and implement Groonga replication
@@ -198,3 +198,4 @@ test_files:
198
198
  - test/output/test_type_guesser.rb
199
199
  - test/run-test.rb
200
200
  - test/test_output.rb
201
+ has_rdoc: