Skip to content

Commit

Permalink
Bump up version to v0.2.4
Browse files Browse the repository at this point in the history
And permit to use with nokogiri v1.13.0.

Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Jan 11, 2022
1 parent fd20184 commit 8835854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fluent-plugin-parser-winevt_xml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "fluent-plugin-parser-winevt_xml"
spec.version = "0.2.3"
spec.version = "0.2.4"
spec.authors = ["Hiroshi Hatake", "Masahiro Nakagawa"]
spec.email = ["[email protected]", "[email protected]"]
spec.summary = %q{Fluentd Parser plugin to parse XML rendered windows event log.}
Expand All @@ -21,5 +21,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake"
spec.add_development_dependency "test-unit", "~> 3.4.0"
spec.add_runtime_dependency "fluentd", [">= 0.14.12", "< 2"]
spec.add_runtime_dependency "nokogiri", [">= 1.12.5", "< 1.13"]
spec.add_runtime_dependency "nokogiri", [">= 1.12.5", "< 1.14"]
end

0 comments on commit 8835854

Please sign in to comment.