contentful-scheduler-custom 1.6.7.93 → 1.6.7.94
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/contentful/scheduler/tasks/publish.rb +3 -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: 523259f0f614d4a89edab72bac2cc37578ed92f89a3f0884422ca8525e735628
|
4
|
+
data.tar.gz: 34caf88b6306b4704c053549f1fe6b1a797a5dd8761329f420c50d573dbb0c17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5826c15e983917f57393f8d3c6385d7b9e94f62403489ce1aef5d57406e5dcd699ad3912fd2b2202a6644fa1de8fe17fff118c628819b46733237387f09df34d
|
7
|
+
data.tar.gz: cadb06203c0d5b51535c3cf9f758c46742eb0361c00b12adaa3e96ec0cc2622986e48eccb60cc246f62822ba124b2fdc0f75f4d0dd526ccac55a51456f6990c1
|
@@ -18,7 +18,9 @@ module Contentful
|
|
18
18
|
logger.info"logger works !"
|
19
19
|
|
20
20
|
entry_with_specific_relationship = client1.entries(links_to_entry: entry_id)
|
21
|
-
|
21
|
+
|
22
|
+
logger.info"Enteries fetched"
|
23
|
+
logger.info"Got enteries #{entry_with_specific_relationship.total}"
|
22
24
|
client = ::Contentful::Management::Client.new(
|
23
25
|
token,
|
24
26
|
raise_errors: true,
|