fluent-plugin-rabbitmq-sklenar 0.1.2 → 0.1.3
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-rabbitmq.gemspec +1 -1
- data/lib/fluent/plugin/out_rabbitmq.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91d613218c56d3aa6642b6f6d072f7abdacfd08b919746dc2d5ea8881a696eab
|
|
4
|
+
data.tar.gz: cdedf02b7c486fc92d2562d6dc5f50745447dd6ad5265b96f7e69b416ace1a79
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dbdc334948b3eb95414f5779e1cfd0b9b694c71ea49cf8984a72ad14edb80ed96d7f224c7e8abaa13fccb1b5dcb2f1d11a49280c0691b283d6237f2573b7ff38
|
|
7
|
+
data.tar.gz: d312fa53958bf2af844e1c3500df859407b2f1be701f4b1c686cbab5168ecf1104ab0e04f9599cfd22939365d87293b6d833c4bdb8d226462261c1dd86cf12f1
|
|
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
3
3
|
|
|
4
4
|
Gem::Specification.new do |spec|
|
|
5
5
|
spec.name = "fluent-plugin-rabbitmq-sklenar"
|
|
6
|
-
spec.version = "0.1.
|
|
6
|
+
spec.version = "0.1.3"
|
|
7
7
|
spec.authors = ["NTT Communications", "Pavel Sklenar"]
|
|
8
8
|
spec.email = ["masaki.matsushita@ntt.com", "pajikos@gmail.com"]
|
|
9
9
|
|
|
@@ -139,7 +139,7 @@ module Fluent::Plugin
|
|
|
139
139
|
@publish_options[:timestamp] = time.to_i if @timestamp
|
|
140
140
|
|
|
141
141
|
if @exchange_type != "fanout"
|
|
142
|
-
routing_key_value =
|
|
142
|
+
routing_key_value = tag
|
|
143
143
|
if @routing_key
|
|
144
144
|
routing_key_value = record[@routing_key]
|
|
145
145
|
@publish_options[:routing_key] = routing_key_value
|