# -*- encoding: utf-8 -*-
# stub: fivepointssolutions-uaid 0.1.1 ruby lib

Gem::Specification.new do |s|
  s.name = "fivepointssolutions-uaid".freeze
  s.version = "0.1.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Adam Williams".freeze]
  s.date = "2009-06-16"
  s.description = "A small library useful to Rack-based Ruby applications for obtaining information about the user agent".freeze
  s.email = "adam@thewilliams.ws".freeze
  s.files = ["VERSION.yml".freeze, "lib/uaid".freeze, "lib/uaid.rb".freeze, "lib/uaid/extractor.rb".freeze, "lib/uaid/helper.rb".freeze, "lib/uaid/user_agent.rb".freeze, "spec/extractor_spec.rb".freeze, "spec/helper_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/user_agent_spec.rb".freeze]
  s.homepage = "http://github.com/fivepointssolutions/uaid".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "A small library useful to Rack-based Ruby applications for obtaining information about the user agent".freeze
end