ruby_aem 3.16.0 → 3.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/conf/gem.yaml +1 -1
- data/conf/spec.yaml +1 -0
- data/lib/ruby_aem/resources/replication_agent.rb +4 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
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
|
@@ -31,14 +31,14 @@ dependencies:
|
|
31
31
|
requirements:
|
32
32
|
- - '='
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: 3.
|
34
|
+
version: 3.8.0
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
39
|
- - '='
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version: 3.
|
41
|
+
version: 3.8.0
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: swagger_aem_osgi
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|