fluent-plugin-verticajson 0.0.6 → 0.0.7

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: 2902b701ee443cd2436ef3fbd97f355d063f2cd0
4
- data.tar.gz: b52e69f768a4f548073ba2ef2fe79cb1daa46553
2
+ SHA256:
3
+ metadata.gz: 1ffbaf0241dcad3a751047c4f4362842e0b8a923af756fb7cff535ad6d81eea5
4
+ data.tar.gz: 180b96ca43bdc3132b4a34acedcd8650af100c47b46ee2fb03619f8918eacd73
5
5
  SHA512:
6
- metadata.gz: 6cdfb618584bb68579e02fa444b31ad374706560ab9bc5e7b4ce2e6542f65c5a7b9af9a9668142470e62622d73d48fa6cc661d2b18e418126b00e14ec67c816f
7
- data.tar.gz: dce73816a9b1056d33d28b447ec9f5ba80590b45f2fe2450d25fa731f052a92423c11a69f08a896c6ed8be4f41b454a7c614cbe5683703bd72c60cc5465a755e
6
+ metadata.gz: d1f93c1ada8af0f909a975bc2c82bd8de13d39bb8158362a6d161d68082e8427ad995c0169390130b5e5848a81c24398406fc629f2fcc0f284605c0bc9389382
7
+ data.tar.gz: '0959ff1a1408ca58051c2ddff12d89cd616e63db1a52662a9cbd79c7bc8f2922d0566ef3c244984181fa153b70a9d21ec7f5014920c2761f190781ddfc030c47'
@@ -57,15 +57,14 @@ module Fluent
57
57
  private
58
58
 
59
59
  def vertica
60
- @vertica ||= Vertica.connect({
61
- :host => @host,
62
- :user => @username,
63
- :password => @password,
64
- :ssl => @ssl,
65
- :port => @port,
66
- :database => @database
67
- })
60
+ @vertica ||= Vertica.connect(
61
+ host: @host,
62
+ user: @username,
63
+ password: @password,
64
+ ssl: @ssl,
65
+ port: @port,
66
+ database: @database
67
+ )
68
68
  end
69
-
70
69
  end
71
70
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-verticajson
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josef Janda
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-08 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd
@@ -58,7 +58,7 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- description:
61
+ description:
62
62
  email:
63
63
  - josef.janda@wandera.com
64
64
  executables: []
@@ -68,11 +68,11 @@ files:
68
68
  - LICENSE
69
69
  - README.md
70
70
  - lib/fluent/plugin/out_verticajson.rb
71
- homepage:
71
+ homepage:
72
72
  licenses:
73
73
  - MIT
74
74
  metadata: {}
75
- post_install_message:
75
+ post_install_message:
76
76
  rdoc_options: []
77
77
  require_paths:
78
78
  - lib
@@ -87,9 +87,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  requirements: []
90
- rubyforge_project:
91
- rubygems_version: 2.5.2.3
92
- signing_key:
90
+ rubygems_version: 3.4.10
91
+ signing_key:
93
92
  specification_version: 4
94
93
  summary: Fluentd output plugin for Vertica using json parser.
95
94
  test_files: []