fluent-plugin-dynamodb-streams-alt 0.0.3 → 0.0.4
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-dynamodb-streams.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f809fdc9c7065181ad23f8924189a2bdb1f974e96434e8bd84dad6bf43f4db9b
|
4
|
+
data.tar.gz: eb2f0e90f44c872254977c9f6e1f0a94c7bdba312603124b9c6d473ac00a3619
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4b294a9f6bdc6add352ef0b8957e0be0919c23013f863dd8cb31df486c53d9ef79f56be167e050ec5524305cb87deaf67fae6c9de881a00a2399de2139e4969
|
7
|
+
data.tar.gz: d1102ba29663f86990909c65be65bb88698212b11a8ec8da50965e1311fc99641962adba692aaf8dccaa2003db2dcfea89e8df0c831be56a132698ba68c975d2
|
@@ -4,11 +4,11 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "fluent-plugin-dynamodb-streams-alt"
|
7
|
-
spec.version = "0.0.
|
7
|
+
spec.version = "0.0.4"
|
8
8
|
spec.authors = ["krishna ramanathan"]
|
9
9
|
spec.email = ["krishna@amnic.com"]
|
10
10
|
spec.summary = %q{Amazon DynamoDB Streams input plugin for Fluentd}
|
11
|
-
spec.description = %q{
|
11
|
+
spec.description = %q{Forked from takus/fluent-plugin-dynamodb-streams; with fixes from cosmo0920/fluent-plugin-dynamodb-streams}
|
12
12
|
spec.homepage = "https://github.com/amnickrishna/fluent-plugin-dynamodb-streams-alt"
|
13
13
|
spec.license = "MIT"
|
14
14
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-dynamodb-streams-alt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- krishna ramanathan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-04-
|
11
|
+
date: 2022-04-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|
@@ -100,7 +100,7 @@ dependencies:
|
|
100
100
|
- - ">="
|
101
101
|
- !ruby/object:Gem::Version
|
102
102
|
version: '0'
|
103
|
-
description:
|
103
|
+
description: Forked from takus/fluent-plugin-dynamodb-streams; with fixes from cosmo0920/fluent-plugin-dynamodb-streams
|
104
104
|
email:
|
105
105
|
- krishna@amnic.com
|
106
106
|
executables: []
|