groupdocs_comparison_cloud 18.9 → 21.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/lib/groupdocs_comparison_cloud.rb +34 -42
  3. data/lib/groupdocs_comparison_cloud/api/compare_api.rb +411 -0
  4. data/lib/groupdocs_comparison_cloud/api/file_api.rb +729 -0
  5. data/lib/groupdocs_comparison_cloud/api/folder_api.rb +694 -0
  6. data/lib/groupdocs_comparison_cloud/api/info_api.rb +266 -0
  7. data/lib/groupdocs_comparison_cloud/api/review_api.rb +314 -0
  8. data/lib/groupdocs_comparison_cloud/api/storage_api.rb +541 -0
  9. data/lib/groupdocs_comparison_cloud/api_client.rb +7 -17
  10. data/lib/groupdocs_comparison_cloud/api_error.rb +19 -4
  11. data/lib/groupdocs_comparison_cloud/configuration.rb +3 -3
  12. data/lib/groupdocs_comparison_cloud/models/{comparison_change.rb → apply_revisions_options.rb} +65 -64
  13. data/lib/groupdocs_comparison_cloud/models/change_info.rb +371 -0
  14. data/lib/groupdocs_comparison_cloud/models/comparison_options.rb +298 -0
  15. data/lib/groupdocs_comparison_cloud/models/diagram_master_setting.rb +229 -0
  16. data/lib/groupdocs_comparison_cloud/models/disc_usage.rb +234 -0
  17. data/lib/groupdocs_comparison_cloud/models/error.rb +244 -0
  18. data/lib/groupdocs_comparison_cloud/models/{comparison_file_info.rb → error_details.rb} +39 -36
  19. data/lib/groupdocs_comparison_cloud/models/{style_settings_values.rb → file_info.rb} +51 -38
  20. data/lib/groupdocs_comparison_cloud/models/file_version.rb +289 -0
  21. data/lib/groupdocs_comparison_cloud/models/{value_type.rb → file_versions.rb} +33 -13
  22. data/lib/groupdocs_comparison_cloud/models/{comparison_changes_category_dto.rb → files_list.rb} +28 -30
  23. data/lib/groupdocs_comparison_cloud/models/files_upload_result.rb +228 -0
  24. data/lib/groupdocs_comparison_cloud/models/format.rb +224 -0
  25. data/lib/groupdocs_comparison_cloud/models/{comparison_style_change.rb → formats_result.rb} +29 -19
  26. data/lib/groupdocs_comparison_cloud/models/info_result.rb +254 -0
  27. data/lib/groupdocs_comparison_cloud/models/items_style.rb +304 -0
  28. data/lib/groupdocs_comparison_cloud/models/link.rb +16 -8
  29. data/lib/groupdocs_comparison_cloud/models/{comparison_metadata_values.rb → metadata.rb} +28 -20
  30. data/lib/groupdocs_comparison_cloud/models/object_exist.rb +234 -0
  31. data/lib/groupdocs_comparison_cloud/models/{comparison_request.rb → page_info.rb} +56 -47
  32. data/lib/groupdocs_comparison_cloud/models/rectangle.rb +264 -0
  33. data/lib/groupdocs_comparison_cloud/models/revision_info.rb +322 -0
  34. data/lib/groupdocs_comparison_cloud/models/settings.rb +581 -0
  35. data/lib/groupdocs_comparison_cloud/models/size.rb +234 -0
  36. data/lib/groupdocs_comparison_cloud/models/storage_exist.rb +219 -0
  37. data/lib/groupdocs_comparison_cloud/models/storage_file.rb +264 -0
  38. data/lib/groupdocs_comparison_cloud/models/style_change_info.rb +234 -0
  39. data/lib/groupdocs_comparison_cloud/models/updates_options.rb +310 -0
  40. data/lib/groupdocs_comparison_cloud/version.rb +2 -2
  41. metadata +35 -58
  42. data/lib/groupdocs_comparison_cloud/api/changes_api.rb +0 -470
  43. data/lib/groupdocs_comparison_cloud/api/comparison_api.rb +0 -365
  44. data/lib/groupdocs_comparison_cloud/models/color.rb +0 -1404
  45. data/lib/groupdocs_comparison_cloud/models/comparison_request_settings.rb +0 -378
  46. data/lib/groupdocs_comparison_cloud/models/requests/comparison_images_request.rb +0 -49
  47. data/lib/groupdocs_comparison_cloud/models/requests/comparison_images_stream_request.rb +0 -45
  48. data/lib/groupdocs_comparison_cloud/models/requests/comparison_request.rb +0 -49
  49. data/lib/groupdocs_comparison_cloud/models/requests/comparison_stream_request.rb +0 -45
  50. data/lib/groupdocs_comparison_cloud/models/requests/post_categories_changes_request.rb +0 -49
  51. data/lib/groupdocs_comparison_cloud/models/requests/post_changes_request.rb +0 -45
  52. data/lib/groupdocs_comparison_cloud/models/requests/put_changes_document_request.rb +0 -49
  53. data/lib/groupdocs_comparison_cloud/models/requests/put_changes_document_stream_request.rb +0 -45
  54. data/lib/groupdocs_comparison_cloud/models/requests/put_changes_images_request.rb +0 -49
  55. data/lib/groupdocs_comparison_cloud/models/requests/put_changes_images_stream_request.rb +0 -45
@@ -0,0 +1,310 @@
1
+ #
2
+ # --------------------------------------------------------------------------------------------------------------------
3
+ # <copyright company="Aspose Pty Ltd" file="updates_options.rb">
4
+ # Copyright (c) 2003-2021 Aspose Pty Ltd
5
+ # </copyright>
6
+ # <summary>
7
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ # of this software and associated documentation files (the "Software"), to deal
9
+ # in the Software without restriction, including without limitation the rights
10
+ # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ # copies of the Software, and to permit persons to whom the Software is
12
+ # furnished to do so, subject to the following conditions:
13
+ #
14
+ # The above copyright notice and this permission notice shall be included in all
15
+ # copies or substantial portions of the Software.
16
+ #
17
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ # SOFTWARE.
24
+ # </summary>
25
+ # --------------------------------------------------------------------------------------------------------------------
26
+ #
27
+
28
+ require 'date'
29
+
30
+ module GroupDocsComparisonCloud
31
+ # Comparison option class for updates endpoint
32
+ class UpdatesOptions
33
+
34
+ # Information about source file
35
+ attr_accessor :source_file
36
+
37
+ # Information about target file(s)
38
+ attr_accessor :target_files
39
+
40
+ # Comparison settings
41
+ attr_accessor :settings
42
+
43
+ # Changes type. Used only for Changes resource(/comparison/changes)
44
+ attr_accessor :change_type
45
+
46
+ # Path to the resultant document (if not specified the document will not be saved)
47
+ attr_accessor :output_path
48
+
49
+ # Changes to apply or reject. Used only for updates resource (/comparison/updates)
50
+ attr_accessor :changes
51
+ class EnumAttributeValidator
52
+ attr_reader :datatype
53
+ attr_reader :allowable_values
54
+
55
+ def initialize(datatype, allowable_values)
56
+ @allowable_values = allowable_values.map do |value|
57
+ case datatype.to_s
58
+ when /Integer/i
59
+ value.to_i
60
+ when /Float/i
61
+ value.to_f
62
+ else
63
+ value
64
+ end
65
+ end
66
+ end
67
+
68
+ def valid?(value)
69
+ !value || allowable_values.include?(value)
70
+ end
71
+ end
72
+
73
+ # Attribute mapping from ruby-style variable name to JSON key.
74
+ def self.attribute_map
75
+ {
76
+ :'source_file' => :'SourceFile',
77
+ :'target_files' => :'TargetFiles',
78
+ :'settings' => :'Settings',
79
+ :'change_type' => :'ChangeType',
80
+ :'output_path' => :'OutputPath',
81
+ :'changes' => :'Changes'
82
+ }
83
+ end
84
+
85
+ # Attribute type mapping.
86
+ def self.swagger_types
87
+ {
88
+ :'source_file' => :'FileInfo',
89
+ :'target_files' => :'Array<FileInfo>',
90
+ :'settings' => :'Settings',
91
+ :'change_type' => :'String',
92
+ :'output_path' => :'String',
93
+ :'changes' => :'Array<ChangeInfo>'
94
+ }
95
+ end
96
+
97
+ # Initializes the object
98
+ # @param [Hash] attributes Model attributes in the form of hash
99
+ def initialize(attributes = {})
100
+ return unless attributes.is_a?(Hash)
101
+
102
+ # convert string to symbol for hash key
103
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
104
+
105
+ if attributes.key?(:'SourceFile')
106
+ self.source_file = attributes[:'SourceFile']
107
+ end
108
+
109
+ if attributes.key?(:'TargetFiles')
110
+ if (value = attributes[:'TargetFiles']).is_a?(Array)
111
+ self.target_files = value
112
+ end
113
+ end
114
+
115
+ if attributes.key?(:'Settings')
116
+ self.settings = attributes[:'Settings']
117
+ end
118
+
119
+ if attributes.key?(:'ChangeType')
120
+ self.change_type = attributes[:'ChangeType']
121
+ end
122
+
123
+ if attributes.key?(:'OutputPath')
124
+ self.output_path = attributes[:'OutputPath']
125
+ end
126
+
127
+ if attributes.key?(:'Changes')
128
+ if (value = attributes[:'Changes']).is_a?(Array)
129
+ self.changes = value
130
+ end
131
+ end
132
+
133
+ end
134
+
135
+ # Show invalid properties with the reasons. Usually used together with valid?
136
+ # @return Array for valid properies with the reasons
137
+ def list_invalid_properties
138
+ invalid_properties = []
139
+ if @change_type.nil?
140
+ invalid_properties.push("invalid value for 'change_type', change_type cannot be nil.")
141
+ end
142
+
143
+ return invalid_properties
144
+ end
145
+
146
+ # Check to see if the all the properties in the model are valid
147
+ # @return true if the model is valid
148
+ def valid?
149
+ return false if @change_type.nil?
150
+ change_type_validator = EnumAttributeValidator.new('String', ["None", "Modified", "Inserted", "Deleted", "Added", "NotModified", "StyleChanged", "Resized", "Moved", "MovedAndResized", "ShiftedAndResized"])
151
+ return false unless change_type_validator.valid?(@change_type)
152
+ return true
153
+ end
154
+
155
+ # Custom attribute writer method checking allowed values (enum).
156
+ # @param [Object] change_type Object to be assigned
157
+ def change_type=(change_type)
158
+ validator = EnumAttributeValidator.new('String', ["None", "Modified", "Inserted", "Deleted", "Added", "NotModified", "StyleChanged", "Resized", "Moved", "MovedAndResized", "ShiftedAndResized"])
159
+ if change_type.to_i == 0
160
+ unless validator.valid?(change_type)
161
+ raise ArgumentError, "invalid value for 'change_type', must be one of #{validator.allowable_values}."
162
+ end
163
+ @change_type = change_type
164
+ else
165
+ @change_type = validator.allowable_values[change_type.to_i]
166
+ end
167
+ end
168
+
169
+ # Checks equality by comparing each attribute.
170
+ # @param [Object] Object to be compared
171
+ def ==(other)
172
+ return true if self.equal?(other)
173
+ self.class == other.class &&
174
+ source_file == other.source_file &&
175
+ target_files == other.target_files &&
176
+ settings == other.settings &&
177
+ change_type == other.change_type &&
178
+ output_path == other.output_path &&
179
+ changes == other.changes
180
+ end
181
+
182
+ # @see the `==` method
183
+ # @param [Object] Object to be compared
184
+ def eql?(other)
185
+ self == other
186
+ end
187
+
188
+ # Calculates hash code according to all attributes.
189
+ # @return [Fixnum] Hash code
190
+ def hash
191
+ [source_file, target_files, settings, change_type, output_path, changes].hash
192
+ end
193
+
194
+ # Downcases first letter.
195
+ # @return downcased string
196
+ def uncap(str)
197
+ str[0, 1].downcase + str[1..-1]
198
+ end
199
+
200
+ # Builds the object from hash
201
+ # @param [Hash] attributes Model attributes in the form of hash
202
+ # @return [Object] Returns the model itself
203
+ def build_from_hash(attributes)
204
+ return nil unless attributes.is_a?(Hash)
205
+ self.class.swagger_types.each_pair do |key, type|
206
+ pname = uncap(self.class.attribute_map[key]).intern
207
+ value = attributes[pname]
208
+ if type =~ /\AArray<(.*)>/i
209
+ # check to ensure the input is an array given that the the attribute
210
+ # is documented as an array but the input is not
211
+ if value.is_a?(Array)
212
+ self.send("#{key}=", value.map { |v| _deserialize($1, v) })
213
+ end
214
+ elsif !value.nil?
215
+ self.send("#{key}=", _deserialize(type, value))
216
+ end
217
+ # or else data not found in attributes(hash), not an issue as the data can be optional
218
+ end
219
+
220
+ self
221
+ end
222
+
223
+ # Deserializes the data based on type
224
+ # @param string type Data type
225
+ # @param string value Value to be deserialized
226
+ # @return [Object] Deserialized data
227
+ def _deserialize(type, value)
228
+ case type.to_sym
229
+ when :DateTime
230
+ Date.parse value
231
+ when :Date
232
+ Date.parse value
233
+ when :String
234
+ value.to_s
235
+ when :Integer
236
+ value.to_i
237
+ when :Float
238
+ value.to_f
239
+ when :BOOLEAN
240
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
241
+ true
242
+ else
243
+ false
244
+ end
245
+ when :Object
246
+ # generic object (usually a Hash), return directly
247
+ value
248
+ when /\AArray<(?<inner_type>.+)>\z/
249
+ inner_type = Regexp.last_match[:inner_type]
250
+ value.map { |v| _deserialize(inner_type, v) }
251
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
252
+ k_type = Regexp.last_match[:k_type]
253
+ v_type = Regexp.last_match[:v_type]
254
+ {}.tap do |hash|
255
+ value.each do |k, v|
256
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
257
+ end
258
+ end
259
+ else
260
+ # model
261
+ temp_model = GroupDocsComparisonCloud.const_get(type).new
262
+ temp_model.build_from_hash(value)
263
+ end
264
+ end
265
+
266
+ # Returns the string representation of the object
267
+ # @return [String] String presentation of the object
268
+ def to_s
269
+ to_hash.to_s
270
+ end
271
+
272
+ # to_body is an alias to to_hash (backward compatibility)
273
+ # @return [Hash] Returns the object in the form of hash
274
+ def to_body
275
+ to_hash
276
+ end
277
+
278
+ # Returns the object in the form of hash
279
+ # @return [Hash] Returns the object in the form of hash
280
+ def to_hash
281
+ hash = {}
282
+ self.class.attribute_map.each_pair do |attr, param|
283
+ value = self.send(attr)
284
+ next if value.nil?
285
+ hash[param] = _to_hash(value)
286
+ end
287
+ hash
288
+ end
289
+
290
+ # Outputs non-array value in the form of hash
291
+ # For object, use to_hash. Otherwise, just return the value
292
+ # @param [Object] value Any valid value
293
+ # @return [Hash] Returns the value in the form of hash
294
+ def _to_hash(value)
295
+ if value.is_a?(Array)
296
+ value.compact.map { |v| _to_hash(v) }
297
+ elsif value.is_a?(Hash)
298
+ {}.tap do |hash|
299
+ value.each { |k, v| hash[k] = _to_hash(v) }
300
+ end
301
+ elsif value.respond_to? :to_hash
302
+ value.to_hash
303
+ else
304
+ value
305
+ end
306
+ end
307
+
308
+ end
309
+
310
+ end
@@ -1,7 +1,7 @@
1
1
  #
2
2
  # --------------------------------------------------------------------------------------------------------------------
3
3
  # <copyright company="Aspose Pty Ltd" file="version.rb">
4
- # Copyright (c) 2003-2018 Aspose Pty Ltd
4
+ # Copyright (c) 2003-2021 Aspose Pty Ltd
5
5
  # </copyright>
6
6
  # <summary>
7
7
  # Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -25,5 +25,5 @@
25
25
  # --------------------------------------------------------------------------------------------------------------------
26
26
  #
27
27
  module GroupDocsComparisonCloud
28
- VERSION = "18.9".freeze
28
+ VERSION = "21.3.1".freeze
29
29
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: groupdocs_comparison_cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: '18.9'
4
+ version: 21.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GroupDocs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-10 00:00:00.000000000 Z
11
+ date: 2021-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -24,20 +24,6 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 0.14.0
27
- - !ruby/object:Gem::Dependency
28
- name: mimemagic
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: 0.3.2
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: 0.3.2
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: addressable
43
29
  requirement: !ruby/object:Gem::Requirement
@@ -58,26 +44,6 @@ dependencies:
58
44
  - - ">="
59
45
  - !ruby/object:Gem::Version
60
46
  version: 2.5.0
61
- - !ruby/object:Gem::Dependency
62
- name: groupdocs_storage_cloud
63
- requirement: !ruby/object:Gem::Requirement
64
- requirements:
65
- - - "~>"
66
- - !ruby/object:Gem::Version
67
- version: '18.6'
68
- - - ">="
69
- - !ruby/object:Gem::Version
70
- version: '18.5'
71
- type: :development
72
- prerelease: false
73
- version_requirements: !ruby/object:Gem::Requirement
74
- requirements:
75
- - - "~>"
76
- - !ruby/object:Gem::Version
77
- version: '18.6'
78
- - - ">="
79
- - !ruby/object:Gem::Version
80
- version: '18.5'
81
47
  - !ruby/object:Gem::Dependency
82
48
  name: minitest
83
49
  requirement: !ruby/object:Gem::Requirement
@@ -105,32 +71,43 @@ extensions: []
105
71
  extra_rdoc_files: []
106
72
  files:
107
73
  - lib/groupdocs_comparison_cloud.rb
108
- - lib/groupdocs_comparison_cloud/api/changes_api.rb
109
- - lib/groupdocs_comparison_cloud/api/comparison_api.rb
74
+ - lib/groupdocs_comparison_cloud/api/compare_api.rb
75
+ - lib/groupdocs_comparison_cloud/api/file_api.rb
76
+ - lib/groupdocs_comparison_cloud/api/folder_api.rb
77
+ - lib/groupdocs_comparison_cloud/api/info_api.rb
78
+ - lib/groupdocs_comparison_cloud/api/review_api.rb
79
+ - lib/groupdocs_comparison_cloud/api/storage_api.rb
110
80
  - lib/groupdocs_comparison_cloud/api_client.rb
111
81
  - lib/groupdocs_comparison_cloud/api_error.rb
112
82
  - lib/groupdocs_comparison_cloud/configuration.rb
113
- - lib/groupdocs_comparison_cloud/models/color.rb
114
- - lib/groupdocs_comparison_cloud/models/comparison_change.rb
115
- - lib/groupdocs_comparison_cloud/models/comparison_changes_category_dto.rb
116
- - lib/groupdocs_comparison_cloud/models/comparison_file_info.rb
117
- - lib/groupdocs_comparison_cloud/models/comparison_metadata_values.rb
118
- - lib/groupdocs_comparison_cloud/models/comparison_request.rb
119
- - lib/groupdocs_comparison_cloud/models/comparison_request_settings.rb
120
- - lib/groupdocs_comparison_cloud/models/comparison_style_change.rb
83
+ - lib/groupdocs_comparison_cloud/models/apply_revisions_options.rb
84
+ - lib/groupdocs_comparison_cloud/models/change_info.rb
85
+ - lib/groupdocs_comparison_cloud/models/comparison_options.rb
86
+ - lib/groupdocs_comparison_cloud/models/diagram_master_setting.rb
87
+ - lib/groupdocs_comparison_cloud/models/disc_usage.rb
88
+ - lib/groupdocs_comparison_cloud/models/error.rb
89
+ - lib/groupdocs_comparison_cloud/models/error_details.rb
90
+ - lib/groupdocs_comparison_cloud/models/file_info.rb
91
+ - lib/groupdocs_comparison_cloud/models/file_version.rb
92
+ - lib/groupdocs_comparison_cloud/models/file_versions.rb
93
+ - lib/groupdocs_comparison_cloud/models/files_list.rb
94
+ - lib/groupdocs_comparison_cloud/models/files_upload_result.rb
95
+ - lib/groupdocs_comparison_cloud/models/format.rb
96
+ - lib/groupdocs_comparison_cloud/models/formats_result.rb
97
+ - lib/groupdocs_comparison_cloud/models/info_result.rb
98
+ - lib/groupdocs_comparison_cloud/models/items_style.rb
121
99
  - lib/groupdocs_comparison_cloud/models/link.rb
122
- - lib/groupdocs_comparison_cloud/models/requests/comparison_images_request.rb
123
- - lib/groupdocs_comparison_cloud/models/requests/comparison_images_stream_request.rb
124
- - lib/groupdocs_comparison_cloud/models/requests/comparison_request.rb
125
- - lib/groupdocs_comparison_cloud/models/requests/comparison_stream_request.rb
126
- - lib/groupdocs_comparison_cloud/models/requests/post_categories_changes_request.rb
127
- - lib/groupdocs_comparison_cloud/models/requests/post_changes_request.rb
128
- - lib/groupdocs_comparison_cloud/models/requests/put_changes_document_request.rb
129
- - lib/groupdocs_comparison_cloud/models/requests/put_changes_document_stream_request.rb
130
- - lib/groupdocs_comparison_cloud/models/requests/put_changes_images_request.rb
131
- - lib/groupdocs_comparison_cloud/models/requests/put_changes_images_stream_request.rb
132
- - lib/groupdocs_comparison_cloud/models/style_settings_values.rb
133
- - lib/groupdocs_comparison_cloud/models/value_type.rb
100
+ - lib/groupdocs_comparison_cloud/models/metadata.rb
101
+ - lib/groupdocs_comparison_cloud/models/object_exist.rb
102
+ - lib/groupdocs_comparison_cloud/models/page_info.rb
103
+ - lib/groupdocs_comparison_cloud/models/rectangle.rb
104
+ - lib/groupdocs_comparison_cloud/models/revision_info.rb
105
+ - lib/groupdocs_comparison_cloud/models/settings.rb
106
+ - lib/groupdocs_comparison_cloud/models/size.rb
107
+ - lib/groupdocs_comparison_cloud/models/storage_exist.rb
108
+ - lib/groupdocs_comparison_cloud/models/storage_file.rb
109
+ - lib/groupdocs_comparison_cloud/models/style_change_info.rb
110
+ - lib/groupdocs_comparison_cloud/models/updates_options.rb
134
111
  - lib/groupdocs_comparison_cloud/version.rb
135
112
  homepage: https://products.groupdocs.cloud/comparison/ruby
136
113
  licenses: