geoip.gemspec in geoip-1.4.0 vs geoip.gemspec in geoip-1.5.0

- old
+ new

@@ -1,19 +1,19 @@ # 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.4.0 ruby lib +# stub: geoip 1.5.0 ruby lib Gem::Specification.new do |s| s.name = "geoip" - s.version = "1.4.0" + s.version = "1.5.0" 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 = "2014-03-26" + s.date = "2015-03-10" 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", @@ -34,9 +34,10 @@ "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"]