-
Notifications
You must be signed in to change notification settings - Fork 83
/
geoip.gemspec
47 lines (44 loc) · 1.66 KB
/
geoip.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# 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.4 ruby lib
Gem::Specification.new do |s|
s.name = "geoip"
s.version = "1.6.4"
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",
"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-2.1"]
s.rubygems_version = "2.6.13"
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