fishplate 7.1.0.3 → 7.1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2dd4e82db25f4935372d8281da25acb837021d5e54bf0f09a61243d719405065
4
- data.tar.gz: 2116f98ebe05bcb35d82bc991f1a34f92a49a0a0a6d3b0f224baf830cebb5868
3
+ metadata.gz: e6a25e26efd5d41de85d7566718d81a4f560326bd9757c08b1856356e7e9f12c
4
+ data.tar.gz: '078a367b9f7a4d4b9cb3b67503fe796b84c9827ee93a7daa52c1ae2be869a98a'
5
5
  SHA512:
6
- metadata.gz: cb162cf26fdbe7ecc850b88dad3d44b202eceff267bad80165abf34902f3327837313cdb26144949e5d5eb10000a676b5a8db0b75b2777452e6b3a3642bafc09
7
- data.tar.gz: dc559cda170d9a7d19939c552a177fcc43279c50124acaed095d943b17428a609256e83e0873e7c313a004581fb568cf32c6f480ff1722ca0c68361120c0daae
6
+ metadata.gz: 6fa98f28ca530024004424ff94cc30b8fb27bed31e2ea853c9c70b915f00f05ad282d008bb4a1d07cab239f4acaff3b785254a011798c159ac24e86716f0b794
7
+ data.tar.gz: d7d61fb8acb64664865937878eaa8dc2dbebb32a5183dc05a330e413e00668350537e2cf3def0b3899fe4af2780874604f720fe1751defe81f37b579e9d2b3ef
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fishplate (7.1.0.3)
4
+ fishplate (7.1.2.0)
5
5
  a9n (~> 1.0)
6
6
  activemodel (~> 7.1)
7
7
  activerecord (~> 7.1)
@@ -13,13 +13,13 @@ GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
15
  a9n (1.5.0)
16
- activemodel (7.1.1)
17
- activesupport (= 7.1.1)
18
- activerecord (7.1.1)
19
- activemodel (= 7.1.1)
20
- activesupport (= 7.1.1)
16
+ activemodel (7.1.2)
17
+ activesupport (= 7.1.2)
18
+ activerecord (7.1.2)
19
+ activemodel (= 7.1.2)
20
+ activesupport (= 7.1.2)
21
21
  timeout (>= 0.4.0)
22
- activesupport (7.1.1)
22
+ activesupport (7.1.2)
23
23
  base64
24
24
  bigdecimal
25
25
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -8,6 +8,7 @@ module Fishplate
8
8
  @app.call(env)
9
9
  ensure
10
10
  ActiveRecord::Base.connection_handler.clear_active_connections!
11
+ ActiveRecord::Base.connection_handler.flush_idle_connections!
11
12
  end
12
13
  end
13
14
  end
@@ -1,3 +1,3 @@
1
1
  module Fishplate
2
- VERSION = "7.1.0.3".freeze
2
+ VERSION = "7.1.2.0".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fishplate
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.1.0.3
4
+ version: 7.1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Krzysztof Knapik
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-09 00:00:00.000000000 Z
11
+ date: 2023-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: a9n
@@ -146,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
146
  - !ruby/object:Gem::Version
147
147
  version: '0'
148
148
  requirements: []
149
- rubygems_version: 3.4.21
149
+ rubygems_version: 3.4.22
150
150
  signing_key:
151
151
  specification_version: 4
152
152
  summary: Fishplate is a library allowing running ActiveRecord without Railties.