contentful-scheduler-custom 1.5.6994 → 1.5.6995
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 +2 -2
- 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: e0ac3f3f7d9c7ca23f5ecaa1921ad90e8e691db6
|
4
|
+
data.tar.gz: 42049ab7ce3ca05ca8ff625256c72c258738d258
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a9ac49e056238e85b55f7306dfbec4ef5ec8931b678df6c8f6872b55e8a37649a015c225aff4c2841165f45895906cf52cd84e888655418bcb2256f56bf7593
|
7
|
+
data.tar.gz: 86a550dd5afb36074cf6d021eae5d3c6f5a3c7ae866c69f09b755188125fdb4c08ac5461aeb387eb4b15fc63b2926af86d6882f947f5ae8b46c67437c51e35b6
|
@@ -214,9 +214,9 @@ module Contentful
|
|
214
214
|
|
215
215
|
def getScheduleType(type)
|
216
216
|
if type == 'unpublish'
|
217
|
-
|
217
|
+
::Contentful::Scheduler::Tasks::Unpublish
|
218
218
|
else
|
219
|
-
|
219
|
+
::Contentful::Scheduler::Tasks::Publish
|
220
220
|
end
|
221
221
|
end
|
222
222
|
|