logstash-filter-translate 3.2.1 → 3.2.2

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: 3aeb6a39303875fd42818f67f71e013fdbf91641e6c35faa00d3486fab32a1a1
4
- data.tar.gz: 8c489742a311eade2b619b4f48498e5b40286795924f043970419e3e817a59df
3
+ metadata.gz: 5c2b0e57299901e68b342a5f9bc038c52a37a214d47302dd3f05718b1c954968
4
+ data.tar.gz: a946264b317825a0477a1d547faf3843826d7f391eb13d117a5060e9285e8d1f
5
5
  SHA512:
6
- metadata.gz: 73d520fa9b4a6e17586e6395d417cb87ad0d779c0886a33af3b653a8478280dc006c085d30bdb5181f92d59c7457def56e9748256464844de69cab14900cf218
7
- data.tar.gz: 0b1548e4c43bd059ef09439792b782a900e35ed4c4c13cef3afa18c4cf763ae8304bf22d5fb877e2af751e007a1daeb534520aa4a9e0e4bc08d7e8e0693df3da
6
+ metadata.gz: 3f4983b4527a2de1d00682269b374e2828caccdc3f3f1a57bd560d3b098b65a6475c2fb0f6288792805bb0fab2144f95df9dc1c280b228064196eaa2fc30e3b0
7
+ data.tar.gz: 1c2e0ead540188084abcc23033080e19d009b6651b757cefb6bd1c5ace26801df5d996296f9ddfba9de0d0a0b7a5cb2f7ac672d5cf2b999dc3e45b90f24b809c
@@ -1,3 +1,7 @@
1
+ ## 3.2.2
2
+ - Fix bug in csv_file when LS config has CSV filter plugin specified as well as a csv dictionary.
3
+ [#70](https://github.com/logstash-plugins/logstash-filter-translate/issues/70)
4
+
1
5
  ## 3.2.1
2
6
  - Updated formatting of examples in documentation for consistent rendering
3
7
 
@@ -8,7 +8,7 @@ module LogStash module Filters module Dictionary
8
8
 
9
9
  def initialize_for_file_type
10
10
  @io = StringIO.new("")
11
- @csv = CSV.new(@io)
11
+ @csv = ::CSV.new(@io)
12
12
  end
13
13
 
14
14
  def read_file_into_dictionary
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-translate'
4
- s.version = '3.2.1'
4
+ s.version = '3.2.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Replaces field contents based on a hash or YAML file"
7
7
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-translate
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1
4
+ version: 3.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-24 00:00:00.000000000 Z
11
+ date: 2018-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement