cardmagic / simple-rss

A simple, flexible, extensible, and liberal RSS and Atom reader for Ruby. It is designed to be backwards compatible with the standard RSS parser, but will never do RSS generation.
https://github.com/cardmagic/simple-rss
Other
225 stars 68 forks source link

Remove use of deprecated RubyGems #has_rdoc method #21

Closed kbrock closed 6 years ago

kbrock commented 9 years ago

This is not mine,

I've cherry-picked one from someone else (from 2011): Thanks, Keenan


As of RubyGems 1.7.0, the #has_rdoc= method is deprecated:

http://blog.segment7.net/2011/04/01/rubygems-1-7-0

Prior to this commit, requiring the simple-rss gem or running rake for the simple-rss gem would produce the following warning:

NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It will be removed on or after 2011-10-01.

elifoster commented 8 years ago

The check failure seems to be completely irrelevant to the actual change. :+1: