Codebase list ruby-maxmind-db / 3039081b-885b-43ed-9dbb-0da69c9f347a/main maxmind-db.gemspec
3039081b-885b-43ed-9dbb-0da69c9f347a/main

Tree @3039081b-885b-43ed-9dbb-0da69c9f347a/main (Download .tar.gz)

maxmind-db.gemspec @3039081b-885b-43ed-9dbb-0da69c9f347a/mainraw · history · blame

Gem::Specification.new do |s|
  s.authors     = ['William Storey']
  s.files       = Dir['**/*']
  s.name        = 'maxmind-db'
  s.summary     = 'A gem for reading MaxMind DB files.'
  s.version     = '1.0.0'

  s.description = 'A gem for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).'
  s.email       = '[email protected]'
  s.homepage    = 'https://github.com/maxmind/MaxMind-DB-Reader-ruby'
  s.licenses    = ['Apache-2.0', 'MIT']
  s.metadata = {
    'bug_tracker_uri' => 'https://github.com/maxmind/MaxMind-DB-Reader-ruby/issues',
    'changelog_uri' => 'https://github.com/maxmind/MaxMind-DB-Reader-ruby/blob/master/CHANGELOG.md',
    'documentation_uri' => 'https://github.com/maxmind/MaxMind-DB-Reader-ruby',
    'homepage_uri' => 'https://github.com/maxmind/MaxMind-DB-Reader-ruby',
    'source_code_uri' => 'https://github.com/maxmind/MaxMind-DB-Reader-ruby',
  }
end