Skip to content

Commit

Permalink
add test-unit
Browse files Browse the repository at this point in the history
  • Loading branch information
kazegusuri committed Jun 16, 2015
1 parent a6cac7a commit db27dd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fluent-plugin-flatten-hash.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "fluentd", ["> 0.10.0", "< 0.14.0"]
spec.add_dependency "fluentd", ["> 0.12.0", "< 0.14.0"]
spec.add_development_dependency "rake"
spec.add_development_dependency "test-unit"
end

0 comments on commit db27dd7

Please sign in to comment.