Sha256: 11fcceaea99419e38936bef12a183ca83d5f5771eef97f0d8148f2170740cec2

Contents?: true

Size: 926 Bytes

Versions: 1

Compression:

Stored size: 926 Bytes

Contents

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

Gem::Specification.new do |spec|
	spec.name          = "geospatial"
	spec.version       = Geospatial::VERSION
	spec.authors       = ["Samuel Williams"]
	spec.email         = ["samuel.williams@oriontransfer.co.nz"]
	spec.summary       = %q{Provides abstractions for dealing with geographical locations efficiently}
	spec.homepage      = "https://github.com/ioquatix/geospatial"
	spec.license       = "MIT"

	spec.files         = `git ls-files -z`.split("\x0")
	spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
	spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
	spec.require_paths = ["lib"]

	spec.add_development_dependency "rspec", "~> 3.1.0"

	spec.add_development_dependency "bundler", "~> 1.6"
	spec.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
geospatial-0.0.1 geospatial.gemspec