ruby_aem 3.16.1 → 3.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/conf/gem.yaml +1 -1
- data/conf/spec.yaml +1 -0
- data/lib/ruby_aem/resources/replication_agent.rb +4 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 8b67651bb5d91c7c47fbf2c7e72ca001e1284a2d
|
4
|
+
data.tar.gz: d01102a6a5a9c5c9093a5f79dd8cd60e4719a30f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7b35781431f722c4ce220d7a265fc6f3252bde5b5bffdf4540aa6c1e249134298a2cdc5f363a67013075fe36728c6e863c5ec801e2f12878d0cfafe8fbc4a53
|
7
|
+
data.tar.gz: 524b7b9cee894e54bf1cac8d4264fec340483470f0fa48531492fe99a52ef50ed34adb95f84c5d865e918a791657c6196f63cb5682c5e5b7b5b24cc21f92f7e5
|
data/conf/gem.yaml
CHANGED
@@ -1 +1 @@
|
|
1
|
-
version: 3.
|
1
|
+
version: 3.17.0
|
data/conf/spec.yaml
CHANGED
@@ -55,6 +55,10 @@ module RubyAem
|
|
55
55
|
@call_params[:title] = title
|
56
56
|
@call_params[:description] = description
|
57
57
|
@call_params[:dest_base_url] = dest_base_url
|
58
|
+
|
59
|
+
uri = URI.parse(dest_base_url)
|
60
|
+
@call_params[:ssl] = uri.scheme == 'https' ? 'relaxed' : ''
|
61
|
+
|
58
62
|
@call_params = @call_params.merge(opts)
|
59
63
|
@client.call(self.class, __callee__.to_s, @call_params)
|
60
64
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby_aem
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shine Solutions
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2024-07-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: retries
|
@@ -142,7 +142,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
142
142
|
- !ruby/object:Gem::Version
|
143
143
|
version: '0'
|
144
144
|
requirements: []
|
145
|
-
|
145
|
+
rubyforge_project:
|
146
|
+
rubygems_version: 2.6.14.4
|
146
147
|
signing_key:
|
147
148
|
specification_version: 4
|
148
149
|
summary: AEM API Ruby client
|