Skip to content

Commit

Permalink
Remove deprecated has_rdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jan 9, 2020
1 parent 0103455 commit c28ce43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rubydns.gemspec
Expand Up @@ -17,7 +17,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
spec.has_rdoc = "yard"

spec.add_dependency("async-dns", "~> 1.0")
spec.add_development_dependency("async-rspec", "~> 1.0")
Expand Down

0 comments on commit c28ce43

Please sign in to comment.