fluent-plugin-gcloud-pubsub-custom 1.3.0 → 1.3.1
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 +5 -5
- data/CHANGELOG.md +5 -0
- data/fluent-plugin-gcloud-pubsub-custom.gemspec +1 -1
- data/lib/fluent/plugin/in_gcloud_pubsub.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: f0a62386644d80eebb6214916876ea4fa93ee46c
|
|
4
|
+
data.tar.gz: 83668024e715e68d105b538695754ee216bae8ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '01928a7bf6ed624164964f810630e30f85ddf1af2e7932ca8c72d8cc0463d9dab46c51abea3840048b7cef3ff5fdc3346891c810fa241732620914e49e8eae30'
|
|
7
|
+
data.tar.gz: b81b1bfa75ef7bac2be76615b82d3a6a739657e71ea6913d104c8cc8bbe588497caea94dd0c4fa2d69c7a8ec2df7d419cb227ef6dbd8a1935260a2f9895ba6cc
|
data/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |gem|
|
|
|
7
7
|
gem.license = "MIT"
|
|
8
8
|
gem.homepage = "https://github.com/mia-0032/fluent-plugin-gcloud-pubsub-custom"
|
|
9
9
|
gem.summary = gem.description
|
|
10
|
-
gem.version = "1.3.
|
|
10
|
+
gem.version = "1.3.1"
|
|
11
11
|
gem.authors = ["Yoshihiro MIYAI"]
|
|
12
12
|
gem.email = "msparrow17@gmail.com"
|
|
13
13
|
gem.has_rdoc = false
|
|
@@ -233,9 +233,9 @@ module Fluent::Plugin
|
|
|
233
233
|
else
|
|
234
234
|
case @parse_error_action
|
|
235
235
|
when :exception
|
|
236
|
-
raise FailedParseError.new "pattern not match: #{line
|
|
236
|
+
raise FailedParseError.new "pattern not match: #{line}"
|
|
237
237
|
else
|
|
238
|
-
log.warn 'pattern not match', record: line
|
|
238
|
+
log.warn 'pattern not match', record: line
|
|
239
239
|
end
|
|
240
240
|
end
|
|
241
241
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-gcloud-pubsub-custom
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yoshihiro MIYAI
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-06-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|
|
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
140
140
|
version: '0'
|
|
141
141
|
requirements: []
|
|
142
142
|
rubyforge_project:
|
|
143
|
-
rubygems_version: 2.
|
|
143
|
+
rubygems_version: 2.6.13
|
|
144
144
|
signing_key:
|
|
145
145
|
specification_version: 4
|
|
146
146
|
summary: Google Cloud Pub/Sub input/output plugin for Fluentd event collector
|