Skip to content

Commit

Permalink
Unbreak "require 'logstash-event'".
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bernd committed Sep 5, 2013
1 parent 3d2f456 commit fcb4de7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/logstash-event.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
require "logstash/event"
require "logstash/version"

2 changes: 0 additions & 2 deletions logstash-event.gemspec
Original file line number Diff line number Diff line change
@@ -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 = ["[email protected]"]
Expand Down

0 comments on commit fcb4de7

Please sign in to comment.