Sha256: 7b12a986eda86d37e619ebaed5b729a710926c1449f2d3336b3d3f5f5c06deda

Contents?: true

Size: 1.08 KB

Versions: 7

Compression:

Stored size: 1.08 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'maxminddb/geolite2/city/version'

Gem::Specification.new do |spec|
  spec.name          = "maxminddb-geolite2-city"
  spec.version       = MaxMindDB::Geolite2::City::VERSION
  spec.authors       = ["okoriko"]
  spec.email         = ["eurico@phybbit.com"]

  spec.summary       = %q{Bundles the GeoLite2-City.mmdb database}
  spec.description   = %q{Bundles the GeoLite2-City.mmdb database}
  spec.homepage      = "https://github.com/Phybbit/maxminddb-geolite2-city"

  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", "~> 1.13"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.0"
  spec.add_development_dependency "highline", "~> 1.7"

  spec.add_dependency "maxminddb", ">= 0.1.11"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
maxminddb-geolite2-city-1.6.0 maxminddb-geolite2-city.gemspec
maxminddb-geolite2-city-1.5.0 maxminddb-geolite2-city.gemspec
maxminddb-geolite2-city-1.4.0 maxminddb-geolite2-city.gemspec
maxminddb-geolite2-city-1.3.0 maxminddb-geolite2-city.gemspec
maxminddb-geolite2-city-1.2.0 maxminddb-geolite2-city.gemspec
maxminddb-geolite2-city-1.1.1 maxminddb-geolite2-city.gemspec
maxminddb-geolite2-city-1.0.0 maxminddb-geolite2-city.gemspec