Sha256: f298ddb5e15e4e8400cb5be6c874243141a4f4e2341b5f362c6ce0bdff148a66

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 KB

Contents

require 'rubygems'

Gem::Specification.new do |spec|
  spec.name        = 'gis-distance'
  spec.version     = '1.0.2'
  spec.authors     = ['Daniel J. Berger', 'Ardith Falkner']
  spec.license     = 'Artistic 2.0'
  spec.description = 'Calculate the distance between two points on Earth'
  spec.email       = 'djberg96@gmail.com'
  spec.files       = Dir['**/*'].reject{ |f| f.include?('git') }
  spec.test_files  = ['test/test_gis_distance.rb']
  spec.homepage    = 'http://github.com/djberg96/gis-distance'
  spec.cert_chain  = ['certs/djberg96_pub.pem']

  spec.extra_rdoc_files  = ['README', 'CHANGES', 'MANIFEST']

  spec.metadata = {
    'homepage_uri'      => 'https://github.com/djberg96/gis-distance',
    'bug_tracker_uri'   => 'https://github.com/djberg96/gis-distance/issues',
    'changelog_uri'     => 'https://github.com/djberg96/gis-distance/blob/master/CHANGES',
    'documentation_uri' => 'https://github.com/djberg96/gis-distance/wiki',
    'source_code_uri'   => 'https://github.com/djberg96/gis-distance',
    'wiki_uri'          => 'https://github.com/djberg96/gis-distance/wiki'
  }

  spec.summary = <<-EOF
    The gis-distance library provides a simple interface for
    calculating the distance between two points on Earth using
    latitude and longitude.
  EOF
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gis-distance-1.0.2 gis-distance.gemspec