Sha256: ea0d431e7f62e0fe68305c2d594cd0e5f95b5c256ef65f24809ad884235d9a14

Contents?: true

Size: 201 Bytes

Versions: 6

Compression:

Stored size: 201 Bytes

Contents

# frozen_string_literal: true

module Legitbot # :nodoc:
  # https://about.you.com/youbot/
  class You < BotMatch
    ip_ranges %w[
      20.59.40.22
    ]
  end

  rule Legitbot::You, %w[YouBot/]
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
legitbot-1.9.0 lib/legitbot/you.rb
legitbot-1.8.0 lib/legitbot/you.rb
legitbot-1.7.3 lib/legitbot/you.rb
legitbot-1.7.2 lib/legitbot/you.rb
legitbot-1.7.1 lib/legitbot/you.rb
legitbot-1.7.0 lib/legitbot/you.rb