mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Add a dummy logstash.gemspec file to catch old plugins installations
ammend the logstash.gemspec descriptions Fixes #2677
This commit is contained in:
parent
92655105b4
commit
647042c3f9
1 changed files with 17 additions and 0 deletions
17
logstash.gemspec
Normal file
17
logstash.gemspec
Normal file
|
@ -0,0 +1,17 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
require File.expand_path('../lib/logstash/version', __FILE__)
|
||||
|
||||
Gem::Specification.new do |gem|
|
||||
gem.authors = ["Jordan Sissel", "Pete Fritchman", "Elasticsearch"]
|
||||
gem.email = ["jls@semicomplete.com", "petef@databits.net", "info@elasticsearch.com"]
|
||||
gem.description = %q{scalable log and event management (search, archive, pipeline)}
|
||||
gem.summary = %q{logstash - log and event management}
|
||||
gem.homepage = "http://logstash.net/"
|
||||
gem.license = "Apache License (2.0)"
|
||||
|
||||
gem.files = Dir.glob(["lib/**/*.rb", "locales/*"])
|
||||
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
|
||||
gem.name = "logstash"
|
||||
gem.require_paths = ["lib"]
|
||||
gem.version = LOGSTASH_VERSION
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue