zm-ruby-client 2.2.3 → 2.2.5
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/Gemfile +1 -1
- data/VERSION +1 -1
- data/lib/zm/client/base/mailbox_object.rb +2 -3
- data/lib/zm/client/cluster/cluster.rb +5 -3
- data/lib/zm/modules/common/zimbra-attrs.csv +1 -1
- data/zm-ruby-client.gemspec +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3f0176570eea5284fb4ce8a121e404869861b0f82cd06138c7cfb8df80d0dfc9
|
4
|
+
data.tar.gz: '084eda0865dbec186aa919ce66cfff5cf99277b60c15946f5847ba45173f7fc5'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47887d91fc4d748e246f5fbe5e53ed64db3d51b61b3f56bcad44c6aaf38237dcaa82badeb0ff9f0d9035b32c25c83ddd88a450409024eacc225a6f7563e5cfa2
|
7
|
+
data.tar.gz: a2d322c41a879db813e8e523714c0d593db290b6082e42c926140d8676bc989335dfcb146dabe513e1b7e43901b81c8461932380399f99beec7aab61ec176a7b
|
data/Gemfile
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.2.
|
1
|
+
2.2.5
|
@@ -83,10 +83,9 @@ module Zm
|
|
83
83
|
end
|
84
84
|
|
85
85
|
def domain_key
|
86
|
-
return @domain_key if @domain_key
|
87
|
-
return @parent.domain_key(domain_name) if @parent.logged?
|
86
|
+
return @domain_key if defined?(@domain_key)
|
88
87
|
|
89
|
-
|
88
|
+
@parent.domain_key(domain_name)
|
90
89
|
end
|
91
90
|
|
92
91
|
def login
|
@@ -106,9 +106,11 @@ module Zm
|
|
106
106
|
alias distribution_lists distributionlists
|
107
107
|
|
108
108
|
def domain_key(domain_name)
|
109
|
-
|
110
|
-
|
111
|
-
|
109
|
+
if logged?
|
110
|
+
find_domain_key(domain_name)
|
111
|
+
else
|
112
|
+
@config.domain_key(domain_name)
|
113
|
+
end
|
112
114
|
end
|
113
115
|
|
114
116
|
def count_object(type)
|
@@ -124,7 +124,7 @@ zimbraPrefTimeZoneId,"account,cos,domain","accountCosDomainInherited,domainAdmin
|
|
124
124
|
zimbraPrefUseTimeZoneListInCalendar,"account,cos","accountInherited,domainAdminModifiable",,single,,,boolean,,,,
|
125
125
|
zimbraPrefCalendarInitialView,"account,cos","accountInherited,domainAdminModifiable",,single,,,enum,"day,week,workWeek,month,list,year",,,
|
126
126
|
zimbraPrefImapSearchFoldersEnabled,"account,cos","accountInherited,domainAdminModifiable",,single,,,boolean,,,,
|
127
|
-
zimbraMailTransport,mailRecipient,,,single,,,astring,,320,,
|
127
|
+
zimbraMailTransport,"mailRecipient,domain",,,single,,,astring,,320,,
|
128
128
|
zimbraAuthLdapExternalDn,account,domainAdminModifiable,,single,,,,,256,,
|
129
129
|
zimbraPrefHtmlEditorDefaultFontFamily,"account,cos","accountInherited,domainAdminModifiable",,single,,,,,64,,
|
130
130
|
zimbraPrefHtmlEditorDefaultFontSize,"account,cos","accountInherited,domainAdminModifiable",,single,,,astring,,32,,
|
data/zm-ruby-client.gemspec
CHANGED
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
|
|
26
26
|
|
27
27
|
s.add_dependency 'addressable', '2.8.7'
|
28
28
|
s.add_dependency 'version_sorter', '2.3.0'
|
29
|
-
s.add_dependency 'faraday', '2.8.1'
|
29
|
+
s.add_dependency 'faraday', '>= 2.8.1'
|
30
30
|
s.add_dependency 'faraday-multipart', '1.0.4'
|
31
31
|
s.add_dependency "bundler", ">= 1.15.0"
|
32
|
-
end
|
32
|
+
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zm-ruby-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Maxime Désécot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|
@@ -42,14 +42,14 @@ dependencies:
|
|
42
42
|
name: faraday
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: 2.8.1
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: 2.8.1
|
55
55
|
- !ruby/object:Gem::Dependency
|
@@ -340,7 +340,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
340
340
|
- !ruby/object:Gem::Version
|
341
341
|
version: 1.8.11
|
342
342
|
requirements: []
|
343
|
-
rubygems_version: 3.
|
343
|
+
rubygems_version: 3.3.7
|
344
344
|
signing_key:
|
345
345
|
specification_version: 4
|
346
346
|
summary: zm-ruby-client
|