lib/aua/agents/feed_reader.rb in aua-0.2.1 vs lib/aua/agents/feed_reader.rb in aua-0.2.2
- old
+ new
@@ -1,6 +1,6 @@
module Aua::Agents::FeedReader
- KNOWN_CLIENTS = %w(AppleSyndication Netvibes Windows-RSS-Platform Vienna NewsGatorOnline NewsFire NetNewsWire MWFeedParser SimplePie MagpieRSS Feedfetcher-Google Apple-PubSub)
+ KNOWN_CLIENTS = %w(Reeder AppleSyndication Netvibes Windows-RSS-Platform Vienna NewsGatorOnline NewsFire NetNewsWire MWFeedParser SimplePie MagpieRSS Feedfetcher-Google Apple-PubSub)
def self.extend?(agent)
KNOWN_CLIENTS.include?(agent.app) ||
(agent.app == "Tumblr" && agent.products.include?("RSS") && agent.products.include?("syndication"))
end
\ No newline at end of file