logstash-filter-xml 4.0.4 → 4.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 48d192d6eb1b89b10086ab925c20d7dc2021f69a
4
- data.tar.gz: 7a2d056ced5e862af70d0ca5d82089555429fd07
2
+ SHA256:
3
+ metadata.gz: 6a7f6f6bc4d939e900e8f5979658c9456d00f4bb6b5ad463c1068637aeb308f1
4
+ data.tar.gz: 5055ebdb1c13c410f1802f77b6681a7055b6c85a69b31b2561985673830b1f7d
5
5
  SHA512:
6
- metadata.gz: 0ab449cbd32f539a78313df6a40d70a2cab59ca841a495eae3eec6315752659e949ccc4918a9fe3696ed12635cf4023e2c4e018c093553ca8d0ab91206a34641
7
- data.tar.gz: 56ff743a7b0f44f1d17ec2b7479eed2173f585b6e868f1919b8baf73c4609e0446941fbc8908b76df22ca30f3218175618742aead24e70d451b2dff31de30f18
6
+ metadata.gz: 7cd0c80bd580a55afa5edf461890b1cc6ba0f0747cfe7da4050a2237d562a2b4240286da3536d963fd10b57d28d59acf8edb498a59e09d745fd551c5bde6d478
7
+ data.tar.gz: b965d484c29e2bd85aa7b27a07ed4469fc443737a1974126e1556931ac9f91860c5b1e5d9d671fcb039a6088ef497fa473b24a4a896241638996c9f565d2ae4e
@@ -1,3 +1,6 @@
1
+ ## 4.0.5
2
+ - Update gemspec summary
3
+
1
4
  ## 4.0.4
2
5
  - Fix some documentation issues
3
6
 
@@ -1,9 +1,9 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-xml'
4
- s.version = '4.0.4'
4
+ s.version = '4.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "Takes a field that contains XML and expands it into an actual datastructure."
6
+ s.summary = "Parses XML into fields"
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"
8
8
  s.authors = ["Elastic"]
9
9
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-xml
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.4
4
+ version: 4.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-15 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -72,7 +72,9 @@ dependencies:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
- 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
75
+ description: This gem is a Logstash plugin required to be installed on top of the
76
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
77
+ gem is not a stand-alone program
76
78
  email: info@elastic.co
77
79
  executables: []
78
80
  extensions: []
@@ -110,9 +112,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
112
  version: '0'
111
113
  requirements: []
112
114
  rubyforge_project:
113
- rubygems_version: 2.4.8
115
+ rubygems_version: 2.6.11
114
116
  signing_key:
115
117
  specification_version: 4
116
- summary: Takes a field that contains XML and expands it into an actual datastructure.
118
+ summary: Parses XML into fields
117
119
  test_files:
118
120
  - spec/filters/xml_spec.rb