logstash-codec-nmap 0.0.20 → 0.0.21

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
- SHA1:
3
- metadata.gz: 1a2d6a64c17c032db1859abd421dd67b1545381e
4
- data.tar.gz: 881f3fb796f4baf3a94e2a0942e5603d3768e6fb
2
+ SHA256:
3
+ metadata.gz: f5dbc1962b241b530f6dabd4e07c771c6f0c3858d401becf63e9b8bd17c8b750
4
+ data.tar.gz: cec46297653e34b17778f193ae473a3961fbf91354f1323587258a59b37b9d7d
5
5
  SHA512:
6
- metadata.gz: 746861fb03ad06326e461e3f87e9214f3b50b1bb0b0a8069d00ca4738167d9f57252b0a67152e99aa2453ff51a8d4346e64b33293ef7169dbcca98cb83a417e4
7
- data.tar.gz: 989685566ae4d10648a06336dfe5ed1bb953e4c5305d2baedae3b73e2572e6ba2ccd10b308e5b7d651475d71d8c77fc1c80934f54cb7a6051c7dac3dcedd32ac
6
+ metadata.gz: e3d24b180dbd81fca088c6a0f16ed2a32995fa8a1573e1907c397785122236205a06d4bdcab872ba80936a7cbba75e9fded184d9a492749a511a66794a034422
7
+ data.tar.gz: 907e922bdd9345ac8dffe8fc9c05d5787db9dadc38c37723169013341bf918ef7f99c7bbbacb5dfcf7272ebcfea4dd17848ba17a47b72fe9f699f0ecdbd4497e
@@ -1,3 +1,6 @@
1
+ ## 0.0.21
2
+ - Update gemspec summary
3
+
1
4
  ## 0.0.20
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-codec-nmap'
4
- s.version = '0.0.20'
4
+ s.version = '0.0.21'
5
5
  s.licenses = ['Apache License (2.0)']
6
- s.summary = "This codec may be used to decode Nmap XML"
6
+ s.summary = "Reads Nmap data in XML format"
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-codec-nmap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
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
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -105,10 +107,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
107
  version: '0'
106
108
  requirements: []
107
109
  rubyforge_project:
108
- rubygems_version: 2.4.8
110
+ rubygems_version: 2.6.11
109
111
  signing_key:
110
112
  specification_version: 4
111
- summary: This codec may be used to decode Nmap XML
113
+ summary: Reads Nmap data in XML format
112
114
  test_files:
113
115
  - spec/codecs/nmap_spec.rb
114
116
  - spec/fixtures/full_scan.xml