search-sniffer 0.0.1 → 0.0.2

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.
@@ -32,6 +32,7 @@ module Search
32
32
 
33
33
  @search_referers = {
34
34
  :google => [/^http:\/\/(www\.)?google.*/, 'q'],
35
+ :google => [/^http:\/\/(www\.)?yandex.*/, 'text'],
35
36
  :yahoo => [/^http:\/\/search\.yahoo.*/, 'p'],
36
37
  :msn => [/^http:\/\/search\.msn.*/, 'q'],
37
38
  :aol => [/^http:\/\/search\.aol.*/, 'userQuery'],
@@ -1,5 +1,5 @@
1
1
  module Search
2
2
  module Sniffer
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
Binary file
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.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -25,6 +25,8 @@ files:
25
25
  - lib/search-sniffer.rb
26
26
  - lib/search-sniffer/search-sniffer.rb
27
27
  - lib/search-sniffer/version.rb
28
+ - pkg/search-sniffer-0.0.1.gem
29
+ - search-sniffer-0.0.1.gem
28
30
  - search-sniffer.gemspec
29
31
  homepage: ''
30
32
  licenses: []