Sha256: af5b825ed4fc5c41d2db7e94bba5700a1cc1579ff3e4b8a8b3df1dc683d4caed
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/mongoid_spacial/spacial/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Ryan Ong", "Arthur Neves"] gem.email = ["ryanong@gmail.com", "arthurnn@gmail.com"] gem.description = %q{mongoid_spacial simplifies spacial calculations. Adds integration into mongoid so pagination and other function continue to work. It adds symbol extentions to simplify query creation.} gem.summary = %q{A Mongoid Extention that simplifies and adds support for MongoDB Geo Spacial Calculations.} gem.homepage = "https://github.com/ryanong/mongoid_spacial" gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.name = "mongoid_spacial" gem.require_paths = ["lib"] gem.version = Mongoid::Spacial::VERSION gem.add_dependency("mongoid", ['>= 2.1.0', '< 3.0.0']) gem.add_dependency('activesupport', ["~> 3.0"]) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mongoid_spacial-0.2.17 | mongoid_spacial.gemspec |