contentful-scheduler-custom 1.5.61 → 1.5.62
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/contentful/scheduler/queue.rb +1 -1
- data/lib/contentful/scheduler/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: adfd2e33dce65b6e492e34e50a37b86316a85d37
|
4
|
+
data.tar.gz: 9209740a2d52f673169dffaa641a2e8bc561dfb1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1551440b82e7ea9b613a66420d365a202f42552e1630a141e9081a05a730d80104108f057637fd8fc2d2e78b4bb642637384b16b8ac25118d238a4aef1370f8
|
7
|
+
data.tar.gz: 60fe15a7cf7eed1fe048a9321450809a64f393ecb3d8bdddd5fdc494c141c7c63215efcd35e01e58b3e7b835cc5192d67fdf0904d24219d8194ef95d30017188
|
@@ -145,7 +145,7 @@ module Contentful
|
|
145
145
|
end
|
146
146
|
|
147
147
|
def remove_unpublish(webhook)
|
148
|
-
logger.info "In unpublish remove block
|
148
|
+
logger.info "In unpublish remove block #{unpublishable?(webhook)} with #{in_unpublish_queue?(webhook)}"
|
149
149
|
return unless unpublishable?(webhook)
|
150
150
|
return unless in_unpublish_queue?(webhook)
|
151
151
|
|