Sha256: 9756591fbbc5608e3213a2280acde1e96c5f58dddf14b43a915f4cde37a19548

Contents?: true

Size: 260 Bytes

Versions: 12

Compression:

Stored size: 260 Bytes

Contents

# frozen_string_literal: true

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

      def self.data
        @data ||= load_raw(CrawlerDetect.config.settings.raw_crawlers_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/crawlers.rb
crawler_detect-1.2.4 lib/crawler_detect/library/crawlers.rb
crawler_detect-1.2.3 lib/crawler_detect/library/crawlers.rb
crawler_detect-1.2.2 lib/crawler_detect/library/crawlers.rb
crawler_detect-1.2.1 lib/crawler_detect/library/crawlers.rb
crawler_detect-1.2.0 lib/crawler_detect/library/crawlers.rb
crawler_detect-1.1.2 lib/crawler_detect/library/crawlers.rb
crawler_detect-1.1.1 lib/crawler_detect/library/crawlers.rb
crawler_detect-1.1.0 lib/crawler_detect/library/crawlers.rb
crawler_detect-1.0.2 lib/crawler_detect/library/crawlers.rb
crawler_detect-1.0.1 lib/crawler_detect/library/crawlers.rb
crawler_detect-1.0.0 lib/crawler_detect/library/crawlers.rb