Sha256: 228732d54bcaf16479ad0af5fbd7dfc9a50bbba73d4e7f6061c6b682898284ae

Contents?: true

Size: 778 Bytes

Versions: 11

Compression:

Stored size: 778 Bytes

Contents

#!/bin/bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

wget -O $DIR/../lib/crawler_detect/library/raw/Crawlers.json https://raw.githubusercontent.com/JayBizzle/Crawler-Detect/master/raw/Crawlers.json
wget -O $DIR/../lib/crawler_detect/library/raw/Exclusions.json https://raw.githubusercontent.com/JayBizzle/Crawler-Detect/master/raw/Exclusions.json
wget -O $DIR/../lib/crawler_detect/library/raw/Headers.json https://raw.githubusercontent.com/JayBizzle/Crawler-Detect/master/raw/Headers.json

wget -O $DIR/../spec/fixtures/crawlers.txt https://raw.githubusercontent.com/JayBizzle/Crawler-Detect/master/tests/crawlers.txt
wget -O $DIR/../spec/fixtures/devices.txt https://raw.githubusercontent.com/JayBizzle/Crawler-Detect/master/tests/devices.txt

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
crawler_detect-1.2.4 bin/update_raw_files
crawler_detect-1.2.3 bin/update_raw_files
crawler_detect-1.2.2 bin/update_raw_files
crawler_detect-1.2.1 bin/update_raw_files
crawler_detect-1.2.0 bin/update_raw_files
crawler_detect-1.1.2 bin/update_raw_files
crawler_detect-1.1.1 bin/update_raw_files
crawler_detect-1.1.0 bin/update_raw_files
crawler_detect-1.0.2 bin/update_raw_files
crawler_detect-1.0.1 bin/update_raw_files
crawler_detect-1.0.0 bin/update_raw_files