Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing has_rdoc deprecation warning (#153)
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