ueno / ruby-gpgme

a ruby interface to GnuPG Made Easy (GPGME).
GNU Lesser General Public License v2.1
232 stars 99 forks source link

Remove has_rdoc from gemspec #129

Closed skalee closed 5 years ago

skalee commented 5 years ago

Gem specification attribute #has_rdoc is deprecated and ignored. According to deprecation warning, it may be removed "on or after 2018-12-01" with no replacement.

This attribute used to describe whether RDoc can be generated for given gem or not. According to RubyGems v1.3.3 release notes, "RDoc is now generated regardless of Gem::Specification#has_rdoc?".

See:

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 88.828% when pulling 56e6d4bb76848b0c3bff1149d0abb4b228f1c944 on skalee:remove-has-rdoc-from-gemspec into c9e924f33648e15775bebd12d5aff8f42d3f6efb on ueno:master.

ueno commented 5 years ago

Thank you!