Sha256: 9740ee3bae5d909d537ffc99c69434005194b6833f71f6193c61efb789a4f0f9

Contents?: true

Size: 869 Bytes

Versions: 11

Compression:

Stored size: 869 Bytes

Contents

HUMANS = {
  'Unknown' => nil, # for the moment we're treating a blank user agent string as not a bot
  'Chrome' => 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36',
  'Firefox' => 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1',
  'Safari' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/7.0.3 Safari/7046A194A',
  'Internet Explorer' => 'Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko',
  'Chrome Mobile' => 'Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/535.19',
  'Safari for iOS' => 'Mozilla/5.0 (iPad; CPU OS 7_0 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11A465 Safari/9537.53'
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
voight_kampff-2.0.0 spec/support/humans.rb
voight_kampff-1.1.4 spec/support/humans.rb
voight_kampff-1.1.3 spec/support/humans.rb
voight_kampff-1.1.2 spec/support/humans.rb
voight_kampff-1.1.1 spec/support/humans.rb
voight_kampff-1.1.0 spec/support/humans.rb
voight_kampff-1.0.4 spec/support/humans.rb
voight_kampff-1.0.3 spec/support/humans.rb
voight_kampff-1.0.2 spec/support/humans.rb
voight_kampff-1.0.1 spec/support/humans.rb
voight_kampff-1.0.0 spec/support/humans.rb