# -*- encoding: utf-8 -*- # stub: uaid 0.1.3 ruby lib Gem::Specification.new do |s| s.name = "uaid".freeze s.version = "0.1.3".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 = "2010-06-17" 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.extra_rdoc_files = ["LICENSE".freeze, "README".freeze] s.files = [".gitignore".freeze, "LICENSE".freeze, "README".freeze, "Rakefile".freeze, "VERSION.yml".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, "uaid.gemspec".freeze] s.homepage = "http://github.com/fivepointssolutions/uaid".freeze s.rdoc_options = ["--charset=UTF-8".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 s.test_files = ["spec/extractor_spec.rb".freeze, "spec/helper_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/user_agent_spec.rb".freeze] end