bot_detection 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- MTY3MjcyZGJiMzgwOGFkN2JkNGUwZDNjY2NjNzUzODNmZGE2ZDdkMA==
5
- data.tar.gz: !binary |-
6
- MDdjNmFlMzFmZDk5OWIzNDFhZTU2YWZkZmRjYTdiY2EwZGEyYjUwNQ==
2
+ SHA1:
3
+ metadata.gz: c246237ec3d560688b788f3484a98e1f0be542e7
4
+ data.tar.gz: 2602e39c633e6288bc8c8520d129d18dbe3ce589
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- ODFjODA2ZjY3NmQ5NzU3OGZhNWY0M2RkNTAyNmUzMTY4OTZmYmQ5NjU2NjE5
10
- YThlODNhNmQzOThlZWU5MDg2MzY1MjMwMzEyMDNjYjRhOWVhNjZmZTAwMDY3
11
- ZWExZTk4MzNlYTBiZGI5YjAyMjcwZjQ2NTU1OTgxZjk3ZjIwYjg=
12
- data.tar.gz: !binary |-
13
- YzRiODFiODBhNjlkYzZjOGQyYWFiNGJjYjFmNGU1MDU0NmIyOTkxYmQ3MWI1
14
- NTBhYTY3NzRlYWUyMjJhNzM2MDJhZmQyYzgwOWE3YmJhYmQ4YzQxM2FhYjJm
15
- MjQ3MzEyNjIzNDA2MWI3YTM5MWJhNTAxZGM4NGY0YjcyMGYzOWE=
6
+ metadata.gz: 44b76dff0c36b98cca4d73f3797ebe1397c1e3b164db6b8b764039296ee627fc95807555262e107cbfab04fa8465d660c9d0f84c667547e5463588ae674a9a2b
7
+ data.tar.gz: 6c4cedabfe59efd419e517f8d81be89d5f4e011182b5c84e5d66df7d61f24cd41c81b92f9c609ef649e0b1c99995bafecd719d7d79eacc958dca3c5973a180d0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ #### Release 1.0.6
4
+
5
+ - added several new user agents, which have been spotted around, to the list
6
+
3
7
  #### Release 1.0.5
4
8
 
5
9
  - added several new user agents, which have been spotted around, to the list
@@ -35,12 +35,14 @@ BotDetection::BotUserAgents = [
35
35
  "crawler4j (http://code.google.com/p/crawler4j/)",
36
36
  "Mozilla/5.0 (compatible; PaperLiBot/2.1; http://support.paper.li/entries/20023257-what-is-paper-li)",
37
37
  "LivelapBot/0.2 (http://site.livelap.com/crawler)",
38
- "LivelapBot/0.2 (http://site.livelap.com/crawler)",
39
- "Mozilla/5.0 (Linux; U; Android 4.2.2; en-us; CUBOT X6 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30",
40
38
  "Clicapack Bot",
41
39
  "CRAZYWEBCRAWLER 0.9.1, http://www.crazywebcrawler.com",
42
40
  "Mozilla/4.0 (compatible; MSIE 5.01; Windows 95; MSIECrawler)",
43
41
  "bitlybot",
44
42
  "Mozilla/5.0 (TweetmemeBot/4.0; +http://datasift.com/bot.html) Gecko/20100101 Firefox/31.0",
45
43
  "Mozilla/5.0 (Linux; U; Android 4.2.2; bg-bg; CUBOT X6 Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30",
44
+ "DoCoMo/2.0 N905i(c100;TB;W24H16) (compatible; Googlebot-Mobile/2.1; +http://www.google.com/bot.html)",
45
+ "AppEngine-Google; (+http://code.google.com/appengine; appid: asburyisgay)",
46
+ "Mozilla/5.0 (compatible; SemrushBot/0.98~bl; +http://www.semrush.com/bot.html)",
47
+ "Mozilla/5.0 (compatible; DotBot/1.1; http://www.opensiteexplorer.org/dotbot, help@moz.com)",
46
48
  ]
@@ -1,3 +1,3 @@
1
1
  module BotDetection
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bot_detection
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nils Berenbold
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-18 00:00:00.000000000 Z
11
+ date: 2015-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: public_suffix
@@ -42,14 +42,14 @@ dependencies:
42
42
  name: rake
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>='
45
+ - - '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ! '>='
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description:
@@ -82,17 +82,17 @@ require_paths:
82
82
  - lib
83
83
  required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
- - - ! '>='
85
+ - - '>='
86
86
  - !ruby/object:Gem::Version
87
87
  version: '0'
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
- - - ! '>='
90
+ - - '>='
91
91
  - !ruby/object:Gem::Version
92
92
  version: '0'
93
93
  requirements: []
94
94
  rubyforge_project:
95
- rubygems_version: 2.4.2
95
+ rubygems_version: 2.0.14
96
96
  signing_key:
97
97
  specification_version: 4
98
98
  summary: Detects Search Engine crawlers by reverse DNS lookups.