ruby_aem 3.10.0 → 3.10.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/conf/gem.yaml +1 -1
- data/conf/spec.yaml +57 -57
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6bafd8e93a34eea1e44db851ebfc4f4067c0578c
|
|
4
|
+
data.tar.gz: f44a61f6090e948c85a5db8551c922e943bb025a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3c22c215225b5ec46ebcdc3e10fcbc8c92aa1b2609f85d7eacb389b3797103e5ae510f21b9ce62c2be21c3b9d01f8023d7968329811767bd07d8cc5ff4b2add
|
|
7
|
+
data.tar.gz: 73cb51e959598af927c0af859f5590930d71e724f7049963578384ff0f3b180492b4bbbc0b8714f0471c85e8480b72a06ec04e0630967da31c2bb39e3df38310
|
data/conf/gem.yaml
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
version: 3.10.
|
|
1
|
+
version: 3.10.1
|
data/conf/spec.yaml
CHANGED
|
@@ -339,27 +339,27 @@ flushagent:
|
|
|
339
339
|
name: '%{name}'
|
|
340
340
|
optional:
|
|
341
341
|
jcrprimary_type: cq:Page
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
342
|
+
jcrcontent_cqname: '%{name}'
|
|
343
|
+
jcrcontent_jcrtitle: '%{title}'
|
|
344
|
+
jcrcontent_jcrdescription: '%{description}'
|
|
345
|
+
jcrcontent_slingresource_type: cq/replication/components/agent
|
|
346
|
+
jcrcontent_transport_uri: '%{dest_base_url}/dispatcher/invalidate.cache'
|
|
347
|
+
jcrcontent_log_level: '%{log_level}'
|
|
348
|
+
jcrcontent_no_versioning: true
|
|
349
|
+
jcrcontent_protocol_http_headers:
|
|
350
350
|
- 'CQ-Action:{action}'
|
|
351
351
|
- 'CQ-Handle:{path}'
|
|
352
352
|
- 'CQ-Path:{path}'
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
353
|
+
jcrcontent_protocol_http_headers_type_hint: String[]
|
|
354
|
+
jcrcontent_protocol_http_method: GET
|
|
355
|
+
jcrcontent_retry_delay: '%{retry_delay}'
|
|
356
|
+
jcrcontent_serialization_type: flush
|
|
357
|
+
jcrcontent_jcrmixin_types: cq:ReplicationStatus
|
|
358
|
+
jcrcontent_trigger_receive: true
|
|
359
|
+
jcrcontent_trigger_specific: true
|
|
360
|
+
jcrcontent_cqtemplate: /libs/cq/replication/templates/agent
|
|
361
|
+
jcrcontent_enabled: true
|
|
362
|
+
jcrcontent_ssl: '%{ssl}'
|
|
363
363
|
responses:
|
|
364
364
|
200:
|
|
365
365
|
handler: simple
|
|
@@ -418,7 +418,7 @@ group:
|
|
|
418
418
|
intermediate_path: '%{path}'
|
|
419
419
|
optional:
|
|
420
420
|
create_group: 'true'
|
|
421
|
-
|
|
421
|
+
profile_given_name: '%{name}'
|
|
422
422
|
responses:
|
|
423
423
|
201:
|
|
424
424
|
handler: html_authorizable_id
|
|
@@ -960,18 +960,18 @@ replicationagent:
|
|
|
960
960
|
name: '%{name}'
|
|
961
961
|
optional:
|
|
962
962
|
jcrprimary_type: cq:Page
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
963
|
+
jcrcontent_cqname: '%{name}'
|
|
964
|
+
jcrcontent_jcrtitle: '%{title}'
|
|
965
|
+
jcrcontent_jcrdescription: '%{description}'
|
|
966
|
+
jcrcontent_slingresource_type: cq/replication/components/agent
|
|
967
|
+
jcrcontent_serialization_type: durbo
|
|
968
|
+
jcrcontent_transport_uri: '%{dest_base_url}/bin/receive?sling:authRequestLogin=1'
|
|
969
|
+
jcrcontent_transport_user: '%{transport_user}'
|
|
970
|
+
jcrcontent_transport_password: '%{transport_password}'
|
|
971
|
+
jcrcontent_log_level: '%{log_level}'
|
|
972
|
+
jcrcontent_retry_delay: '%{retry_delay}'
|
|
973
|
+
jcrcontent_cqtemplate: /libs/cq/replication/templates/agent
|
|
974
|
+
jcrcontent_enabled: true
|
|
975
975
|
responses:
|
|
976
976
|
200:
|
|
977
977
|
handler: simple
|
|
@@ -1030,19 +1030,19 @@ outboxreplicationagent:
|
|
|
1030
1030
|
name: '%{name}'
|
|
1031
1031
|
optional:
|
|
1032
1032
|
jcrprimary_type: cq:Page
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1033
|
+
jcrcontent_cqname: '%{name}'
|
|
1034
|
+
jcrcontent_jcrtitle: '%{title}'
|
|
1035
|
+
jcrcontent_jcrdescription: '%{description}'
|
|
1036
|
+
jcrcontent_slingresource_type: cq/replication/components/agent
|
|
1037
|
+
jcrcontent_transport_uri: repo://var/replication/outbox
|
|
1038
|
+
jcrcontent_no_versioning: true
|
|
1039
|
+
jcrcontent_log_level: '%{log_level}'
|
|
1040
|
+
jcrcontent_cqtemplate: /libs/cq/replication/templates/agent
|
|
1041
|
+
jcrcontent_enabled: true
|
|
1042
|
+
jcrcontent_trigger_distribute: true
|
|
1043
|
+
jcrcontent_trigger_modified: false
|
|
1044
|
+
jcrcontent_trigger_specific: true
|
|
1045
|
+
jcrcontent_user_id: '%{user_id}'
|
|
1046
1046
|
responses:
|
|
1047
1047
|
200:
|
|
1048
1048
|
handler: simple
|
|
@@ -1101,19 +1101,19 @@ reversereplicationagent:
|
|
|
1101
1101
|
name: '%{name}'
|
|
1102
1102
|
optional:
|
|
1103
1103
|
jcrprimary_type: cq:Page
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1104
|
+
jcrcontent_cqname: '%{name}'
|
|
1105
|
+
jcrcontent_jcrtitle: '%{title}'
|
|
1106
|
+
jcrcontent_jcrdescription: '%{description}'
|
|
1107
|
+
jcrcontent_slingresource_type: cq/replication/components/agent
|
|
1108
|
+
jcrcontent_serialization_type: durbo
|
|
1109
|
+
jcrcontent_transport_uri: '%{dest_base_url}/bin/receive?sling:authRequestLogin=1'
|
|
1110
|
+
jcrcontent_transport_user: '%{transport_user}'
|
|
1111
|
+
jcrcontent_transport_password: '%{transport_password}'
|
|
1112
|
+
jcrcontent_log_level: '%{log_level}'
|
|
1113
|
+
jcrcontent_retry_delay: '%{retry_delay}'
|
|
1114
|
+
jcrcontent_cqtemplate: /libs/cq/replication/templates/agent
|
|
1115
|
+
jcrcontent_enabled: true
|
|
1116
|
+
jcrcontent_reverse_replication: true
|
|
1117
1117
|
responses:
|
|
1118
1118
|
200:
|
|
1119
1119
|
handler: simple
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby_aem
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.10.
|
|
4
|
+
version: 3.10.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shine Solutions
|
|
8
8
|
- Cliffano Subagio
|
|
9
|
-
autorequire:
|
|
9
|
+
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2020-
|
|
12
|
+
date: 2020-12-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: retries
|
|
@@ -127,7 +127,7 @@ homepage: https://github.com/shinesolutions/ruby_aem
|
|
|
127
127
|
licenses:
|
|
128
128
|
- Apache-2.0
|
|
129
129
|
metadata: {}
|
|
130
|
-
post_install_message:
|
|
130
|
+
post_install_message:
|
|
131
131
|
rdoc_options: []
|
|
132
132
|
require_paths:
|
|
133
133
|
- lib
|
|
@@ -142,9 +142,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
142
142
|
- !ruby/object:Gem::Version
|
|
143
143
|
version: '0'
|
|
144
144
|
requirements: []
|
|
145
|
-
rubyforge_project:
|
|
145
|
+
rubyforge_project:
|
|
146
146
|
rubygems_version: 2.6.14.4
|
|
147
|
-
signing_key:
|
|
147
|
+
signing_key:
|
|
148
148
|
specification_version: 4
|
|
149
149
|
summary: AEM API Ruby client
|
|
150
150
|
test_files: []
|