ntail 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/ntail/http_user_agent.rb +1 -1
- data/ntail.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.1
|
@@ -43,7 +43,7 @@ class SearchBot < Agent
|
|
43
43
|
BING_BOT = Regexp.compile('bingbot\/'),
|
44
44
|
CLICKTALE_BOT = Regexp.compile('ClickTale bot'),
|
45
45
|
SCANALERT_BOT = Regexp.compile('ScanAlert; '),
|
46
|
-
STINGRAY_BOT = Regexp.compile('HTTP-Monitor
|
46
|
+
STINGRAY_BOT = Regexp.compile('HTTP-Monitor\/\..\."')
|
47
47
|
]
|
48
48
|
|
49
49
|
def self.search_bot?(http_user_agent)
|
data/ntail.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ntail
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -294,7 +294,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
294
294
|
version: '0'
|
295
295
|
segments:
|
296
296
|
- 0
|
297
|
-
hash:
|
297
|
+
hash: 4436256440205317436
|
298
298
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
299
299
|
none: false
|
300
300
|
requirements:
|