Sha256: 93ef18ed752db58cada50e90cee804cd5ea5b334fe8d1cc5a76e9079b8990d5d

Contents?: true

Size: 1.67 KB

Versions: 2

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.2 ruby lib

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

  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 = "2016-08-03"
  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.4.5"
  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

2 entries across 2 versions & 1 rubygems

Version Path
geoip-1.6.3 geoip.gemspec
geoip-1.6.2 geoip.gemspec