Sha256: f8d7e41a55052e271bcf7d64f8d9df990a27268b796229166b43db0554ef3c9f

Contents?: true

Size: 1.67 KB

Versions: 1

Compression:

Stored size: 1.67 KB

Contents

# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: geoip 1.6.1 ruby lib

Gem::Specification.new do |s|
  s.name = "geoip"
  s.version = "1.6.1"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Clifford Heath", "Roland Moriz"]
  s.date = "2015-06-24"
  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."
  s.email = ["clifford.heath@gmail.com", "rmoriz@gmail.com"]
  s.executables = ["geoip"]
  s.extra_rdoc_files = [
    "LICENSE",
    "README.rdoc"
  ]
  s.files = [
    "History.rdoc",
    "LICENSE",
    "README.rdoc",
    "Rakefile",
    "bin/geoip",
    "data/geoip/country_code.yml",
    "data/geoip/country_code3.yml",
    "data/geoip/country_continent.yml",
    "data/geoip/country_name.yml",
    "data/geoip/region.yml",
    "data/geoip/time_zone.yml",
    "geoip.gemspec",
    "lib/geoip.rb",
    "test/csvORG2dat.py",
    "test/organizations.csv",
    "test/organizations.dat",
    "test/test_file.rb",
    "test/test_geoip.rb",
    "test/test_helper.rb"
  ]
  s.homepage = "http://github.com/cjheath/geoip"
  s.licenses = ["LGPL"]
  s.rubygems_version = "2.2.2"
  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."
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
geoip-1.6.1 geoip.gemspec