Skip to content
forked from gilles/browscap

A simple library to parse the beloved browscap.ini file

License

Notifications You must be signed in to change notification settings

steveh/browscap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

browscap

A simple library to parse the beloved browscap.ini file. This gem was ported to Ruby by Lukas Fittl from Python. The original code was written by Henning Schroeder. Additional patches by Gilles Devaux. Refactored by Steve Hoeksema.

Usage

require 'browscap'
bcap = Browscap.new
browser = bcap.query("Mozilla/5.0 (compatible; Konqueror/3.5; Linux; X11; de) KHTML/3.5.2 (like Gecko) Kubuntu 6.06 Dapper")

browser.crawler?    # => false
browser.version     # => 3.5

Copyright

This code is distributed under the GNU General Public License version 2. See LICENSE for details.

About

A simple library to parse the beloved browscap.ini file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%