Sha256: 738d6c9dd0760702f4d7860088e22994b7b0a98a3b18dd74547a1a0cc531d99a
Contents?: true
Size: 197 Bytes
Versions: 1
Compression:
Stored size: 197 Bytes
Contents
# frozen_string_literal: true module Legitbot # :nodoc: # http://aspiegel.com/petalbot class Petalbot < BotMatch domains 'aspiegel.com.' end rule Legitbot::Petalbot, %w[PetalBot] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
legitbot-1.3.0 | lib/legitbot/petalbot.rb |