fluent-plugin-google-cloud-storage-out 0.1.0 → 0.1.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b35678e5f3b43565e99b66565bc3259f99c1abc
|
|
4
|
+
data.tar.gz: 54d5105448f986ef16e74d46156a94e409681d64
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0c200d9f228395f923993edf6945d7ea9890fb2b177b9df1ceca93e7d816ff88d18414a9d23aeb2ec30ae4bd27d5fdfb764e852d8355a267a0d9d0280a635061
|
|
7
|
+
data.tar.gz: 1643ddde5d2d5a772b735e78c6bbbca3baa748762244e33647ec40d67a10f17fe6805ef422435ad6eace90dfa4157192a61e12e87b3a583f6e2f3eb40e15514f
|
|
@@ -27,6 +27,7 @@ Gem::Specification.new do |spec|
|
|
|
27
27
|
# runtime dependency
|
|
28
28
|
spec.add_runtime_dependency "fluentd", ">= 0.10.60"
|
|
29
29
|
spec.add_runtime_dependency "fluent-mixin-config-placeholders", ">= 0.3.0"
|
|
30
|
+
spec.add_runtime_dependency "googleauth", ">= 0.5"
|
|
30
31
|
spec.add_runtime_dependency "google-api-client", "0.9.pre5"
|
|
31
32
|
spec.add_runtime_dependency "mime-types", ">= 3.0"
|
|
32
33
|
end
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-google-cloud-storage-out
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hideki Matsuoka
|
|
@@ -80,6 +80,20 @@ dependencies:
|
|
|
80
80
|
- - '>='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: 0.3.0
|
|
83
|
+
- !ruby/object:Gem::Dependency
|
|
84
|
+
name: googleauth
|
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
|
86
|
+
requirements:
|
|
87
|
+
- - '>='
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
version: '0.5'
|
|
90
|
+
type: :runtime
|
|
91
|
+
prerelease: false
|
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
93
|
+
requirements:
|
|
94
|
+
- - '>='
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: '0.5'
|
|
83
97
|
- !ruby/object:Gem::Dependency
|
|
84
98
|
name: google-api-client
|
|
85
99
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -126,7 +140,7 @@ files:
|
|
|
126
140
|
- bin/console
|
|
127
141
|
- bin/setup
|
|
128
142
|
- fluent-plugin-google-cloud-storage-out.gemspec
|
|
129
|
-
- lib/fluent/plugin/
|
|
143
|
+
- lib/fluent/plugin/out_google_cloud_storage_out.rb
|
|
130
144
|
- lib/fluent/plugin/version.rb
|
|
131
145
|
homepage: https://github.com/matsuokah/fluent-plugin-google-cloud-storage-out
|
|
132
146
|
licenses:
|