search-sniffer 0.0.3 → 0.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.
@@ -33,6 +33,7 @@ module Search
33
33
  @search_referers = {
34
34
  :google => [/^http:\/\/(www\.)?google.*/, 'q'],
35
35
  :yandex => [/^http:\/\/(www\.)?yandex.*/, 'text'],
36
+ :mail => [/^http:\/\/go\.mail.*/, 'q'],
36
37
  :yahoo => [/^http:\/\/search\.yahoo.*/, 'p'],
37
38
  :msn => [/^http:\/\/search\.msn.*/, 'q'],
38
39
  :aol => [/^http:\/\/search\.aol.*/, 'userQuery'],
@@ -1,5 +1,5 @@
1
1
  module Search
2
2
  module Sniffer
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: search-sniffer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-28 00:00:00.000000000 Z
12
+ date: 2013-01-04 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Simple plugin to sniff inbound search terms from popular search engines
15
15
  email:
@@ -28,6 +28,7 @@ files:
28
28
  - pkg/search-sniffer-0.0.1.gem
29
29
  - search-sniffer-0.0.1.gem
30
30
  - search-sniffer-0.0.2.gem
31
+ - search-sniffer-0.0.3.gem
31
32
  - search-sniffer.gemspec
32
33
  homepage: ''
33
34
  licenses: []