mongoid_geospatial 2.8.0 → 2.8.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ac73953bb1d3c6852d3cef4a15f7e14329742be3
4
- data.tar.gz: 2ab0b1b7b534817cc8627ea154057bc436c8304e
3
+ metadata.gz: 40a6843731a3832611eb19ca69e9008580660fb8
4
+ data.tar.gz: e3aecc3c1f01dbb4ddda4e7c4401bd45c03c792a
5
5
  SHA512:
6
- metadata.gz: d1927bdc7f587f7b504d9a59d9b7a698391f87582e025f8df00e0672921ba93b060b8208cda3619d1f6df2bccf8300d0d86f91c9996b86da485f3ee39778b7c9
7
- data.tar.gz: e8357faab54e5f8f1d09c8dbe5fc922d9c05bf469d4132c0ffe2c21f43eae93c21b4e3aa9528bd02f8ce917ded0c3a2337f48ff951c497d1aef27a9221be2b1f
6
+ metadata.gz: 2f33b113b83240f8fbef94eb645c4d380a66c2587b3eb7886fe9db08502df7bf998af9ce99c2c2ede38a64297a6caed57b5d13f706954a3e39dd48b7599f66da
7
+ data.tar.gz: 2cecc4bb71f7562f73318cc0915264fe2c7368c5fb441f4a13122d67742ec14f77bcf82ab86f0c9ea5f05320af78bd14b2e686f5b717663024da738a2e57976d
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright (c) 2009-2013 Mongoid Geospatial Authors
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module Geospatial
3
- VERSION = "2.8.0"
3
+ VERSION = "2.8.1"
4
4
  end
5
5
  end
@@ -14,6 +14,7 @@ Gem::Specification.new do |gem|
14
14
  gem.name = "mongoid_geospatial"
15
15
  gem.require_paths = ["lib"]
16
16
  gem.version = Mongoid::Geospatial::VERSION
17
+ gem.license = "MIT"
17
18
 
18
19
  gem.add_dependency('mongoid', ['>= 3.0.0'])
19
20
  gem.add_dependency('activesupport', [">= 3.2"])
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.8.0
4
+ version: 2.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Ong
@@ -123,6 +123,7 @@ files:
123
123
  - .rspec
124
124
  - Gemfile
125
125
  - Guardfile
126
+ - LICENSE
126
127
  - README.md
127
128
  - Rakefile
128
129
  - lib/mongoid_geospatial.rb
@@ -167,7 +168,8 @@ files:
167
168
  - spec/support/mongod.conf
168
169
  - spec/support/mongoid.yml
169
170
  homepage: https://github.com/nofxx/mongoid_geospatial
170
- licenses: []
171
+ licenses:
172
+ - MIT
171
173
  metadata: {}
172
174
  post_install_message:
173
175
  rdoc_options: []