fluent-plugin-forward-aws 0.1.2 → 0.1.3

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.
@@ -4,12 +4,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = "fluent-plugin-forward-aws"
7
- gem.version = "0.1.2"
7
+ gem.version = "0.1.3"
8
8
  gem.authors = ["Tomohisa Ota"]
9
9
  gem.email = ["tomohisa.ota+github@gmail.com"]
10
- gem.description = "Fluentd Forward Plugin using Amazon Web Service"
10
+ gem.description = "Fluentd In/Out plugin to forward log through AWS(S3/SNS/SQS)"
11
11
  gem.summary = gem.description
12
- gem.homepage = ""
12
+ gem.homepage = "http://github.com/tomohisaota/fluent-plugin-forward-aws"
13
13
 
14
14
  gem.files = `git ls-files`.split($/)
15
15
  gem.files.reject! { |fn| fn.include? "doc/" }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-forward-aws
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -43,7 +43,7 @@ dependencies:
43
43
  - - ~>
44
44
  - !ruby/object:Gem::Version
45
45
  version: 1.8.2
46
- description: Fluentd Forward Plugin using Amazon Web Service
46
+ description: Fluentd In/Out plugin to forward log through AWS(S3/SNS/SQS)
47
47
  email:
48
48
  - tomohisa.ota+github@gmail.com
49
49
  executables: []
@@ -64,7 +64,7 @@ files:
64
64
  - test/plugin/test_forward_aws_util.rb
65
65
  - test/plugin/test_in_foward_aws.rb
66
66
  - test/plugin/test_out_foward_aws.rb
67
- homepage: ''
67
+ homepage: http://github.com/tomohisaota/fluent-plugin-forward-aws
68
68
  licenses: []
69
69
  post_install_message:
70
70
  rdoc_options: []
@@ -87,7 +87,7 @@ rubyforge_project:
87
87
  rubygems_version: 1.8.25
88
88
  signing_key:
89
89
  specification_version: 3
90
- summary: Fluentd Forward Plugin using Amazon Web Service
90
+ summary: Fluentd In/Out plugin to forward log through AWS(S3/SNS/SQS)
91
91
  test_files:
92
92
  - test/awsconfig.yml.sample
93
93
  - test/helper.rb