rgeo-activerecord 6.1.0 → 6.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/History.md +5 -0
- data/README.md +2 -2
- data/lib/rgeo/active_record/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ae6bf5fcc11e9cfe401a9d62497be056cdbed5da601e834e02280ac18c78e120
|
|
4
|
+
data.tar.gz: '094acfb29d594884a7aa98701451cfe5be3e0dea52fd98f5e34391379a0f7abe'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 166d96391f0fe3f7ef6aca03f7c99fec43b83737777ecf0e542405136d1787adbd87044bd81c771c9acea39da85142d7f3ea098b05c7db41b592c81943bc430d
|
|
7
|
+
data.tar.gz: 242f147489bf70c51ccd6822b4ef4823878a25fb9f13ac0e4e322df1fc0af15905082969fa67ed7cef96b939c719aeac1c3fc6bf78f0ebd7d1001252b08df9b4
|
data/History.md
CHANGED
data/README.md
CHANGED
|
@@ -28,9 +28,9 @@ Gemfile:
|
|
|
28
28
|
```ruby
|
|
29
29
|
gem 'rgeo-activerecord'
|
|
30
30
|
```
|
|
31
|
-
Version `6.1` supports ActiveRecord 5.
|
|
31
|
+
Version `6.1` supports ActiveRecord 5.x and 6.0 with `rgeo` 1.0+.
|
|
32
32
|
|
|
33
|
-
Version `6.0` supports ActiveRecord 5.
|
|
33
|
+
Version `6.0` supports ActiveRecord 5.x with `rgeo` 1.x.
|
|
34
34
|
|
|
35
35
|
Version `5.0` supports ActiveRecord 5.0 and 5.1, with `rgeo` 0.6.
|
|
36
36
|
|
metadata
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rgeo-activerecord
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.
|
|
4
|
+
version: 6.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Azuma, Tee Parham
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-05-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activerecord
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '5.0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '5.0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
@@ -159,8 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
159
159
|
- !ruby/object:Gem::Version
|
|
160
160
|
version: '0'
|
|
161
161
|
requirements: []
|
|
162
|
-
|
|
163
|
-
rubygems_version: 2.7.8
|
|
162
|
+
rubygems_version: 3.0.3
|
|
164
163
|
signing_key:
|
|
165
164
|
specification_version: 4
|
|
166
165
|
summary: An RGeo module providing spatial extensions to ActiveRecord.
|