mongoid_geospatial 2.5.0 → 2.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/mongoid_geospatial/version.rb +1 -1
- data/mongoid_geospatial.gemspec +2 -4
- metadata +4 -20
data/mongoid_geospatial.gemspec
CHANGED
@@ -4,8 +4,8 @@ require File.expand_path('../lib/mongoid_geospatial/version', __FILE__)
|
|
4
4
|
Gem::Specification.new do |gem|
|
5
5
|
gem.authors = ["Ryan Ong", "Marcos Piccinini"]
|
6
6
|
gem.email = ["use@git.hub.com"]
|
7
|
-
gem.description =
|
8
|
-
gem.summary =
|
7
|
+
gem.description = "Mongoid Extension that simplifies spatial calculations. Adds integration into mongoid so pagination and other function continue to work. It adds symbol extensions to simplify query creation."
|
8
|
+
gem.summary = "Mongoid Extension that simplifies and adds support for MongoDB Geo Spatial Calculations."
|
9
9
|
gem.homepage = "https://github.com/nofxx/mongoid_geospatial"
|
10
10
|
|
11
11
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
@@ -15,8 +15,6 @@ Gem::Specification.new do |gem|
|
|
15
15
|
gem.require_paths = ["lib"]
|
16
16
|
gem.version = Mongoid::Geospatial::VERSION
|
17
17
|
|
18
|
-
|
19
|
-
gem.add_dependency('rgeo', ['>= 0.3.15'])
|
20
18
|
gem.add_dependency('mongoid', ['>= 3.0.0'])
|
21
19
|
gem.add_dependency('activesupport', ["~> 3.2"])
|
22
20
|
gem.add_development_dependency('yard', ["~>0.6.0"])
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mongoid_geospatial
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.5.
|
4
|
+
version: 2.5.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,24 +10,8 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2012-09-
|
13
|
+
date: 2012-09-17 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
|
-
- !ruby/object:Gem::Dependency
|
16
|
-
name: rgeo
|
17
|
-
requirement: !ruby/object:Gem::Requirement
|
18
|
-
none: false
|
19
|
-
requirements:
|
20
|
-
- - ! '>='
|
21
|
-
- !ruby/object:Gem::Version
|
22
|
-
version: 0.3.15
|
23
|
-
type: :runtime
|
24
|
-
prerelease: false
|
25
|
-
version_requirements: !ruby/object:Gem::Requirement
|
26
|
-
none: false
|
27
|
-
requirements:
|
28
|
-
- - ! '>='
|
29
|
-
- !ruby/object:Gem::Version
|
30
|
-
version: 0.3.15
|
31
15
|
- !ruby/object:Gem::Dependency
|
32
16
|
name: mongoid
|
33
17
|
requirement: !ruby/object:Gem::Requirement
|
@@ -140,7 +124,7 @@ dependencies:
|
|
140
124
|
- - ! '>='
|
141
125
|
- !ruby/object:Gem::Version
|
142
126
|
version: '0'
|
143
|
-
description:
|
127
|
+
description: Mongoid Extension that simplifies spatial calculations. Adds integration
|
144
128
|
into mongoid so pagination and other function continue to work. It adds symbol extensions
|
145
129
|
to simplify query creation.
|
146
130
|
email:
|
@@ -215,7 +199,7 @@ rubyforge_project:
|
|
215
199
|
rubygems_version: 1.8.23
|
216
200
|
signing_key:
|
217
201
|
specification_version: 3
|
218
|
-
summary:
|
202
|
+
summary: Mongoid Extension that simplifies and adds support for MongoDB Geo Spatial
|
219
203
|
Calculations.
|
220
204
|
test_files:
|
221
205
|
- spec/models/address.rb
|