0.0
No commit activity in last 3 years
No release in over 3 years
A simple library to parse the beloved browscap.ini file (ported to ruby from Henning Schroeder's python code by Lukas Fittl).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.6

Runtime

~> 0.4
 Project Readme

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.