contentful-scheduler-custom 1.6.7.5319 → 1.6.7.5320
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/tasks/publish.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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c803ad4b677d8c4e4ca847e865aac58ab6acb51bfd6ace0cc0de62da27b4a576
|
4
|
+
data.tar.gz: 199b99f059965377282071f1bc2350397ff92b7a7e966142601dd874a55b0b94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80a14a54a0308083c2b40943666d767573b32d44b3d0416f29298463f4c52936c96b75a2e8c2ed758f784e83836342c87c24a4de77775b4653291f563b0991bd
|
7
|
+
data.tar.gz: b0e9eebbb6d905a72fc22efa556b5a824d90aa99d2d3d015d9eb0d616a302e32d63b60726a7a3f849adc9f7f49504092dd118a803b0a43c7cae82bbfe7c65fa9
|
@@ -29,7 +29,7 @@ module Contentful
|
|
29
29
|
if !linked_enteries.raw["includes"].nil? && !linked_enteries.raw["includes"]["Entry"].nil?
|
30
30
|
#logger.info "CHuby raw element is ==> #{linked_enteries.raw["includes"]["Entry"]}"
|
31
31
|
linkedEnteriesId = extract_element_ids(linked_enteries.raw["includes"]["Entry"])
|
32
|
-
logger.info("Linked enteries are #{
|
32
|
+
logger.info("Linked enteries are #{linkedEnteriesId}")
|
33
33
|
linkedEnteriesId.each do |id|
|
34
34
|
logger.info"Publishing linked entry with id #{id}"
|
35
35
|
logger.info "Linked entry is publishDate is #{client.entries.find(space_id, id).sys[:publishedAt]}"
|