geoip.gemspec in geoip-1.6.3 vs geoip.gemspec in geoip-1.6.4

- old
+ new

@@ -1,14 +1,14 @@ # 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 +# stub: geoip 1.6.4 ruby lib Gem::Specification.new do |s| s.name = "geoip" - s.version = "1.6.2" + 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" @@ -21,11 +21,10 @@ ] 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", @@ -39,10 +38,10 @@ "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.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