Skip to content

Commit

Permalink
Removing has_rdoc deprecation warning (#153)
Browse files Browse the repository at this point in the history
Right now, every single time we install the gem, we got a warning:

```
NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It will be removed on or after 2018-12-01.
```
this PR just remove the `has_rdoc` assignment to kill the warn message
  • Loading branch information
Luciano Sousa authored and mpalmer committed Sep 30, 2018
1 parent 008d283 commit 33e5e01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rack-contrib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rdoc', '~> 5.0'
s.add_development_dependency 'ruby-prof', '~> 0.17'

s.has_rdoc = true
s.homepage = "https://github.com/rack/rack-contrib/"
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "rack-contrib", "--main", "README"]
s.require_paths = %w[lib]
Expand Down

0 comments on commit 33e5e01

Please sign in to comment.