# -*- encoding: utf-8 -*- # stub: geoip 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "geoip".freeze s.version = "1.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Clifford Heath".freeze, "Roland Moriz".freeze] s.date = "2011-05-05" s.description = "GeoIP searches a GeoIP database for a given host or IP address, and\nreturns information about the country where the IP address is allocated,\nand the city, ISP and other information, if you have that database version.".freeze s.email = ["clifford.heath@gmail.com".freeze, "rmoriz@gmail.com".freeze] s.executables = ["geoip".freeze] s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["History.rdoc".freeze, "README.rdoc".freeze, "Rakefile".freeze, "bin/geoip".freeze, "config/website.yml".freeze, "data/geoip/country_code.yml".freeze, "data/geoip/country_code3.yml".freeze, "data/geoip/country_continent.yml".freeze, "data/geoip/country_name.yml".freeze, "data/geoip/time_zone.yml".freeze, "geoip.gemspec".freeze, "lib/geoip.rb".freeze, "script/destroy".freeze, "script/generate".freeze, "script/txt2html".freeze, "test/test_geoip.rb".freeze, "test/test_helper.rb".freeze, "website/index.txt".freeze, "website/javascripts/rounded_corners_lite.inc.js".freeze, "website/stylesheets/screen.css".freeze, "website/template.rhtml".freeze] s.homepage = "http://github.com/cjheath/geoip".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "GeoIP searches a GeoIP database for a given host or IP address, and returns information about the country where the IP address is allocated, and the city, ISP and other information, if you have that database version.".freeze s.test_files = ["test/test_geoip.rb".freeze, "test/test_helper.rb".freeze] end