geoip.gemspec in geoip-1.2.2 vs geoip.gemspec in geoip-1.3.0
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "geoip"
- s.version = "1.2.2"
+ s.version = "1.3.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Clifford Heath", "Roland Moriz"]
- s.date = "2013-08-05"
+ s.date = "2013-08-13"
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 = [
"README.rdoc"
@@ -24,9 +24,10 @@
"config/website.yml",
"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",
"script/destroy",
"script/generate",