logstash-input-eventlog 2.0.1-java → 2.0.2-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
2
  SHA1:
3
- metadata.gz: db08f92029a7a683343c4f6f1be0e65f2f7f1b4c
4
- data.tar.gz: 51b707e2d7785c775fe62dacba2ebc50f509862d
3
+ metadata.gz: 3429f4c93ad73357eeb5673d6ad055fc88d38dbc
4
+ data.tar.gz: 30541ed41106b474d204bc44f9ea4476ced164df
5
5
  SHA512:
6
- metadata.gz: 27f44798d77c8854a45181f75dc7b0a3f47cadf709760c34c2f9d163391063854b6dfb5a81bace169bea691ad8677f1c829bbb3157f6fee3700783363c028c3a
7
- data.tar.gz: ed47d3ebd9e0bbef9841635a5d4088f8191cc5cd78516e4338eba1fdcbc143a1bfc92a45ef87fc0a04809b9c5f65fe2e06dd945bf58b25d64a2550e5b80e713f
6
+ metadata.gz: 21b7df3138196b57c9f9080af35ef449694c3677337dfdbd088fd3fd6baac311ebaaba320d1e7062cb10a9a12a0fa34e47c6b115b8a55b5280d5bb677f4f5e53
7
+ data.tar.gz: 738e80fe72fb38008be54ba956388a52cfcacf41e77be8b18bfc8ede4c527c338d12da7afbe70968ac857856389829071ce6f9ffec8ce892de63453c9ed66167
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-eventlog'
4
- s.version = '2.0.1'
4
+ s.version = '2.0.2'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This input will pull events from a Windows Event Log"
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/plugin install gemname. This gem is not a stand-alone program"
@@ -1,7 +1,7 @@
1
1
  require "logstash/devutils/rspec/spec_helper"
2
2
  require 'logstash/inputs/eventlog'
3
3
 
4
- describe LogStash::Inputs::EventLog do
4
+ describe LogStash::Inputs::EventLog, :windows => true do
5
5
  it_behaves_like "an interruptible input plugin" do
6
6
  let(:config) { { "logfile" => "Application" } }
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-eventlog
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic