crawler_detect 0.1.9 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/crawler_detect/library/crawlers.rb +4 -0
- data/lib/crawler_detect/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 342d96d8f386511a05e7ab0894faefca3ea74a60910f378c2b5c1ab26bd530a8
|
|
4
|
+
data.tar.gz: 5fb6e1759b67aeb2e2d644d6c48141ad02c3c74663a31468ae2f4c53b69df0fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ed795dd180037e8a131bc05b3a176488b70601373daabbd459a0f3c21bc49a240eaac4518148c50dc14bd5edd46f92f62e70453c2cbfd0d85002e3cdfc9dbdc
|
|
7
|
+
data.tar.gz: 1e30cad0d3588db6a89fb95b04e5e09166a9742acc33f14c2dce2d56c25b5578f12e3c572dc2c1401fccf5d526518b851ce41f79e0a3b00f9ef6b361718ad14f
|
|
@@ -114,6 +114,7 @@ autocite
|
|
|
114
114
|
AutomaticWPTester
|
|
115
115
|
Autonomy
|
|
116
116
|
axios\/
|
|
117
|
+
AWS Security Scanner
|
|
117
118
|
B-l-i-t-z-B-O-T
|
|
118
119
|
Backlink-Ceck
|
|
119
120
|
backlink-check
|
|
@@ -443,6 +444,7 @@ Hadi Agent
|
|
|
443
444
|
HappyApps-WebCheck
|
|
444
445
|
Hatena
|
|
445
446
|
Havij
|
|
447
|
+
HaxerMen
|
|
446
448
|
HeadlessChrome
|
|
447
449
|
HEADMasterSEO
|
|
448
450
|
HeartRails_Capture
|
|
@@ -574,6 +576,7 @@ Kml-Google
|
|
|
574
576
|
knows\.is
|
|
575
577
|
KOCMOHABT
|
|
576
578
|
kouio
|
|
579
|
+
kubectl
|
|
577
580
|
kube-probe
|
|
578
581
|
kulturarw3
|
|
579
582
|
KumKie
|
|
@@ -712,6 +715,7 @@ NewsBlur .*Finder
|
|
|
712
715
|
NewsGator
|
|
713
716
|
newsme
|
|
714
717
|
newspaper\/
|
|
718
|
+
NetSystemsResearch
|
|
715
719
|
Nexgate Ruby Client
|
|
716
720
|
NG-Search
|
|
717
721
|
Nibbler
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: crawler_detect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pavel Kozlov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-11-
|
|
11
|
+
date: 2019-11-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|