Skip to content

Instantly share code, notes, and snippets.

@benhoskings
Created March 5, 2013 06:05
Show Gist options
  • Save benhoskings/5088361 to your computer and use it in GitHub Desktop.
Save benhoskings/5088361 to your computer and use it in GitHub Desktop.
# -*- 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