Skip to content

Commit a6a7b92

Browse files
Pere Urbon-Bayesjordansissel
authored andcommitted
version 0.9.2 bump, including minor changes to make the test all plugins pass in the core logstash
Fixes #2
1 parent 62a9c9c commit a6a7b92

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ rescue Bundler::BundlerError => e
1212
exit e.status_code
1313
end
1414

15+
require 'logstash/devutils/rake'
16+
1517
require 'rspec'
1618
require 'rspec/core/rake_task'
1719

logstash-output-neo4j.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-output-neo4j'
4-
s.version = '0.9.1'
4+
s.version = '0.9.2'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "Logstash Output to Neo4j"
77
s.description = "Output events to Neo4j"

spec/outputs/neo4j_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'spec_helper'
1+
require_relative "../spec_helper"
22
require "logstash/plugin"
33
require "logstash/json"
44

0 commit comments

Comments
 (0)