Sha256: dd3e9f11f1ca0f36ed4f354c348d961ca3b43e45274e49b35db92b6c79a0add9
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "geolite2_city/version" Gem::Specification.new do |spec| spec.name = "geolite2_city" spec.version = GeoLite2City::VERSION spec.authors = ["Henrik Nyh"] spec.email = ["henrik@nyh.se"] spec.summary = %q{Includes the free GeoLite2 City database file.} spec.homepage = "https://github.com/barsoom/geolite2_city" spec.license = "MIT" spec.post_install_message = "#### PLEASE NOTE: THIS GEM IS DISCONTINUED DUE TO LICENSING ISSUES #### - Read more in the README.md" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler" spec.add_development_dependency "rake" spec.add_development_dependency "maxminddb" spec.add_development_dependency "minitest" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
geolite2_city-2019.08.07 | geolite2_city.gemspec |