Sha256: a33e56d74e335d089f61276bbf8fd3d66994a7691f89731799a37df2e66dffe4
Contents?: true
Size: 206 Bytes
Versions: 20
Compression:
Stored size: 206 Bytes
Contents
# frozen_string_literal: true module Legitbot # :nodoc: # https://adbot.amazon.com/index.html class Amazon < BotMatch domains 'amazonadbot.com.' end rule Legitbot::Amazon, %w[AmazonAdBot] end
Version data entries
20 entries across 20 versions & 1 rubygems