fluent-plugin-sqlite3 1.0.1 → 1.0.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 3c87d717d7a4f68deae7983a924fd3d0d7f1ff70
4
- data.tar.gz: b8a7d0a215ea5ba123a94606f3946e2c72136154
2
+ SHA256:
3
+ metadata.gz: b50e872effa46c17b5b0d63ecbb57de48fc3a4dcd87908e52d941b9e3bd0a4c0
4
+ data.tar.gz: e7d07670537983f80c992351f9eb36bd5ad319c172b7a08110b6078d7cb918e4
5
5
  SHA512:
6
- metadata.gz: eaef913843e40bc5613a5c77966427fb95a2a957f9c4da058d1b82722a6d2ead7120baf9cd5e789b9f561b3cae4f99014afe41ffc27b292c539df26cc2cefa29
7
- data.tar.gz: 4ecea8193a1926ddee25a75e4fc60512836ff0ca1a977773a220b9d314ac699ccfa922702824dc027cc9070f90647e20f108ffed7a3ccbfbdf496a7c6b0d10be
6
+ metadata.gz: 0abcc525032faf86cc72aa05a42d0739374f8bcadf9bd9849c8b6b10e5fa5c193ccb54277cba5a09ac161b42e9fd058eb8678c550a310b21707326fce82889d4
7
+ data.tar.gz: 853b812caa7be6d5d3777f5b65af09481fc60484b8a11a877b1be4582114c65dc43d67ed426490a0ba55c214b67607ba322e1089a01a395bf87a5fd57944c35a
@@ -6,6 +6,8 @@ class Fluent::Plugin::Sqlite3Output < Fluent::Plugin::Output
6
6
 
7
7
  DEFAULT_BUFFER_TYPE = "memory"
8
8
 
9
+ helpers :compat_parameters
10
+
9
11
  config_param :path, :string
10
12
  config_param :table, :string, :default => nil
11
13
  config_param :columns, :string, :default => nil
@@ -21,6 +23,7 @@ class Fluent::Plugin::Sqlite3Output < Fluent::Plugin::Output
21
23
  end
22
24
 
23
25
  def configure(conf)
26
+ compat_parameters_convert(conf, :buffer)
24
27
  super
25
28
  @type = conf["type"]
26
29
  if (@table and not(@columns)) or (not(@table) and @columns)
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-sqlite3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomotaka Sakuma
8
+ - Hiroshi Hatake
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2018-04-17 00:00:00.000000000 Z
12
+ date: 2018-04-21 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: fluentd
@@ -87,13 +88,15 @@ dependencies:
87
88
  - !ruby/object:Gem::Version
88
89
  version: '1.13'
89
90
  description: fluentd output to sqlite3
90
- email: ktmtmks@gmail.com
91
+ email:
92
+ - ktmtmks@gmail.com
93
+ - cosmo0920.oucc@gmail.com
91
94
  executables: []
92
95
  extensions: []
93
96
  extra_rdoc_files: []
94
97
  files:
95
98
  - lib/fluent/plugin/out_sqlite3.rb
96
- homepage: https://github.com/tmtk75/fluent-plugin-sqlite3.git
99
+ homepage: https://github.com/cosmo0920/fluent-plugin-sqlite3.git
97
100
  licenses: []
98
101
  metadata: {}
99
102
  post_install_message:
@@ -112,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
115
  version: '0'
113
116
  requirements: []
114
117
  rubyforge_project:
115
- rubygems_version: 2.6.11
118
+ rubygems_version: 2.7.6
116
119
  signing_key:
117
120
  specification_version: 4
118
121
  summary: fluentd output to sqlite3