logstash-codec-nmap 0.0.15 → 0.0.16

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
2
  SHA1:
3
- metadata.gz: c4283b1e2e5d98d0059a583a7ce15da6556c3863
4
- data.tar.gz: ae28a0e2d6175d454aaf4b0d865d262599479359
3
+ metadata.gz: afcc0065f717efccbb11b3cd7f8eb8ae4d20f143
4
+ data.tar.gz: b149bfc1f7346d9c7bbb299713d53b7e3247f6a3
5
5
  SHA512:
6
- metadata.gz: 50a779318b18519ec4d2260635420e05678318b859be479e0f3b1b0d8993dcce69aa193299fd7a01f442f881eb6c8c7961576f7bcd5dee346713d9f67f817bda
7
- data.tar.gz: f30d57dc4a61e340c24262842bdc424baefc84e4f54badb87089a68aa1c02eda626b62ff727b8a75ba93bdb432fe5c77a4a13835ba92fb495ad245f225069dcd
6
+ metadata.gz: 47c70fadc31d5bf0f251fbe6c8b4df4658d364e97e8f030467fd14a6ec0e07488e81353d80425f61f0d09bb8ac1d058d597a9c1ca9a55a742a90a54f541b09c5
7
+ data.tar.gz: 80326b87b303342162de8760372c936a8e9a28ea6f8d37aa02a71bc6bb7d12f81459bb1a9b5c2ca1cd56cfb67e1618261693b4747337a1777404de372393f60c
data/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
+ # 0.0.16
2
+ - Pin ruby-nmap version to 0.8.0 to avoid needing ruby 2.0+
1
3
  # 0.0.15
2
4
  - Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
3
5
  # 0.0.14
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2015 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
data/README.md CHANGED
@@ -65,7 +65,12 @@ gem "logstash-filter-awesome", :path => "/your/local/logstash-filter-awesome"
65
65
  ```
66
66
  - Install plugin
67
67
  ```sh
68
+ # Logstash 2.3 and higher
69
+ bin/logstash-plugin install --no-verify
70
+
71
+ # Prior to Logstash 2.3
68
72
  bin/plugin install --no-verify
73
+
69
74
  ```
70
75
  - Run Logstash with your plugin
71
76
  ```sh
@@ -83,7 +88,12 @@ gem build logstash-filter-awesome.gemspec
83
88
  ```
84
89
  - Install the plugin from the Logstash home
85
90
  ```sh
86
- bin/plugin install /your/local/plugin/logstash-filter-awesome.gem
91
+ # Logstash 2.3 and higher
92
+ bin/logstash-plugin install --no-verify
93
+
94
+ # Prior to Logstash 2.3
95
+ bin/plugin install --no-verify
96
+
87
97
  ```
88
98
  - Start Logstash and proceed to test the plugin
89
99
 
@@ -1,10 +1,10 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-nmap'
4
- s.version = '0.0.15'
4
+ s.version = '0.0.16'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This codec may be used to decode Nmap XML"
7
- s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
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'
10
10
  s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
21
21
 
22
22
  # Gem dependencies
23
23
  s.add_runtime_dependency "logstash-core-plugin-api", "~> 1.0"
24
- s.add_runtime_dependency 'ruby-nmap'
24
+ s.add_runtime_dependency 'ruby-nmap', "~> 0.8.0"
25
25
 
26
26
  s.add_development_dependency 'logstash-devutils'
27
27
  end
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.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-24 00:00:00.000000000 Z
11
+ date: 2016-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -27,17 +27,17 @@ dependencies:
27
27
  - !ruby/object:Gem::Dependency
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
- - - ">="
30
+ - - "~>"
31
31
  - !ruby/object:Gem::Version
32
- version: '0'
32
+ version: 0.8.0
33
33
  name: ruby-nmap
34
34
  prerelease: false
35
35
  type: :runtime
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '0'
40
+ version: 0.8.0
41
41
  - !ruby/object:Gem::Dependency
42
42
  requirement: !ruby/object:Gem::Requirement
43
43
  requirements:
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
- description: This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program
55
+ 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
56
56
  email: info@elastic.co
57
57
  executables: []
58
58
  extensions: []