Skip to content

Commit

Permalink
gemspec: Remove deprecated has_rdoc
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Nakagawa <[email protected]>
  • Loading branch information
repeatedly committed May 19, 2018
1 parent 9738a42 commit 6fd23bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fluentd.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
gem.has_rdoc = false
gem.license = "Apache-2.0"

gem.required_ruby_version = '>= 2.1'
Expand Down

0 comments on commit 6fd23bb

Please sign in to comment.