lib/aua/agents/others.rb in aua-0.2.3 vs lib/aua/agents/others.rb in aua-0.2.4

- old
+ new

@@ -1,6 +1,6 @@ module Aua::Agents::Others - KNOWN_CLIENTS = %w(1PasswordThumbs 1PasswordThumbs1) + KNOWN_CLIENTS = %w(1PasswordThumbs 1PasswordThumbs1 Flint) def self.extend?(agent) KNOWN_CLIENTS.include?(agent.app) || (agent.app == "Microsoft" && agent.products[1] == "Office") || agent.products[-1] == "Word" \ No newline at end of file