bot_detection 1.0.3 → 1.0.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 734ee8ae0a3565c70058e067166600e919ed2046
4
- data.tar.gz: 14cec0cae15256ed72bb42cf0b373b8894a08660
3
+ metadata.gz: 1de592441758a62ef6b17cad0dec024dc6626a7b
4
+ data.tar.gz: 3b0970eab0d212bcb9c42d63ab19e4067c30b558
5
5
  SHA512:
6
- metadata.gz: 0d0c195f9fd461e1cbc3eb639f40ea309547940b3f7a0586a8ca23ae0fa7dab77c1b969a8137be6dffe89c3c82c6f10efc5b6bed3bd15c24ca8bf3b51232a6b6
7
- data.tar.gz: 07fdf6125c9af23a8d9fc7a3482c9efc9ff262892b13d8d416fde3f8021592272c0ac6e42ab31de0819a990a3e0411dced675b9cba7fd11d39cea9293e6ec0bd
6
+ metadata.gz: 5b085d9816a53ad6f6a7a1e39f2d5621a15ef1165909e269fff6ff9e69b8461f4404c2712f048c6e871f7e915b120530ffd0f9d39d80f1c6d3d29c46ef37976a
7
+ data.tar.gz: bb6391774125b04847a251727e1d28aea89872a8a5579345523b902d8674dcf4729c786c02201e422f9c7cf69e50bffa9ec5db138d43254abd8209326a487c80
data/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Changelog
2
2
 
3
- #### Release 1.0.2
3
+ #### Release 1.0.4
4
+
5
+ - added several new user agents, which have been spotted around, to the list
6
+
7
+ #### Release 1.0.3
4
8
 
5
9
  - fixed a bug causing the lookup to throw an exception if the reverse lookup fails
6
10
 
@@ -10,4 +10,16 @@ BotDetection::BotUserAgents = [
10
10
  "Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)",
11
11
  "Mozilla/5.0 (compatible; proximic; +http://www.proximic.com/info/spider.php)",
12
12
  "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.0; trendictionbot0.5.0; trendiction search; http://www.trendiction.de/bot; please let us know of any problems; web at trendiction.com) Gecko/20071127 Firefox/3.0.0.11",
13
+ "ia_archiver (+http://www.alexa.com/site/help/webmasters; crawler@alexa.com)",
14
+ "Mozilla/5.0 (compatible; Exabot/3.0 (BiggerBetter); +http://www.exabot.com/go/robot)",
15
+ "Mozilla/5.0 (compatible; Linux x86_64; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)",
16
+ "Mozilla/5.0 (compatible; SMTBot/1.0; +http://www.similartech.com/smtbot)",
17
+ "Twitterbot/1.0",
18
+ "LinkedInBot/1.0 (compatible; Mozilla/5.0; Jakarta Commons-HttpClient/3.1 +http://www.linkedin.com)",
19
+ "Mozilla/5.0 (compatible; XoviBot/2.0; +http://www.xovibot.net/)",
20
+ "Mozilla/5.0 (compatible; SearchmetricsBot; http://www.searchmetrics.com/en/searchmetrics-bot/)",
21
+ "Pinterest/0.1 +http://pinterest.com/",
22
+ "Googlebot (gocrawl v0.4)",
23
+ "Mozilla/5.0 (compatible; Alexabot/1.0; +http://www.alexa.com/help/certifyscan; certifyscan@alexa.com)",
24
+ "Flamingo_SearchEngine (+http://www.flamingosearch.com/bot)", # perhaps a search engine?
13
25
  ]
@@ -1,3 +1,3 @@
1
1
  module BotDetection
2
- VERSION = "1.0.3"
2
+ VERSION = "1.0.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bot_detection
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nils Berenbold