sidekiq-sequence 0.2.0 → 0.2.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: 2d34107539f5eadbc416c637cdac60b3a488b0faa90d739f64929eedc624960a
4
- data.tar.gz: 66eab723268ecc7562fc372249f769bc6a4f7b90e8fe5e7e6425638d332700b0
3
+ metadata.gz: 1ff4f3b690c67b3185e15463bb4c65391a14f8b5db7dfa67035ad3139d00c8a9
4
+ data.tar.gz: af1d703ce56dac62d320e226285d27fa067457454e14d4317bdfbc7c561ded8b
5
5
  SHA512:
6
- metadata.gz: 2ba60089644d1299b2ef764b7fa0fa4b504ddfc888b5996bbc2919bf438a64608b20c35b1fd41d67eff35f1f9b2808fe5c8998e0a989fff31dd18c7e94f6da61
7
- data.tar.gz: 1c4f743f9ca4fe84265da6ca71bb939806d6b290b657d544f97c80c2e8d3980c57709d4a9f7d653e16d2357ea3e096576bd8cf258ef53df410c3e1ab45e7fe82
6
+ metadata.gz: 13cc49ef3fecbd6c8b077ed87855a781eaff058f7186707e84cd4a024ce95d59ded71f4d14d9a618e2d6b92cb0f58b3d4304ab655f7a965b6a86c8bbcd71a855
7
+ data.tar.gz: 778e36f0010b08e573a9b5859627c3c7a9a88d84d183f29ea21ea657324837b45d754a5aa409c26df26d9db1a902f4ec129edff4878290767bebd3751481f074
data/Gemfile.lock CHANGED
@@ -1,32 +1,32 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sidekiq-sequence (0.1.10)
4
+ sidekiq-sequence (0.2.0)
5
5
  activerecord (>= 6)
6
6
  railties (>= 6)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actionpack (7.0.3)
12
- actionview (= 7.0.3)
13
- activesupport (= 7.0.3)
11
+ actionpack (7.0.4)
12
+ actionview (= 7.0.4)
13
+ activesupport (= 7.0.4)
14
14
  rack (~> 2.0, >= 2.2.0)
15
15
  rack-test (>= 0.6.3)
16
16
  rails-dom-testing (~> 2.0)
17
17
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
18
- actionview (7.0.3)
19
- activesupport (= 7.0.3)
18
+ actionview (7.0.4)
19
+ activesupport (= 7.0.4)
20
20
  builder (~> 3.1)
21
21
  erubi (~> 1.4)
22
22
  rails-dom-testing (~> 2.0)
23
23
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
24
- activemodel (7.0.3)
25
- activesupport (= 7.0.3)
26
- activerecord (7.0.3)
27
- activemodel (= 7.0.3)
28
- activesupport (= 7.0.3)
29
- activesupport (7.0.3)
24
+ activemodel (7.0.4)
25
+ activesupport (= 7.0.4)
26
+ activerecord (7.0.4)
27
+ activemodel (= 7.0.4)
28
+ activesupport (= 7.0.4)
29
+ activesupport (7.0.4)
30
30
  concurrent-ruby (~> 1.0, >= 1.0.2)
31
31
  i18n (>= 1.6, < 2)
32
32
  minitest (>= 5.1)
@@ -35,21 +35,21 @@ GEM
35
35
  builder (3.2.4)
36
36
  concurrent-ruby (1.1.10)
37
37
  crass (1.0.6)
38
- erubi (1.10.0)
39
- i18n (1.10.0)
38
+ erubi (1.11.0)
39
+ i18n (1.12.0)
40
40
  concurrent-ruby (~> 1.0)
41
- loofah (2.18.0)
41
+ loofah (2.19.0)
42
42
  crass (~> 1.0.2)
43
43
  nokogiri (>= 1.5.9)
44
44
  method_source (1.0.0)
45
45
  mini_portile2 (2.8.0)
46
- minitest (5.16.2)
46
+ minitest (5.16.3)
47
47
  minitest-autotest (1.1.1)
48
48
  minitest-server (~> 1.0)
49
49
  path_expander (~> 1.0)
50
50
  minitest-server (1.0.6)
51
51
  minitest (~> 5.0)
52
- nokogiri (1.13.6)
52
+ nokogiri (1.13.9)
53
53
  mini_portile2 (~> 2.8.0)
54
54
  racc (~> 1.4)
55
55
  path_expander (1.1.1)
@@ -62,18 +62,18 @@ GEM
62
62
  nokogiri (>= 1.6)
63
63
  rails-html-sanitizer (1.4.3)
64
64
  loofah (~> 2.3)
65
- railties (7.0.3)
66
- actionpack (= 7.0.3)
67
- activesupport (= 7.0.3)
65
+ railties (7.0.4)
66
+ actionpack (= 7.0.4)
67
+ activesupport (= 7.0.4)
68
68
  method_source
69
69
  rake (>= 12.2)
70
70
  thor (~> 1.0)
71
71
  zeitwerk (~> 2.5)
72
72
  rake (13.0.6)
73
73
  thor (1.2.1)
74
- tzinfo (2.0.4)
74
+ tzinfo (2.0.5)
75
75
  concurrent-ruby (~> 1.0)
76
- zeitwerk (2.6.0)
76
+ zeitwerk (2.6.6)
77
77
 
78
78
  PLATFORMS
79
79
  ruby
@@ -21,7 +21,7 @@ module SidekiqSequence
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sidekiq
4
4
  module Sequence
5
- VERSION = '0.2.0'
5
+ VERSION = '0.2.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sidekiq-sequence
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.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-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord