activerecord-mysql2rgeo-adapter 7.1.0 → 7.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3cea6a82ae6d953228236a5977edc5959e9c42f1bfb22551e65c9750a68b09b
|
4
|
+
data.tar.gz: ec5fe7209c439daf1a6c6c0acad0ce456ea88c92e811f17d777a5f6f927e8ad7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8525a4fbcb8ca8bf509c1b079aed654f10785403df3eab43dc7ef0f93d5dd1742794da811915b6415bd35b7d7c58dc4d9addcfdeac4a2a54f1581e91c8417d4
|
7
|
+
data.tar.gz: 392f931518541a7a0f827749393f1cf14064bd31b50ccebe9f236d251035089102b929a8d9bf104dfe1fb08b31f46d229806d857dcd96daa8f32bad0485cc214
|
@@ -66,7 +66,7 @@ module ActiveRecord
|
|
66
66
|
# http://postgis.17.x6.nabble.com/Default-SRID-td5001115.html
|
67
67
|
DEFAULT_SRID = 0
|
68
68
|
|
69
|
-
def initialize(
|
69
|
+
def initialize(...)
|
70
70
|
super
|
71
71
|
|
72
72
|
@visitor = Arel::Visitors::Mysql2Rgeo.new(self)
|
@@ -137,6 +137,10 @@ module ActiveRecord
|
|
137
137
|
end
|
138
138
|
end
|
139
139
|
|
140
|
+
def with_connection
|
141
|
+
yield self
|
142
|
+
end
|
143
|
+
|
140
144
|
private
|
141
145
|
def type_map
|
142
146
|
emulate_booleans ? TYPE_MAP_WITH_BOOLEAN : TYPE_MAP
|
metadata
CHANGED
@@ -1,10 +1,11 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activerecord-mysql2rgeo-adapter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.
|
4
|
+
version: 7.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yongdae Hwang
|
8
|
+
autorequire:
|
8
9
|
bindir: bin
|
9
10
|
cert_chain: []
|
10
11
|
date: 2025-02-28 00:00:00.000000000 Z
|
@@ -15,14 +16,14 @@ dependencies:
|
|
15
16
|
requirements:
|
16
17
|
- - "~>"
|
17
18
|
- !ruby/object:Gem::Version
|
18
|
-
version: 7.
|
19
|
+
version: 7.2.0
|
19
20
|
type: :runtime
|
20
21
|
prerelease: false
|
21
22
|
version_requirements: !ruby/object:Gem::Requirement
|
22
23
|
requirements:
|
23
24
|
- - "~>"
|
24
25
|
- !ruby/object:Gem::Version
|
25
|
-
version: 7.
|
26
|
+
version: 7.2.0
|
26
27
|
- !ruby/object:Gem::Dependency
|
27
28
|
name: rgeo-activerecord
|
28
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -132,6 +133,7 @@ homepage: http://github.com/stadia/activerecord-mysql2rgeo-adapter
|
|
132
133
|
licenses:
|
133
134
|
- BSD-3-Clause
|
134
135
|
metadata: {}
|
136
|
+
post_install_message:
|
135
137
|
rdoc_options: []
|
136
138
|
require_paths:
|
137
139
|
- lib
|
@@ -146,7 +148,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
146
148
|
- !ruby/object:Gem::Version
|
147
149
|
version: '0'
|
148
150
|
requirements: []
|
149
|
-
rubygems_version: 3.
|
151
|
+
rubygems_version: 3.3.27
|
152
|
+
signing_key:
|
150
153
|
specification_version: 4
|
151
154
|
summary: ActiveRecord adapter for MySQL, based on RGeo.
|
152
155
|
test_files: []
|