Created
March 5, 2013 06:05
-
-
Save benhoskings/5088361 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- encoding: utf-8 -*- | |
Gem::Specification.new do |s| | |
s.name = "geoip-c" | |
s.version = "0.8.1" | |
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | |
s.authors = ["Ryah Dahl", "Matt Todd", "Andy Lindeman"] | |
s.date = "2012-04-11" | |
s.description = "Generic GeoIP lookup tool. Based on the geoip_city RubyGem by Ryah Dahl" | |
s.email = ["[email protected]", "[email protected]"] | |
s.extensions = ["extconf.rb"] | |
s.files = ["extconf.rb"] | |
s.homepage = "http://github.com/mtodd/geoip" | |
s.require_paths = ["."] | |
s.rubygems_version = "2.0.0" | |
s.summary = "A Binding to the GeoIP C library" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment