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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9bb27e886cd359ec02ccf059a84c9ee8a0c5157d28c4cfd1aede48f1848ab8b
4
- data.tar.gz: ce22a99f9b2cefceb378d9ae64b3ade086e9453291820668de581787bf589ab8
3
+ metadata.gz: f809fdc9c7065181ad23f8924189a2bdb1f974e96434e8bd84dad6bf43f4db9b
4
+ data.tar.gz: eb2f0e90f44c872254977c9f6e1f0a94c7bdba312603124b9c6d473ac00a3619
5
5
  SHA512:
6
- metadata.gz: a7e58cc54aee051e977e6f0dd7c17ddbd77514a2e6417e21e3420786ffc7253ea1b8b6812686e12696ab1934ed37d6d9e96b6ab09e8b41975d64ca851846c1a7
7
- data.tar.gz: 7c41e9c1759bb8a5f9150a3b5a48b052fd4a9f3fdae5c00c119cfce146e1a78533c3bee4a56e42a6a445f78b5856c35fa89d667ede6e1ae4c8f0183cbdb08907
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.3"
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{forked from cosmo0920/fluent-plugin-dynamodb-streams-alt}
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.3
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-07 00:00:00.000000000 Z
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: forked from cosmo0920/fluent-plugin-dynamodb-streams-alt
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: []