semian 0.21.0 → 0.21.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: 81f8b86816bb4e9de0850867f80de644ff8ce7f7fcfa6798d28ad772a83ea25f
4
- data.tar.gz: 153aa759abfa028a208893c328aa525d514caa6901cf2fa9ad6b4f0e86987b63
3
+ metadata.gz: 582286749e5f1d41b7ba0241f7296a28edb9eedfceb06c60abb49c56c2cc7548
4
+ data.tar.gz: 44d76f2a1f2116e638dd5360de8900e8cee73e0efb82501746d35213dc3d0df0
5
5
  SHA512:
6
- metadata.gz: e73bcfd0fd395b7b1f2acf729a769e73e77c9329508a2290fe3f0f175fa0ee779a1d8c2a40ad5131322a2823898230cc71e9043eb29bc064d22f6f894a8e7fc9
7
- data.tar.gz: 9d80a9be09e0afc14d21bcf26dcdae7de60a0c0e9abe766fc6a17c13f0ae3eb9b5cede85ac47d482c6520d700ec0fca4e33ece4b0bed100f61aa03a3f61a20af
6
+ metadata.gz: cb3fddb047e11477d1413a8d33faea222458c15360170242e565bf661090b8afa8b625424b8734801737f68d8e23edafcc1ffdd8fcb35ea2c2e1ea761e7d690a
7
+ data.tar.gz: 2d11aea9d0f390b127e1b05df0dbde3d9817e336f8a15e8d8010efa78afd46d45ef8e935b96f2da5e5fbca13c3f8a084c7b78d8b3159d32919b2af87fa370110
data/lib/semian/rails.rb CHANGED
@@ -39,7 +39,7 @@ module Semian
39
39
  # - @raw_connection is for 7.0.x
40
40
  # - @connection is for versions below 6.1.x and below
41
41
  def client_connection
42
- if respond_to?(:valid_raw_connection)
42
+ if respond_to?(:valid_raw_connection, true)
43
43
  valid_raw_connection
44
44
  elsif instance_variable_defined?(:@raw_connection)
45
45
  @raw_connection
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Semian
4
- VERSION = "0.21.0"
4
+ VERSION = "0.21.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: semian
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.21.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Francis
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-12-07 00:00:00.000000000 Z
13
+ date: 2024-01-10 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: |2
16
16
  A Ruby C extention that is used to control access to shared resources
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  requirements: []
82
- rubygems_version: 3.4.22
82
+ rubygems_version: 3.5.4
83
83
  signing_key:
84
84
  specification_version: 4
85
85
  summary: Bulkheading for Ruby with SysV semaphores