fluent-plugin-secure-forward 0.1.5 → 0.1.6

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: 64016309918f63a9462dbab6d071830fc56b2373
4
- data.tar.gz: 9d15b245fc91f65aa981b07f4ba4314b776ab768
3
+ metadata.gz: e700036f456a8cb24ccf0ac3da1fec0a4399f8c1
4
+ data.tar.gz: 605aaac75253af05071ae9b1083c2ef9b9f9c183
5
5
  SHA512:
6
- metadata.gz: de4989d49db55c66edb76d19ae858e1bd27ae4eff7d9cbb135b2769cc562c4b995827396830ea38d3c967ee52d500b3dd3f5dac07be4c8defbdb7c70d1bd8f89
7
- data.tar.gz: 29800b8562334d0e05bfd735d031a613972546499364dc2dfab2f6e0ef0a1ecf49874fa401ac4070ed6e82943872e9c69192854bfe82966ac75ca6ada40d7580
6
+ metadata.gz: 9fae9e2ebb590fdd6f3851e340561e77f2b6b9327ed8c8f12d936ea3117fd64f3efd6c99d0c9b86e507b9bcabf95f379b87b2cd41d3b244278d54499fe793c07
7
+ data.tar.gz: 0d09b52464da3a83376eea7dcf64dd83fc578d5c8165fe46edcca29fe68860241dd33637fff523e5ae48907036d6027582620df0e9f4fe2dea94986c3bb263da
data/.travis.yml ADDED
@@ -0,0 +1,4 @@
1
+ language: ruby
2
+ rvm:
3
+ - 1.9.3
4
+ - 2.0.0
data/README.md CHANGED
@@ -240,7 +240,7 @@ To specify keepalive timeouts, use `keepalive` configuration with seconds. SSL c
240
240
 
241
241
  CONSIDER RETURN ACK OR NOT
242
242
 
243
- * This version (v0.0.1) has no ACKs
243
+ * Current version has no ACKs
244
244
  * only supports burst transferring (same as ForwardInput/Output)
245
245
  * ack for each message ?
246
246
  * pipeline mode and one-by-one mode ?
@@ -261,8 +261,6 @@ CONSIDER RETURN ACK OR NOT
261
261
  * encryption algorithm option (output plugin)
262
262
  * TESTS!
263
263
 
264
- * GET NEW MAINTAINER
265
-
266
264
  ## Copyright
267
265
 
268
266
  * Copyright (c) 2013- TAGOMORI Satoshi (tagomoris)
@@ -1,11 +1,11 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  Gem::Specification.new do |gem|
3
3
  gem.name = "fluent-plugin-secure-forward"
4
- gem.version = "0.1.5"
4
+ gem.version = "0.1.6"
5
5
  gem.authors = ["TAGOMORI Satoshi"]
6
6
  gem.email = ["tagomoris@gmail.com"]
7
7
  gem.summary = %q{Fluentd input/output plugin to forward over SSL with authentications}
8
- gem.description = %q{Testing version}
8
+ gem.description = %q{Message forwarding over SSL with authentication}
9
9
  gem.homepage = "https://github.com/tagomoris/fluent-plugin-secure-forward"
10
10
  gem.license = "APLv2"
11
11
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-secure-forward
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - TAGOMORI Satoshi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-28 00:00:00.000000000 Z
11
+ date: 2013-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: Testing version
69
+ description: Message forwarding over SSL with authentication
70
70
  email:
71
71
  - tagomoris@gmail.com
72
72
  executables: []
@@ -74,6 +74,7 @@ extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
76
  - .gitignore
77
+ - .travis.yml
77
78
  - Gemfile
78
79
  - LICENSE.txt
79
80
  - README.md