fluent-plugin-containiq 0.0.8 → 0.0.9

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
  SHA256:
3
- metadata.gz: 6f1bfb41895707c4472efd77b9053fbc54770e8b6f3d48eac6dfd70033bc6b11
4
- data.tar.gz: 38faddbbe69df44185ec418fac379e2ed925f4ba8fd5151bd2d5bd111aaacf87
3
+ metadata.gz: 238cd2b48a12abf95a5c4fb67b1c7957cc0ab17a1f6212a6f99220e52a69a78c
4
+ data.tar.gz: 6402323c694a7694223a7bb4d5b7453ede4b7ca714663406d08188786bb9b6aa
5
5
  SHA512:
6
- metadata.gz: f575d8675ad207f1de9a02ff17d16d59ec9bb42451c9f05bce347e5f34ee1d626a48e415e9dabc624e7bb7984d0292cc27a9e128da53d598d8cde26acb13247e
7
- data.tar.gz: f690e9bf77f9f7b6fd6a3656ed9c5d957d5e720ecf195e1f7c3e29d581489511b776edd0d58102335396fc57d77dbb3eaeb7f08e65e537094e0ca7ba946f1a6e
6
+ metadata.gz: ed305502e570324939bb68f8dd03fe7be632b41484050df0c6a6c721057871d7e6db62611ade93b10cad12a031e2f4c4f52f7dd55f39cc17aae14feaf96ffd37
7
+ data.tar.gz: c6378388b17ad8933f549eadd851821601a5fa3600d582641559a7ab1e9aebf0cde264598b9a6b6b36fc1da33ed09d2c1cedc28ad5ed4418811d5e0d877ff61f
@@ -3,13 +3,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = "fluent-plugin-containiq"
6
- spec.version = "0.0.8"
6
+ spec.version = "0.0.9"
7
7
  spec.authors = ["ContainIQ"]
8
8
  spec.email = ["matt@containiq.com"]
9
9
 
10
10
  spec.summary = "Fluentd output plugin that pushes logs to ContainIQ"
11
11
  spec.description = "Fluentd output plugin that pushes logs to ContainIQ"
12
- spec.homepage = "https://github.com/containiq/fluent-plugin-containiq"
12
+ spec.homepage = "https://www.containiq.com/"
13
13
  spec.license = "Apache-2.0"
14
14
 
15
15
  test_files, files = `git ls-files -z`.split("\x0").partition do |f|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-containiq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - ContainIQ
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-07 00:00:00.000000000 Z
11
+ date: 2021-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-http-persistent
@@ -145,7 +145,7 @@ files:
145
145
  - lib/fluent/plugin/out_containiq.rb
146
146
  - test/helper.rb
147
147
  - test/plugin/test_out_containiq.rb
148
- homepage: https://github.com/containiq/fluent-plugin-containiq
148
+ homepage: https://www.containiq.com/
149
149
  licenses:
150
150
  - Apache-2.0
151
151
  metadata: {}