voight_kampff 1.0.4 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/crawler-user-agents.json +57 -0
- data/lib/voight_kampff/version.rb +1 -1
- data/voight_kampff.gemspec +1 -1
- metadata +12 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 701e8fc73d384ed166e012cc83923c629a8909f5
|
4
|
+
data.tar.gz: a011cc157b5b2e5d63e42a44c81b079c7d2a387c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb26f0d79e494074a45844e3e158a170918e416586f7a12c4478cc0f49c8383b466521076a2b7a25964acba0dae6ad40f590cd0ec4088a7733bfcf66021d858e
|
7
|
+
data.tar.gz: 94e716c8c99b02c5fdc9c71f765868ee34bfe7ed7a53e45ef4650d609b92220a64afe5ce9658fe39c33a7e45b8bc7b207b242cbf5f299f252fc4a12bed24fd00
|
@@ -878,5 +878,62 @@
|
|
878
878
|
"pattern": "Embedly",
|
879
879
|
"addition_date": "2016/04/25",
|
880
880
|
"url": "http://support.embed.ly"
|
881
|
+
},
|
882
|
+
{
|
883
|
+
"pattern": "RankActiveLinkBot",
|
884
|
+
"addition_date": "2016/06/20",
|
885
|
+
"url": "https://rankactive.com/resources/rankactive-linkbot"
|
886
|
+
},
|
887
|
+
{
|
888
|
+
"pattern": "iskanie",
|
889
|
+
"addition_date": "2016/09/02",
|
890
|
+
"url": "http://www.iskanie.com",
|
891
|
+
"instances": ["iskanie (+http://www.iskanie.com)"]
|
892
|
+
},
|
893
|
+
{
|
894
|
+
"pattern": "SafeDNSBot",
|
895
|
+
"addition_date": "2016/09/10",
|
896
|
+
"url": "https://www.safedns.com/searchbot",
|
897
|
+
"instances": ["SafeDNSBot (https://www.safedns.com/searchbot)"]
|
898
|
+
},
|
899
|
+
{
|
900
|
+
"pattern": "SkypeUriPreview",
|
901
|
+
"addition_date": "2016/10/10",
|
902
|
+
"instances": ["Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5"]
|
903
|
+
},
|
904
|
+
{
|
905
|
+
"pattern": "Veoozbot",
|
906
|
+
"addition_date": "2016/11/03",
|
907
|
+
"url": "http://www.veooz.com/veoozbot.html"
|
908
|
+
},
|
909
|
+
{
|
910
|
+
"pattern": "Slackbot",
|
911
|
+
"addition_date": "2016/11/03",
|
912
|
+
"url": "https://api.slack.com/robots"
|
913
|
+
},
|
914
|
+
{
|
915
|
+
"pattern": "redditbot",
|
916
|
+
"addition_date": "2016/11/03",
|
917
|
+
"url": "http://www.reddit.com/feedback"
|
918
|
+
},
|
919
|
+
{
|
920
|
+
"pattern": "datagnionbot",
|
921
|
+
"addition_date": "2016/11/03",
|
922
|
+
"url": "http://www.datagnion.com/bot.html"
|
923
|
+
},
|
924
|
+
{
|
925
|
+
"pattern": "Veoozbot",
|
926
|
+
"addition_date": "2016/11/03",
|
927
|
+
"url": "http://www.veooz.com/veoozbot.html"
|
928
|
+
},
|
929
|
+
{
|
930
|
+
"pattern": "Slackbot",
|
931
|
+
"addition_date": "2016/11/03",
|
932
|
+
"url": "https://api.slack.com/robots"
|
933
|
+
},
|
934
|
+
{
|
935
|
+
"pattern": "Google-Adwords-Instant",
|
936
|
+
"addition_date": "2016/11/03",
|
937
|
+
"url": "http://www.google.com/adsbot.html"
|
881
938
|
}
|
882
939
|
]
|
data/voight_kampff.gemspec
CHANGED
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
|
21
21
|
s.test_files = `git ls-files -- {tests}/**/*`.split("\n")
|
22
22
|
s.require_path = 'lib'
|
23
23
|
|
24
|
-
s.add_dependency 'rack', '
|
24
|
+
s.add_dependency 'rack', ['>= 1.4', '< 3.0']
|
25
25
|
|
26
26
|
s.add_development_dependency 'rails', '~> 4.2'
|
27
27
|
s.add_development_dependency 'rspec-rails', '~> 3.3'
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: voight_kampff
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Adam Crownoble
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-05
|
11
|
+
date: 2016-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rack
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.4'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '3.0'
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
25
28
|
- !ruby/object:Gem::Version
|
26
29
|
version: '1.4'
|
30
|
+
- - "<"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '3.0'
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
name: rails
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -117,8 +123,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
117
123
|
version: '0'
|
118
124
|
requirements: []
|
119
125
|
rubyforge_project:
|
120
|
-
rubygems_version: 2.
|
126
|
+
rubygems_version: 2.6.7
|
121
127
|
signing_key:
|
122
128
|
specification_version: 4
|
123
129
|
summary: Voight-Kampff bot detection
|
124
130
|
test_files: []
|
131
|
+
has_rdoc:
|