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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd868484b45aef9c35582be43241a5c126e43adab4e8bd901d856292b9289d45
4
- data.tar.gz: b4463680eefb40f177983baae18c2b4e066acef363e3e975404d2fbfae30b737
3
+ metadata.gz: 91d613218c56d3aa6642b6f6d072f7abdacfd08b919746dc2d5ea8881a696eab
4
+ data.tar.gz: cdedf02b7c486fc92d2562d6dc5f50745447dd6ad5265b96f7e69b416ace1a79
5
5
  SHA512:
6
- metadata.gz: 871e0635a1da2dff080cc3326cc595d579fc893c60b6cba24b92175663b4986b5eda9f6713df2e4fe927b93510626d7bbe75f8d695d91075e64b39dff34657fe
7
- data.tar.gz: c32c2edc7c3378b58891035ba9605d98fa1836225352a1d0ed6bf8f3b0d18c15aef18ea2b722afcd98d4c92372a21c299ab72b6e19daa7ed23b50c51bd532fba
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.2"
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 = "default"
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-rabbitmq-sklenar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - NTT Communications