-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make it possible to work without Nokogiri
Nokogiri is not a mandatory dependency for this plugin, so this should work without it. Currently, we need to install Nokogiri manually. Otherwise, the following LoadError occurs: <internal:/path/to/rubygems/core_ext/kernel_require.rb>:88:in `require': cannot load such file -- nokogiri (LoadError) from <internal:/path/to/rubygems/core_ext/kernel_require.rb>:88:in `require' from /path/to/gems/fluent-plugin-windows-eventlog-0.8.3/lib/fluent/plugin/bookmark_sax_parser.rb:1:in `<top (required)>' ... Signed-off-by: Daijiro Fukuda <[email protected]>
- Loading branch information
Showing
1 changed file
with
30 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters