stance 0.7.0 → 0.7.1

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: b5c5e32182840703a7fd87799e835b4227de0d7c79967573359d71baa41531ee
4
- data.tar.gz: f572eaa1014020ff06816056a1bc41f37304a0fba26c6b991cd0d37458fa678b
3
+ metadata.gz: b8a52e7f6f462c2b557f5763b3d1645d9aa13a051191d159ac90de8948426984
4
+ data.tar.gz: 17c2a9bd54eca8ff156a433a6a68f879935585eeaa361f28dfebe31db1e03dac
5
5
  SHA512:
6
- metadata.gz: 12cd7a6cd36aa7460d683085717b544fa3af4b1ffbf497f3db743ef0beb839dd14fc07a8209935371cecd11dc7129ae74bb5d608a111624822f678690969153e
7
- data.tar.gz: 5dad82f9ab70dcb3637d9f0e00b40b31ff64b1e42eadfccb6c9561c8f7a55e15507469016d889cae9124ef06d7a3c599ba104a2c1d813daefe107f70a82cadf0
6
+ metadata.gz: 552521138c55d553836d1e155738dd1ee2a510b45c1540009d68992572d2c151e40303de7360896e12747356ec194e0a84ad62ead166eaa5e4a771e8a71ab569
7
+ data.tar.gz: d0d2364d726ee0dd5c7c56b073e161e0c492c82e138a1c01bf300ecadf6c3d3eb99d837b2bb9d84fd1e1a23b03c04de3350e49b7e25dbf4000357d6aaf16bb1f
data/Gemfile.lock CHANGED
@@ -9,25 +9,25 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionpack (7.0.3)
13
- actionview (= 7.0.3)
14
- activesupport (= 7.0.3)
12
+ actionpack (7.0.3.1)
13
+ actionview (= 7.0.3.1)
14
+ activesupport (= 7.0.3.1)
15
15
  rack (~> 2.0, >= 2.2.0)
16
16
  rack-test (>= 0.6.3)
17
17
  rails-dom-testing (~> 2.0)
18
18
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
19
- actionview (7.0.3)
20
- activesupport (= 7.0.3)
19
+ actionview (7.0.3.1)
20
+ activesupport (= 7.0.3.1)
21
21
  builder (~> 3.1)
22
22
  erubi (~> 1.4)
23
23
  rails-dom-testing (~> 2.0)
24
24
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
25
- activemodel (7.0.3)
26
- activesupport (= 7.0.3)
27
- activerecord (7.0.3)
28
- activemodel (= 7.0.3)
29
- activesupport (= 7.0.3)
30
- activesupport (7.0.3)
25
+ activemodel (7.0.3.1)
26
+ activesupport (= 7.0.3.1)
27
+ activerecord (7.0.3.1)
28
+ activemodel (= 7.0.3.1)
29
+ activesupport (= 7.0.3.1)
30
+ activesupport (7.0.3.1)
31
31
  concurrent-ruby (~> 1.0, >= 1.0.2)
32
32
  i18n (>= 1.6, < 2)
33
33
  minitest (>= 5.1)
@@ -42,7 +42,7 @@ GEM
42
42
  concurrent-ruby (1.1.10)
43
43
  crass (1.0.6)
44
44
  erubi (1.10.0)
45
- i18n (1.10.0)
45
+ i18n (1.11.0)
46
46
  concurrent-ruby (~> 1.0)
47
47
  json (2.6.2)
48
48
  loofah (2.18.0)
@@ -60,7 +60,7 @@ GEM
60
60
  minitest (~> 5.0)
61
61
  mocha (1.14.0)
62
62
  multi_json (1.15.0)
63
- nokogiri (1.13.6)
63
+ nokogiri (1.13.7)
64
64
  mini_portile2 (~> 2.8.0)
65
65
  racc (~> 1.4)
66
66
  parallel (1.22.1)
@@ -76,9 +76,9 @@ GEM
76
76
  nokogiri (>= 1.6)
77
77
  rails-html-sanitizer (1.4.3)
78
78
  loofah (~> 2.3)
79
- railties (7.0.3)
80
- actionpack (= 7.0.3)
81
- activesupport (= 7.0.3)
79
+ railties (7.0.3.1)
80
+ actionpack (= 7.0.3.1)
81
+ activesupport (= 7.0.3.1)
82
82
  method_source
83
83
  rake (>= 12.2)
84
84
  thor (~> 1.0)
@@ -21,7 +21,7 @@ module Stance
21
21
  end
22
22
 
23
23
  def properties_type
24
- case ActiveRecord::Base.connection_config[:adapter].to_s
24
+ case ActiveRecord::Base.connection_db_config.adapter
25
25
  when /postg/i # postgres, postgis
26
26
  'jsonb'
27
27
  when /mysql/i
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stance
4
- VERSION = '0.7.0'
4
+ VERSION = '0.7.1'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stance
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Moss
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-06 00:00:00.000000000 Z
11
+ date: 2022-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord