fluent-plugin-aws-sqs 1.0.22 → 1.0.23

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: ec25586d7e928cbf6e57f70d49b8f6dccb4f6f61c85282bea4a7eeaa71eab7b8
4
- data.tar.gz: d1e2f0743cf2b5151e43494ac25e47c970b790454af4b623067a00ee4a6d99e7
3
+ metadata.gz: 61ff7f66775da5d26d993103b1b40a9b89e8f0cf2fb53963edfc9866062f0635
4
+ data.tar.gz: 7b0c6dc5690f1d8b4b12bb1206ce9a2394fd133843547c80fd89aaaa85b4fe6c
5
5
  SHA512:
6
- metadata.gz: 12806a2606c8e818cfcea136e78a21c8a74bd6e703702cbc2081faf2522af4c1c61202c79ac2cf6b79b85c6af49b1c8f77a9a55c55119d2581585ecdff7dcd3b
7
- data.tar.gz: 207fc929b42b363f275642e0f2a81ee072222646737b6e669e45fcb2e0dd4f4e9d16beae3bcc94e56ba96dd130c59ef9d9e70f2366f40d333071ae43e3bd38ab
6
+ metadata.gz: bef1f53d3ff24475d22788988f1acf68233ab6c787153e9ecb3400d28f3842650ffcd28f5c434acaf93d43b1e3aaa11fb2090fd2d256ee3915b73c89a336e54a
7
+ data.tar.gz: cf2bd517aee78c9b114e362eeaadc35ee4247930cc8363971517de9d9f627b39503858cb12ac59dbf6773cce3befb97ad5e9b46019fbe16f78dfc29f44bc621c
@@ -87,8 +87,8 @@ module Fluent::Plugin
87
87
  if @attribute_name_to_extract.to_s.strip.length > 0
88
88
  record[@attribute_name_to_extract] = message.message_attributes[@attribute_name_to_extract].string_value.to_s
89
89
 
90
- if message.message_attributes[@attribute_name_to_extract].string_value.to_s <=> "hive"
91
-
90
+ if message.message_attributes[@attribute_name_to_extract].string_value.to_s.eql? "hive"
91
+ log.info("hive....")
92
92
  else
93
93
  log.info("not hive!!!!!!!!!!!!")
94
94
  log.info(message.message_attributes[@attribute_name_to_extract].string_value.to_s)
@@ -1,3 +1,3 @@
1
1
  module SQS
2
- VERSION = "1.0.22"
2
+ VERSION = "1.0.23"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-aws-sqs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.22
4
+ version: 1.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shai Moria