mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
parent
1d78b54f84
commit
a7c456e212
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ module LogStash module Docgen
|
|||
|
||||
# Content needed to inject to make the generator work
|
||||
GEMFILE_CHANGES = "gem 'logstash-docgen', :path => \"#{File.expand_path(File.join(File.dirname(__FILE__), "..", "..", ".."))}\""
|
||||
RAKEFILE_CHANGES = "require 'logstash/docgen/plugin_doc'"
|
||||
|
||||
# require devutils to fix an issue when the logger is not found
|
||||
RAKEFILE_CHANGES = "require 'logstash/devutils/rspec/spec_helper'; require 'logstash/docgen/plugin_doc'"
|
||||
|
||||
attr_reader :path, :full_name
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue