fluent-plugin-google-cloud-storage-out 0.1.9 → 0.1.10

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: dcb50463e1971d1bc9be0e1035b0a3c5c34aedb9
4
- data.tar.gz: 8d84ea36fe3b5c9ffee45c8d0531129619be99dc
3
+ metadata.gz: 13338f63d5b2ddf5e91c56b380d00dec3d24f690
4
+ data.tar.gz: 46932068452621ea096f14ffcfac24080e102238
5
5
  SHA512:
6
- metadata.gz: 43bd34d81942e6b3daceb63c5eabb896f3e21ad186f23957e071dfb75240e8d03d34f2ee0c4b8c8535938d4435c06ac26b9007e93767d9c670f68354de92e408
7
- data.tar.gz: 847fca150a16970c0e64fb078d57889028ce06431460638f168e59e93df5c96c02af6a7a2163630831142f13d1e89a365066233a3843aa34682bab3e1bc7906d
6
+ metadata.gz: bd46b63ba61e5447ec224a0753803df242555766330c2882a1d28b2625860cf42b6737918be2ec6cc089dd372bf954cfc5f60ddeca88371b39d74eb8d659092e
7
+ data.tar.gz: dfcf8bfa3814af0f376ebf44d0d877185aa0aff8a1abed746be3231c14e2f7fe9dc9065059765bc807249d61678d3c3bb7310c68fb8999d17e90a4a7f2f61b15
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "fluent-plugin-google-cloud-storage-out"
7
- spec.version = "0.1.9"
7
+ spec.version = "0.1.10"
8
8
  spec.authors = ["Hideki Matsuoka"]
9
9
  spec.email = ["matsuoka.hide@gmail.com"]
10
10
 
@@ -123,7 +123,7 @@ module Fluent
123
123
  io = StringIO.new(data)
124
124
  end
125
125
 
126
- @storage.insert_object(@bucket_id, upload_source: io, name: path, content_type:mimetype_content_type)
126
+ @storage.insert_object(@bucket_id, upload_source: io, name: path, content_type:mimetype.content_type)
127
127
  end
128
128
 
129
129
  def write(chunk)
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.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hideki Matsuoka