panda_pal 5.13.2 → 5.13.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 394e082d23ea7e24a5a4fd854191ad33f34fb52acffa2dc805fd27f64119c683
|
4
|
+
data.tar.gz: 1a50f36b6aba5a71c4622824fc7fd47a6fc2331ab643831b75c45f28162f461a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 833f7ec08c7778a5fcbbb810a2c887068aec0e55fb1131c24adee99ae6477c20f56181c90a37424fb31401fe280ee2340d330bf07635d367c4d104ce2fde2a3d
|
7
|
+
data.tar.gz: a03e818dcd00ca287f1454cfb29aa55e2037239d904dff16fd774c3b20d5b96803c699c899b20a29c32dece85c507c3077a1dd7bd312f219854cd0994f62ee40
|
File without changes
|
@@ -73,7 +73,9 @@ module Apartment
|
|
73
73
|
if shard == "default"
|
74
74
|
@config
|
75
75
|
else
|
76
|
-
Apartment.shard_configurations[shard.downcase]
|
76
|
+
config = Apartment.shard_configurations[shard.downcase]
|
77
|
+
raise ActiveRecord::StatementInvalid, "Could not find shard configuration for #{shard}" unless config.present?
|
78
|
+
config.dup
|
77
79
|
end
|
78
80
|
end
|
79
81
|
|
data/lib/panda_pal/version.rb
CHANGED
data/spec/dummy/db/schema.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: panda_pal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.13.
|
4
|
+
version: 5.13.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Instructure CustomDev
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|