Sha256: 9505312bb30b997f021812f3453bdc57e68db177a0189f01dec03138bdb702e6
Contents?: true
Size: 1.08 KB
Versions: 1
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 'locationary/version' Gem::Specification.new do |spec| spec.name = "locationary" spec.version = Locationary::VERSION spec.authors = ["Oren Mazor"] spec.email = ["oren.mazor@gmail.com"] spec.description = "Gem to normalize and auto-correct location information" spec.summary = "Gem to normalize and auto-correct location information" spec.homepage = "https://github.com/Shopify/locationary" spec.license = "MIT" spec.files = `git ls-files`.split($/) 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_runtime_dependency "bundler" spec.add_runtime_dependency "rake" spec.add_runtime_dependency "msgpack" spec.add_runtime_dependency "minitest" spec.add_runtime_dependency "zipruby", "0.3.6" spec.add_runtime_dependency "snappy" spec.add_runtime_dependency "pry" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
locationary-0.0.5 | locationary.gemspec |