cache_crispies 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cache_crispies/controller.rb +1 -1
- data/lib/cache_crispies/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 50a80f969f0b9fc34f7c562df3ac6dc880503f1bc5aefd41ff1204b8b316bfb7
|
4
|
+
data.tar.gz: 56474213e7cc52191ebc4a4083a7c82e998639c2ad90eb3bbe2bc0ab9a1701ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3087ba57bb1db1bf7b27ae13d2e0ba9f11a31359218548b56c8e26555b6368b9f1c37bdd98529d56a9bc3d8b438fcaf97dea68734ebff9c6b25aac629346c463
|
7
|
+
data.tar.gz: 223e0010500a5dc2bc9edef1db6f99804c3fce19ca08e28d516f789ee3980ff7a59ee8b4e85ebda00eb336c61b3c9b76ebcacdbd7f60dc14eb679226f4ff23d2
|
@@ -57,7 +57,7 @@ module CacheCrispies
|
|
57
57
|
end
|
58
58
|
|
59
59
|
json_hash = plan.wrap(serializer_json)
|
60
|
-
json_hash[meta_key] = meta
|
60
|
+
json_hash[meta_key] = meta if meta.present?
|
61
61
|
|
62
62
|
render_hash = { json: Oj.dump(json_hash, mode: OJ_MODE) }
|
63
63
|
render_hash[:status] = status if status
|