fluent-plugin-aes-forward 0.0.1 → 0.0.2
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 +4 -4
- data/fluent-plugin-aes-forward.gemspec +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb15e8b9bfcce5e2c90d6d729461024e69885b4d
|
|
4
|
+
data.tar.gz: 517c3652eda1eecd0f6b4ca899da20df383fd3d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4887290bdfd07002c6f5248bcd4f84b426bab1827a128cf2816bc4edf235cf3feafed99ea753406242853989f1c6a33a726e2b854b88ad37e3a45ee55dfd90a
|
|
7
|
+
data.tar.gz: 6c2c1458dde57ed9952378dacebcaa5be1c69c1ba108b72f4aaeda609a2b762effdcf59d92ca95942880b5493b5f77325e4929a1a33e691705bb912b8c09327f
|
|
@@ -4,13 +4,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "fluent-plugin-aes-forward"
|
|
7
|
-
spec.version = "0.0.
|
|
8
|
-
spec.authors = ["
|
|
7
|
+
spec.version = "0.0.2"
|
|
8
|
+
spec.authors = ["Keiji Matsuzaki"]
|
|
9
9
|
spec.email = ["futoase@gmail.com"]
|
|
10
10
|
spec.description = %q{fluent plugin aes forward}
|
|
11
11
|
spec.summary = %q{This plugin is encrypt data at AES while transfer data.}
|
|
12
12
|
spec.homepage = "https://github.com/aiming/fluent-plugin-aes-forward"
|
|
13
|
-
spec.license = "
|
|
13
|
+
spec.license = "Apache License Version 2.0."
|
|
14
14
|
|
|
15
15
|
spec.files = `git ls-files`.split($/)
|
|
16
16
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-aes-forward
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Keiji Matsuzaki
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
@@ -71,7 +71,7 @@ files:
|
|
|
71
71
|
- test/test_out_aes_forward.rb
|
|
72
72
|
homepage: https://github.com/aiming/fluent-plugin-aes-forward
|
|
73
73
|
licenses:
|
|
74
|
-
-
|
|
74
|
+
- Apache License Version 2.0.
|
|
75
75
|
metadata: {}
|
|
76
76
|
post_install_message:
|
|
77
77
|
rdoc_options: []
|