pg_rls 0.1.5 → 0.1.6

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: 96c51a563fc96608b2c952922f3f38475fe3dcd2a1822ee367a80b50997df72c
4
- data.tar.gz: 1540d7bdc72fa8a2ea31eeeeadcb22ad06c5efc80b54440edc3a4ecdd6af155c
3
+ metadata.gz: d38cc4bc08fa20b5aa5e9162f36dfbdb6d8bfad6d7a368eb07af55da3c916c91
4
+ data.tar.gz: 7f2f2fe18ab7b2deb4322fa962afd73a1a166f5508378f18c7cd432f0a7692e3
5
5
  SHA512:
6
- metadata.gz: '082c4cad7586ccf9f1c5aef6047489c52b86d4bd1b1dc3de0c4b2d7afec357d9b2463cdf753987c52657067372f5ac4fe271b874fabd383156519b34bebfca2f'
7
- data.tar.gz: 9b46030589110529d4a2c6cd92590700cfd16fa139aa0e257431d43de19faf38f7d5e1bb8541c06253ec878dbbe4e9b92969cfcfa89df78bb47d0ba1cb206884
6
+ metadata.gz: 62f98f818a074ec8fcefae101469a6ec62a8ef0a7a38a35ef82bf8215df33d65e4a4692855b97434672570193da84fdb27e5899d78fd39bc60b0757339b8fa56
7
+ data.tar.gz: 82b7ce76f7966a2e7ba6206d1b780b660f39853495947abb83780d7fc4a026adfaf156378e5973383c4fc893d25a96e7ededbf41139f71b9a2712312136c8fa7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pg_rls (0.1.5)
4
+ pg_rls (0.1.6)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PgRls
4
- VERSION = '0.1.5'
4
+ VERSION = '0.1.6'
5
5
  end
data/lib/pg_rls.rb CHANGED
@@ -50,7 +50,9 @@ module PgRls
50
50
  def establish_new_connection!(admin: false)
51
51
  self.as_db_admin = admin
52
52
 
53
+ db_config = PgRls.main_model.connection_db_config.configuration_hash
53
54
  execute_rls_in_shards do |connection_class, pool|
55
+ connection_class.connection_pool.disconnect!
54
56
  connection_class.remove_connection
55
57
  connection_class.establish_connection(pool.db_config)
56
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg_rls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Laloush
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-29 00:00:00.000000000 Z
11
+ date: 2024-04-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
  This gem will help you to integrate PostgreSQL RLS to help you develop a great multitenancy application
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  - !ruby/object:Gem::Version
87
87
  version: '0'
88
88
  requirements: []
89
- rubygems_version: 3.4.21
89
+ rubygems_version: 3.5.7
90
90
  signing_key:
91
91
  specification_version: 4
92
92
  summary: Write a short summary, because RubyGems requires one.