Sha256: 07664696c5f5126705b44ad0b0f0723f5f9351bd333b91a83918d9817f232830

Contents?: true

Size: 264 Bytes

Versions: 12

Compression:

Stored size: 264 Bytes

Contents

# frozen_string_literal: true

module CrawlerDetect
  module Library
    # @since 0.1.0
    module Exclusions
      extend Loader

      def self.data
        @data ||= load_raw(CrawlerDetect.config.settings.raw_exclusions_path).freeze
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
crawler_detect-1.2.5 lib/crawler_detect/library/exclusions.rb
crawler_detect-1.2.4 lib/crawler_detect/library/exclusions.rb
crawler_detect-1.2.3 lib/crawler_detect/library/exclusions.rb
crawler_detect-1.2.2 lib/crawler_detect/library/exclusions.rb
crawler_detect-1.2.1 lib/crawler_detect/library/exclusions.rb
crawler_detect-1.2.0 lib/crawler_detect/library/exclusions.rb
crawler_detect-1.1.2 lib/crawler_detect/library/exclusions.rb
crawler_detect-1.1.1 lib/crawler_detect/library/exclusions.rb
crawler_detect-1.1.0 lib/crawler_detect/library/exclusions.rb
crawler_detect-1.0.2 lib/crawler_detect/library/exclusions.rb
crawler_detect-1.0.1 lib/crawler_detect/library/exclusions.rb
crawler_detect-1.0.0 lib/crawler_detect/library/exclusions.rb