Sha256: 801e22511d357c158d0fd42428898d224f009a1f48cdee73c2677b191ac5fbf5
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 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 = "Ruby Gem to normalize and auto-correct location information" spec.summary = "Ruby Gem to normalize and auto-correct location information" spec.homepage = "" 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", "~> 1.3" 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.4 | locationary.gemspec |