Skip to content

Commit

Permalink
Merge pull request #4 from okkez/fix-dependency
Browse files Browse the repository at this point in the history
Fix dependencies
  • Loading branch information
bungoume committed Feb 22, 2017
2 parents 0db0010 + 146d1a9 commit 907637b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions fluent-plugin-ignore-filter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "fluentd", ">= 0.12"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
if defined?(RUBY_VERSION) && RUBY_VERSION > '2.2'
spec.add_development_dependency "test-unit"
end
spec.add_development_dependency "test-unit"
end
2 changes: 1 addition & 1 deletion lib/fluent/plugin/filter_ignore.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ def match(regexp, string)
end
return true
end
end if defined?(Filter) # Support only >= v0.12
end
end

0 comments on commit 907637b

Please sign in to comment.