fluent-plugin-rds-mysql-log 0.1.6 → 0.1.7

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: 208c94e798557a8fd899d3c7cc21ab78c0f435896360315c8bda66f765767ced
4
- data.tar.gz: 1205db429d34d5b4124680fb7d9dce912f16d86616c57c9aaf670608d03581a3
3
+ metadata.gz: 27dfa48e97db3adf82530e0e6c13007e1c2ac740edd79405fa00fa8ef2c88754
4
+ data.tar.gz: b25b6a07e5c24a070f3a659a1e9f1868760256127cde899d6b64902a4ec29ce5
5
5
  SHA512:
6
- metadata.gz: 593abdfa3a97bec571a4d74de371d42200974423bc27be55ed0e6ef98ba0ec23bdcbdc152d5b600fd632613079925c7d881f1e9c4d0316e3e3d78654c8b97cc6
7
- data.tar.gz: 2e94a21e667b1dad11b63f6acebc906081382d3102c5fe0148d753ca84cfee7f2eed23a95ecb7b14f4ebe1e89273b43e11981494d25dc3e599d7abeb2e6aec9e
6
+ metadata.gz: 539e6c23ddd352b9612c28a89351facc816104e94b3e3e61a09df92e50ba31c71034665b3820df97cd9ff80d8a5c3af853c8dfeed1829ef24b2883d73d134e58
7
+ data.tar.gz: c154ff2e344172096ea11d26355e4adc654a3152b912030f552274152d28d248636fe8597a1dff40ec9a0ccc131def75b2f1dc9bd508366557f19c743f0d17bc
@@ -5,12 +5,17 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'fluent-plugin-rds-mysql-log'
8
- spec.version = '0.1.6'
8
+ spec.version = '0.1.7'
9
9
  spec.authors = ['Junaid Ali']
10
10
  spec.email = ['jonnie36@yahoo.com']
11
11
  spec.summary = 'Amazon RDS Mysql logs input plugin'
12
12
  spec.description = 'fluentd plugin for Amazon RDS Mysql logs input'
13
13
  spec.homepage = 'https://github.com/iamjunaidali/fluent-plugin-rds-mysql-log.git'
14
+
15
+ spec.metadata = {
16
+ "github_repo" => "ssh://github.com/iamjunaidali/fluent-plugin-rds-mysql-log"
17
+ }
18
+
14
19
  spec.license = 'MIT'
15
20
  spec.required_ruby_version = '>= 2.7.0'
16
21
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-rds-mysql-log
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Junaid Ali
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-08 00:00:00.000000000 Z
10
+ date: 2025-04-09 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: aws-sdk-ec2
@@ -147,7 +147,8 @@ files:
147
147
  homepage: https://github.com/iamjunaidali/fluent-plugin-rds-mysql-log.git
148
148
  licenses:
149
149
  - MIT
150
- metadata: {}
150
+ metadata:
151
+ github_repo: ssh://github.com/iamjunaidali/fluent-plugin-rds-mysql-log
151
152
  rdoc_options: []
152
153
  require_paths:
153
154
  - lib