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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c40c4cd8a4d0c00706354f721a7d152c10fdc7bfe8ce52bdc39b268d74e4dbb
4
- data.tar.gz: dfbeb82161e39ffd4c3b6795a5adc1b595852f210f2d6ea109af81cafa9c5821
3
+ metadata.gz: 94cef955f491241979aa15a1deea1e3adf54c246b1085dee0bf4e7c8cfded20b
4
+ data.tar.gz: 939bb509e4376aa1dce659e77013fcec4520e74b65a0a97f94761fa579bf2264
5
5
  SHA512:
6
- metadata.gz: 053474f74e5dbf96d413ab4f4c57f0ccc98631578ea6b7e4d95f1a95533f65a7fabc5109ebe9292de32637d59b30187652ea31bf03d9fcb260ea24ad461ad3bb
7
- data.tar.gz: 03a60c08384edf78977d4814ed9d27fecf43a8ac1e014b6b730c4873ab1521fee459746155b1e746c6112823a75bdb062bdc23e99b0a74d69a76445bf5ab8937
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.1"
10
- gem.authors = ["BL-Logging-Engineer"]
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.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
- - BL-Logging-Engineer
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: {}