logstash-input-wmi 3.0.2-java → 3.0.3-java

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: 29b60a8a968050e1a6a49cb913997469f24bb9d6
4
- data.tar.gz: c10461c0be868d76b687af45ffd286054973a363
2
+ SHA256:
3
+ metadata.gz: dd6884a27e15acb801a131f47b4988669a092f1402e5ee53a60ce96bc05f81e4
4
+ data.tar.gz: 0feb993c76cd91597814840685dc285ef783a5faf1bc08267f16a1cb8945b305
5
5
  SHA512:
6
- metadata.gz: 2345ad0f0e8d473fb7627810fe1380981ce2a962ecc441765d39ec4a2a9735591201266c87a789fd27650682fb39ee0ed802944f0365d51360245bcae25c598c
7
- data.tar.gz: d4c4b9e4297d6c25610fb39d5d3359ae3321e3c0340b7ad5a5df5ab56d9c9066d4ec8d18e141780c1214860c0f553056baea880aa11fde3bf8dbd653bb53e215
6
+ metadata.gz: 97847ca55ca5f18f4a9ac936ed0a054ab5ad6ad9fdb0b5d6248b531aeb4a89c32d9e06a96dbc688e0b4c36ced6ab4afe64d27ce4b0274ba270dfd014cabcdc61
7
+ data.tar.gz: 61d54e90a9356c5f07ee26a4e03b3fbc52ad3ea6736e3a666f7d6bfe69fedf3799f812ae6448cb4be16eae23a149d229ce0b0d5e6bd813c0fb65733b94c0e1d1
@@ -1,3 +1,6 @@
1
+ ## 3.0.3
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.2
2
5
  - Fix some documentation issues
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-wmi'
3
- s.version = '3.0.2'
3
+ s.version = '3.0.3'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "Collect data from WMI query"
5
+ s.summary = "Creates events based on the results of a WMI query"
6
6
  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"
7
7
  s.authors = ["Elastic"]
8
8
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-wmi
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-16 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: []
@@ -96,9 +98,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
98
  version: '0'
97
99
  requirements: []
98
100
  rubyforge_project:
99
- rubygems_version: 2.4.8
101
+ rubygems_version: 2.6.11
100
102
  signing_key:
101
103
  specification_version: 4
102
- summary: Collect data from WMI query
104
+ summary: Creates events based on the results of a WMI query
103
105
  test_files:
104
106
  - spec/inputs/wmi_spec.rb