fluent-plugin-json-size-limit 0.1.0

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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +64 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: cd37c3c3d7491c53d164ed8a07ca36f52db173403d8a4727f4e3932ae1670023
4
+ data.tar.gz: 2f2b08479cb0a4b1f9914f9e2596785cad3e7b11e456dc5da94bacf43014617f
5
+ SHA512:
6
+ metadata.gz: fc093ab99a66a7af364ed6f2cc2cee2dc5093cc9c58dc62867659b63a3b9cfb2124e2fe0ba85a83c63c8b91e2f8b069a9e96b169c657f752297510ce16dd877c
7
+ data.tar.gz: efeb9e58778cb4fef726b6919ac109bb7d98f8cfb081da933dc04dade4398324d114c41da1b899507297daacbf700286f656c9c3de709eec11c8cd985ba5f8a2
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: fluent-plugin-json-size-limit
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Mykola Panin
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2023-12-14 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: fluentd
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '2.0'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '1.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '2.0'
33
+ description: This plugin reduces the size of JSON records if they exceed a specified
34
+ limit.
35
+ email:
36
+ - mykola.panin@example.com
37
+ executables: []
38
+ extensions: []
39
+ extra_rdoc_files: []
40
+ files: []
41
+ homepage: http://example.com/fluent-plugin-json-size-limit
42
+ licenses:
43
+ - MIT
44
+ metadata: {}
45
+ post_install_message:
46
+ rdoc_options: []
47
+ require_paths:
48
+ - lib
49
+ required_ruby_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ required_rubygems_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: '0'
59
+ requirements: []
60
+ rubygems_version: 3.4.10
61
+ signing_key:
62
+ specification_version: 4
63
+ summary: Fluentd plugin to limit JSON size
64
+ test_files: []