fluentd 0.10.37 → 0.10.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fluentd might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 29c756777b0a1c1f7e1aa306760485def2792c6f
4
- data.tar.gz: 78dc6cbf225f2ce1c418a4b9e65b0a214a7518a7
3
+ metadata.gz: 7dd0061dacd1f7c9ea0cbd4852cfa656a913f71b
4
+ data.tar.gz: f73b52509cdc043da1a07ed0f46bcd0e36ddf820
5
5
  SHA512:
6
- metadata.gz: 0937333ccf02b3b3fa11806e117b917d1e10f331881db4aa2bb5934ac57a1e75765bfa529683904d91e9fd41464e834981fc54f59adf9bb1ca6c0c42b803bc16
7
- data.tar.gz: bac6fa8072ece0d4479a3a75e00b5274b2a28454be52785856384748af98c594daae353d5f5c7a607ef966094cb97e31dea6ca4b6a362b14be9ec331653dc973
6
+ metadata.gz: cf4231745ae0f5afe243a2e41901445575b63e0dd7fc91a532faa9416a73a3681a2e9282b06e429d2c35ad4b2a8c6782938ceb2ff18a5efd2bdc0e31d8f204d7
7
+ data.tar.gz: 02f39e0e614f08bbb860fad4849cc0e6c92aaea20b0e0151bb7ba2c09515374181570359cc0e931a391a5aab52496cab8834b9a3edef1283601a65159fb5f5e8
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ Release 0.10.38 - 2013/08/29
2
+
3
+ * Fix require related problem in running test
4
+
1
5
  Release 0.10.37 - 2013/08/29
2
6
 
3
7
  * in_exec: Add format option to support tsv, json and msgpack. Default is tsv
@@ -16,9 +16,7 @@
16
16
  # limitations under the License.
17
17
  #
18
18
  module Fluent
19
- require 'fluent/plugin/buf_file'
20
-
21
- class FileBuffer
19
+ class FileBuffer < BasicBuffer
22
20
  def self.clear_buffer_paths
23
21
  @@buffer_paths = {}
24
22
  end
@@ -1,5 +1,5 @@
1
1
  module Fluent
2
2
 
3
- VERSION = '0.10.37'
3
+ VERSION = '0.10.38'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluentd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.37
4
+ version: 0.10.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sadayuki Furuhashi