switchman 4.3.6 → 4.3.7
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 +4 -4
- data/lib/switchman/engine.rb +3 -1
- data/lib/switchman/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eea7cea63378aabc3ec96301a6e0e45954645f884d5a7b51d364f7b2ee2e79c1
|
|
4
|
+
data.tar.gz: 97fa904edae8523840acfd399b2ba7fd904f2272ffe7fedf06fe28d5e2699d76
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92f6de1866e931368a15a004cecdbb56ea8e18963cef9398b131b09051782e734dd6202ebcda1e6e1eccf3bfbd09b07389048943b8e5bf4807a9de8e13229fd5
|
|
7
|
+
data.tar.gz: fbbd2273720edb4166f7237f0385068e3056d4b6ec113c83c4b187ee377abdce8a350c215877d7d91c9e9a74d400205fb6bcd274cabb03e48515eda7f9d8acf0
|
data/lib/switchman/engine.rb
CHANGED
|
@@ -159,7 +159,9 @@ module Switchman
|
|
|
159
159
|
::Rails.cache = Switchman.config[:cache_map][::Rails.env]
|
|
160
160
|
::Rails.singleton_class.prepend(Rails::ClassMethods)
|
|
161
161
|
|
|
162
|
-
|
|
162
|
+
# :action_controller also fires for ActionController::API, which must not
|
|
163
|
+
# get our cache_store= override; Rails assigns to it during boot.
|
|
164
|
+
::ActiveSupport.on_load(:action_controller_base) do
|
|
163
165
|
include ActionController::Caching
|
|
164
166
|
end
|
|
165
167
|
end
|
data/lib/switchman/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: switchman
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.3.
|
|
4
|
+
version: 4.3.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Cody Cutrer
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2026-09-
|
|
13
|
+
date: 2026-09-11 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activerecord
|