fluent-plugin-gcloud-pubsub-custom-subscriber 1.3.1 → 1.3.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 +4 -4
- data/fluent-plugin-gcloud-pubsub-custom.gemspec +4 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94cef955f491241979aa15a1deea1e3adf54c246b1085dee0bf4e7c8cfded20b
|
4
|
+
data.tar.gz: 939bb509e4376aa1dce659e77013fcec4520e74b65a0a97f94761fa579bf2264
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a41456349ce256842625645c3103c414b0b4be3897f235252f895eb9384d1e3e5a7142c7a72129b0f27de318ca95ef46a1a4dc398fbc44b3c66e6d7fe678634c
|
7
|
+
data.tar.gz: b86f5aba05bd90071bd9f87fec73c6f6e91c712a415a066285de31201a968758b0279b1631241460148ec75745ee55927c667c04e67c47a5938c0c1c31a4ad66
|
@@ -5,9 +5,11 @@ Gem::Specification.new do |gem|
|
|
5
5
|
gem.name = "fluent-plugin-gcloud-pubsub-custom-subscriber"
|
6
6
|
gem.description = "Google Cloud Pub/Sub input/output plugin for Fluentd event collector without auto-create topic requiring only Pub/Sub subscriber ACL"
|
7
7
|
gem.license = "MIT"
|
8
|
+
gem.homepage = "https://github.com/KMK-ONLINE/fluent-plugin-gcloud-pubsub-custom/tree/v1.0.1-kmk"
|
8
9
|
gem.summary = gem.description
|
9
|
-
gem.version = "1.3.
|
10
|
-
gem.authors = ["
|
10
|
+
gem.version = "1.3.2"
|
11
|
+
gem.authors = ["Yoshihiro MIYAI"]
|
12
|
+
gem.email = "msparrow17@gmail.com"
|
11
13
|
gem.has_rdoc = false
|
12
14
|
gem.files = `git ls-files`.split("\n")
|
13
15
|
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-gcloud-pubsub-custom-subscriber
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Yoshihiro MIYAI
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
@@ -102,7 +102,7 @@ dependencies:
|
|
102
102
|
version: '0'
|
103
103
|
description: Google Cloud Pub/Sub input/output plugin for Fluentd event collector
|
104
104
|
without auto-create topic requiring only Pub/Sub subscriber ACL
|
105
|
-
email:
|
105
|
+
email: msparrow17@gmail.com
|
106
106
|
executables: []
|
107
107
|
extensions: []
|
108
108
|
extra_rdoc_files: []
|
@@ -121,7 +121,7 @@ files:
|
|
121
121
|
- test/plugin/test_in_gcloud_pubsub.rb
|
122
122
|
- test/plugin/test_out_gcloud_pubsub.rb
|
123
123
|
- test/test_helper.rb
|
124
|
-
homepage:
|
124
|
+
homepage: https://github.com/KMK-ONLINE/fluent-plugin-gcloud-pubsub-custom/tree/v1.0.1-kmk
|
125
125
|
licenses:
|
126
126
|
- MIT
|
127
127
|
metadata: {}
|