fluent-plugin-latency 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 +5 -5
- data/CHANGELOG.md +6 -0
- data/fluent-plugin-latency.gemspec +1 -2
- metadata +3 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 938d56b38367ac7e4af54c56afbdb3cd15e1fc5c0ea233bc79e9a96caa61daf6
|
|
4
|
+
data.tar.gz: 86c292c42a22cc305f389f68ab0b9f19dc44d2d6e147c7048db191dd74b16803
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1dc3f522e402071f60474161e2679facd5bb9f4fb64f3cd157a11315f61d59f93e1b57b10c4cd478ff2bca6b6fc16848fb12940ecb39fdb8ed26209925a00043
|
|
7
|
+
data.tar.gz: d1e3b833a025e17a8ac2e39f017d796a7a6300f60dd5b7d660fb0104e5ca463c3b15ec841d99e8a638adb666a6a16e6f6589129c2ee63868139c7fef98a9d2eb
|
data/CHANGELOG.md
CHANGED
|
@@ -3,14 +3,13 @@ $:.push File.expand_path('../lib', __FILE__)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
5
|
gem.name = "fluent-plugin-latency"
|
|
6
|
-
gem.version = "0.0.
|
|
6
|
+
gem.version = "0.0.4"
|
|
7
7
|
gem.authors = ["Naotoshi Seo"]
|
|
8
8
|
gem.email = "sonots@gmail.com"
|
|
9
9
|
gem.homepage = "https://github.com/sonots/fluent-plugin-latency"
|
|
10
10
|
gem.description = "Fluentd plugin to measure latency until receiving the messages"
|
|
11
11
|
gem.summary = gem.description
|
|
12
12
|
gem.licenses = ["MIT"]
|
|
13
|
-
gem.has_rdoc = false
|
|
14
13
|
|
|
15
14
|
gem.files = `git ls-files`.split("\n")
|
|
16
15
|
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-latency
|
|
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
|
- Naotoshi Seo
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: fluentd
|
|
@@ -118,7 +117,6 @@ homepage: https://github.com/sonots/fluent-plugin-latency
|
|
|
118
117
|
licenses:
|
|
119
118
|
- MIT
|
|
120
119
|
metadata: {}
|
|
121
|
-
post_install_message:
|
|
122
120
|
rdoc_options: []
|
|
123
121
|
require_paths:
|
|
124
122
|
- lib
|
|
@@ -133,9 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
133
131
|
- !ruby/object:Gem::Version
|
|
134
132
|
version: '0'
|
|
135
133
|
requirements: []
|
|
136
|
-
|
|
137
|
-
rubygems_version: 2.5.2
|
|
138
|
-
signing_key:
|
|
134
|
+
rubygems_version: 4.0.6
|
|
139
135
|
specification_version: 4
|
|
140
136
|
summary: Fluentd plugin to measure latency until receiving the messages
|
|
141
137
|
test_files:
|