mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Unbreak "require 'logstash-event'".
Do not require logstash/version.rb in logstash-event.rb because that is not shipped anymore. Also remove unused require in the logstash-event.gemspec.
This commit is contained in:
parent
3d2f45695f
commit
fcb4de75af
2 changed files with 0 additions and 4 deletions
|
@ -1,3 +1 @@
|
|||
require "logstash/event"
|
||||
require "logstash/version"
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
require File.expand_path('../lib/logstash/version', __FILE__)
|
||||
|
||||
Gem::Specification.new do |gem|
|
||||
gem.authors = ["Jordan Sissel"]
|
||||
gem.email = ["jls@semicomplete.com"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue