fluent-plugin-http_file_upload 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0cb521ea46eb171c55738684699c1c0fcab783d0
4
- data.tar.gz: 1f295a8b92872c2b8b8fae9da62df78f77469b47
3
+ metadata.gz: 51dbdedb4b700afa5e852a48d118711c44bbc4a8
4
+ data.tar.gz: fba90692103cab6e258f80b195528f695a619023
5
5
  SHA512:
6
- metadata.gz: 83b6afb1fc68b7a87a9b5d21fe104da18d765d8afe7a6ab38557f672d6f614d06683b9388356385b793bd29eedf4b17bd4ab44c595ebec0d2a378ef93d8c642b
7
- data.tar.gz: f258aa9ac4d5fffd33306814a3c822e97e1e66aee622d0c086461cc60ae872cd296d9b457777f4e94a9d0d22c60352b9004a1730a7a8d1e3dcd66eeef5f7ad4c
6
+ metadata.gz: 0a85f8c168a2da0abaade94c77b4e498070c19f0aedec0efb0a71406223b310defc5646be09c8e07c0472bc30ac9da207f7d9c7394b8b37d860149b5d38323c5
7
+ data.tar.gz: 84bef46d13d46574b4c19689a8837da566a6c8f106abae7dfc1920da00f244cf091634cfa940e92ca7cfc8bb4350e937f5cf2b9241a37a0edbc21ad53c06fbf0
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "fluent-plugin-http_file_upload"
5
- spec.version = "0.1.1"
5
+ spec.version = "0.1.2"
6
6
  spec.authors = ["TAGOMORI Satoshi"]
7
7
  spec.email = ["tagomoris@gmail.com"]
8
8
 
@@ -14,7 +14,7 @@ module Fluent
14
14
  end
15
15
 
16
16
  class HttpFileUploadOutput < BufferedOutput
17
- Plugin.register_output('http_file_output', self)
17
+ Plugin.register_output('http_file_upload', self)
18
18
 
19
19
  include Fluent::SetTimeKeyMixin
20
20
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-http_file_upload
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - TAGOMORI Satoshi