gds-api-adapters 57.2.0 → 57.2.1
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/gds_api/test_helpers/publishing_api_v2.rb +13 -13
- data/lib/gds_api/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: 2e65dcaa3a0001231ff5d033d381286b24548f1e3c8d245bbfba5071342f94dc
|
|
4
|
+
data.tar.gz: 8ecb665684b90b048ccfaf3993cd4b6d5787cfd7944b9bd065975ecf6ab7f7f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 65fe39b964e1273beb7a1e4a4c22448ba285ee521daaf5a439e70ff43b87c05ebbbacf7c9eb418461bc738e763d4f82105bf4fe0503830ba5778823f7897854b
|
|
7
|
+
data.tar.gz: c45eac20885b378da06f0e919546586e02b15ef260ab74c615be9acba9e272b8f8c765ff94904aa3f54ed13c38b98195f61f1181a1d12c6fec4f0b8bb1023a4e
|
|
@@ -609,19 +609,19 @@ module GdsApi
|
|
|
609
609
|
|
|
610
610
|
# Aliases for DEPRECATED methods
|
|
611
611
|
alias_method :publishing_api_isnt_available, :stub_publishing_api_isnt_available
|
|
612
|
-
alias_method :
|
|
613
|
-
alias_method :
|
|
614
|
-
alias_method :
|
|
615
|
-
alias_method :
|
|
616
|
-
alias_method :
|
|
617
|
-
alias_method :
|
|
618
|
-
alias_method :
|
|
619
|
-
alias_method :
|
|
620
|
-
alias_method :
|
|
621
|
-
alias_method :
|
|
622
|
-
alias_method :
|
|
623
|
-
alias_method :
|
|
624
|
-
alias_method :
|
|
612
|
+
alias_method :publishing_api_has_content, :stub_publishing_api_has_content
|
|
613
|
+
alias_method :publishing_api_has_fields_for_document, :stub_publishing_api_has_fields_for_document
|
|
614
|
+
alias_method :publishing_api_has_linkables, :stub_publishing_api_has_linkables
|
|
615
|
+
alias_method :publishing_api_has_item, :stub_publishing_api_has_item
|
|
616
|
+
alias_method :publishing_api_has_item_in_sequence, :stub_publishing_api_has_item_in_sequence
|
|
617
|
+
alias_method :publishing_api_does_not_have_item, :stub_publishing_api_does_not_have_item
|
|
618
|
+
alias_method :publishing_api_has_links, :stub_publishing_api_has_links
|
|
619
|
+
alias_method :publishing_api_has_expanded_links, :stub_publishing_api_has_expanded_links
|
|
620
|
+
alias_method :publishing_api_has_links_for_content_ids, :stub_publishing_api_has_links_for_content_ids
|
|
621
|
+
alias_method :publishing_api_does_not_have_links, :stub_publishing_api_does_not_have_links
|
|
622
|
+
alias_method :publishing_api_has_lookups, :stub_publishing_api_has_lookups
|
|
623
|
+
alias_method :publishing_api_has_linked_items, :stub_publishing_api_has_linked_items
|
|
624
|
+
alias_method :publishing_api_get_editions, :stub_publishing_api_get_editions
|
|
625
625
|
|
|
626
626
|
private
|
|
627
627
|
|
data/lib/gds_api/version.rb
CHANGED