groupdocs_parser_cloud 19.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. checksums.yaml +7 -0
  2. data/lib/groupdocs_parser_cloud.rb +91 -0
  3. data/lib/groupdocs_parser_cloud/api/file_api.rb +729 -0
  4. data/lib/groupdocs_parser_cloud/api/folder_api.rb +694 -0
  5. data/lib/groupdocs_parser_cloud/api/info_api.rb +363 -0
  6. data/lib/groupdocs_parser_cloud/api/parse_api.rb +411 -0
  7. data/lib/groupdocs_parser_cloud/api/storage_api.rb +541 -0
  8. data/lib/groupdocs_parser_cloud/api/template_api.rb +410 -0
  9. data/lib/groupdocs_parser_cloud/api_client.rb +380 -0
  10. data/lib/groupdocs_parser_cloud/api_error.rb +64 -0
  11. data/lib/groupdocs_parser_cloud/configuration.rb +95 -0
  12. data/lib/groupdocs_parser_cloud/models/container_item.rb +246 -0
  13. data/lib/groupdocs_parser_cloud/models/container_item_info.rb +224 -0
  14. data/lib/groupdocs_parser_cloud/models/container_options.rb +224 -0
  15. data/lib/groupdocs_parser_cloud/models/container_result.rb +216 -0
  16. data/lib/groupdocs_parser_cloud/models/coordinates.rb +264 -0
  17. data/lib/groupdocs_parser_cloud/models/create_template_options.rb +234 -0
  18. data/lib/groupdocs_parser_cloud/models/detector_parameters.rb +266 -0
  19. data/lib/groupdocs_parser_cloud/models/disc_usage.rb +234 -0
  20. data/lib/groupdocs_parser_cloud/models/error.rb +244 -0
  21. data/lib/groupdocs_parser_cloud/models/error_details.rb +229 -0
  22. data/lib/groupdocs_parser_cloud/models/field.rb +234 -0
  23. data/lib/groupdocs_parser_cloud/models/field_data.rb +249 -0
  24. data/lib/groupdocs_parser_cloud/models/field_position.rb +344 -0
  25. data/lib/groupdocs_parser_cloud/models/file_info.rb +234 -0
  26. data/lib/groupdocs_parser_cloud/models/file_type.rb +224 -0
  27. data/lib/groupdocs_parser_cloud/models/file_version.rb +289 -0
  28. data/lib/groupdocs_parser_cloud/models/file_versions.rb +216 -0
  29. data/lib/groupdocs_parser_cloud/models/files_list.rb +216 -0
  30. data/lib/groupdocs_parser_cloud/models/files_upload_result.rb +228 -0
  31. data/lib/groupdocs_parser_cloud/models/format.rb +224 -0
  32. data/lib/groupdocs_parser_cloud/models/formats_result.rb +216 -0
  33. data/lib/groupdocs_parser_cloud/models/formatted_text_options.rb +214 -0
  34. data/lib/groupdocs_parser_cloud/models/image.rb +224 -0
  35. data/lib/groupdocs_parser_cloud/models/image_page.rb +231 -0
  36. data/lib/groupdocs_parser_cloud/models/images_options.rb +254 -0
  37. data/lib/groupdocs_parser_cloud/models/images_result.rb +228 -0
  38. data/lib/groupdocs_parser_cloud/models/info_options.rb +224 -0
  39. data/lib/groupdocs_parser_cloud/models/info_result.rb +244 -0
  40. data/lib/groupdocs_parser_cloud/models/object_exist.rb +234 -0
  41. data/lib/groupdocs_parser_cloud/models/page.rb +229 -0
  42. data/lib/groupdocs_parser_cloud/models/page_area.rb +244 -0
  43. data/lib/groupdocs_parser_cloud/models/page_table_area.rb +246 -0
  44. data/lib/groupdocs_parser_cloud/models/page_table_area_cell.rb +274 -0
  45. data/lib/groupdocs_parser_cloud/models/page_text_area.rb +251 -0
  46. data/lib/groupdocs_parser_cloud/models/parse_options.rb +244 -0
  47. data/lib/groupdocs_parser_cloud/models/parse_result.rb +231 -0
  48. data/lib/groupdocs_parser_cloud/models/parser_options.rb +224 -0
  49. data/lib/groupdocs_parser_cloud/models/point.rb +234 -0
  50. data/lib/groupdocs_parser_cloud/models/rectangle.rb +234 -0
  51. data/lib/groupdocs_parser_cloud/models/size.rb +234 -0
  52. data/lib/groupdocs_parser_cloud/models/storage_exist.rb +219 -0
  53. data/lib/groupdocs_parser_cloud/models/storage_file.rb +264 -0
  54. data/lib/groupdocs_parser_cloud/models/table.rb +244 -0
  55. data/lib/groupdocs_parser_cloud/models/table_layout.rb +228 -0
  56. data/lib/groupdocs_parser_cloud/models/template.rb +228 -0
  57. data/lib/groupdocs_parser_cloud/models/template_options.rb +224 -0
  58. data/lib/groupdocs_parser_cloud/models/template_result.rb +224 -0
  59. data/lib/groupdocs_parser_cloud/models/text_options.rb +254 -0
  60. data/lib/groupdocs_parser_cloud/models/text_page.rb +229 -0
  61. data/lib/groupdocs_parser_cloud/models/text_result.rb +226 -0
  62. data/lib/groupdocs_parser_cloud/models/text_style.rb +269 -0
  63. data/lib/groupdocs_parser_cloud/version.rb +29 -0
  64. metadata +174 -0
@@ -0,0 +1,269 @@
1
+ #
2
+ # --------------------------------------------------------------------------------------------------------------------
3
+ # <copyright company="Aspose Pty Ltd" file="text_style.rb">
4
+ # Copyright (c) 2003-2019 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 GroupDocsParserCloud
31
+ # The text style such as font size, font name an so on.
32
+ class TextStyle
33
+
34
+ # Gets or sets the name of the font.
35
+ attr_accessor :font_name
36
+
37
+ # Gets or sets the size of the font.
38
+ attr_accessor :font_size
39
+
40
+ # Gets or sets the value that indicates whether the font is bold.
41
+ attr_accessor :is_bold
42
+
43
+ # Gets or sets the value that indicates whether the font is italic.
44
+ attr_accessor :is_italic
45
+
46
+ # Gets or sets the style name.
47
+ attr_accessor :name
48
+
49
+ # Attribute mapping from ruby-style variable name to JSON key.
50
+ def self.attribute_map
51
+ {
52
+ :'font_name' => :'FontName',
53
+ :'font_size' => :'FontSize',
54
+ :'is_bold' => :'IsBold',
55
+ :'is_italic' => :'IsItalic',
56
+ :'name' => :'Name'
57
+ }
58
+ end
59
+
60
+ # Attribute type mapping.
61
+ def self.swagger_types
62
+ {
63
+ :'font_name' => :'String',
64
+ :'font_size' => :'Float',
65
+ :'is_bold' => :'BOOLEAN',
66
+ :'is_italic' => :'BOOLEAN',
67
+ :'name' => :'String'
68
+ }
69
+ end
70
+
71
+ # Initializes the object
72
+ # @param [Hash] attributes Model attributes in the form of hash
73
+ def initialize(attributes = {})
74
+ return unless attributes.is_a?(Hash)
75
+
76
+ # convert string to symbol for hash key
77
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
78
+
79
+ if attributes.key?(:'FontName')
80
+ self.font_name = attributes[:'FontName']
81
+ end
82
+
83
+ if attributes.key?(:'FontSize')
84
+ self.font_size = attributes[:'FontSize']
85
+ end
86
+
87
+ if attributes.key?(:'IsBold')
88
+ self.is_bold = attributes[:'IsBold']
89
+ end
90
+
91
+ if attributes.key?(:'IsItalic')
92
+ self.is_italic = attributes[:'IsItalic']
93
+ end
94
+
95
+ if attributes.key?(:'Name')
96
+ self.name = attributes[:'Name']
97
+ end
98
+
99
+ end
100
+
101
+ # Show invalid properties with the reasons. Usually used together with valid?
102
+ # @return Array for valid properies with the reasons
103
+ def list_invalid_properties
104
+ invalid_properties = []
105
+ if @font_size.nil?
106
+ invalid_properties.push("invalid value for 'font_size', font_size cannot be nil.")
107
+ end
108
+
109
+ if @is_bold.nil?
110
+ invalid_properties.push("invalid value for 'is_bold', is_bold cannot be nil.")
111
+ end
112
+
113
+ if @is_italic.nil?
114
+ invalid_properties.push("invalid value for 'is_italic', is_italic cannot be nil.")
115
+ end
116
+
117
+ return invalid_properties
118
+ end
119
+
120
+ # Check to see if the all the properties in the model are valid
121
+ # @return true if the model is valid
122
+ def valid?
123
+ return false if @font_size.nil?
124
+ return false if @is_bold.nil?
125
+ return false if @is_italic.nil?
126
+ return true
127
+ end
128
+
129
+ # Checks equality by comparing each attribute.
130
+ # @param [Object] Object to be compared
131
+ def ==(other)
132
+ return true if self.equal?(other)
133
+ self.class == other.class &&
134
+ font_name == other.font_name &&
135
+ font_size == other.font_size &&
136
+ is_bold == other.is_bold &&
137
+ is_italic == other.is_italic &&
138
+ name == other.name
139
+ end
140
+
141
+ # @see the `==` method
142
+ # @param [Object] Object to be compared
143
+ def eql?(other)
144
+ self == other
145
+ end
146
+
147
+ # Calculates hash code according to all attributes.
148
+ # @return [Fixnum] Hash code
149
+ def hash
150
+ [font_name, font_size, is_bold, is_italic, name].hash
151
+ end
152
+
153
+ # Downcases first letter.
154
+ # @return downcased string
155
+ def uncap(str)
156
+ str[0, 1].downcase + str[1..-1]
157
+ end
158
+
159
+ # Builds the object from hash
160
+ # @param [Hash] attributes Model attributes in the form of hash
161
+ # @return [Object] Returns the model itself
162
+ def build_from_hash(attributes)
163
+ return nil unless attributes.is_a?(Hash)
164
+ self.class.swagger_types.each_pair do |key, type|
165
+ pname = uncap(self.class.attribute_map[key]).intern
166
+ value = attributes[pname]
167
+ if type =~ /\AArray<(.*)>/i
168
+ # check to ensure the input is an array given that the the attribute
169
+ # is documented as an array but the input is not
170
+ if value.is_a?(Array)
171
+ self.send("#{key}=", value.map { |v| _deserialize($1, v) })
172
+ end
173
+ elsif !value.nil?
174
+ self.send("#{key}=", _deserialize(type, value))
175
+ end
176
+ # or else data not found in attributes(hash), not an issue as the data can be optional
177
+ end
178
+
179
+ self
180
+ end
181
+
182
+ # Deserializes the data based on type
183
+ # @param string type Data type
184
+ # @param string value Value to be deserialized
185
+ # @return [Object] Deserialized data
186
+ def _deserialize(type, value)
187
+ case type.to_sym
188
+ when :DateTime
189
+ Date.parse value
190
+ when :Date
191
+ Date.parse value
192
+ when :String
193
+ value.to_s
194
+ when :Integer
195
+ value.to_i
196
+ when :Float
197
+ value.to_f
198
+ when :BOOLEAN
199
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
200
+ true
201
+ else
202
+ false
203
+ end
204
+ when :Object
205
+ # generic object (usually a Hash), return directly
206
+ value
207
+ when /\AArray<(?<inner_type>.+)>\z/
208
+ inner_type = Regexp.last_match[:inner_type]
209
+ value.map { |v| _deserialize(inner_type, v) }
210
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
211
+ k_type = Regexp.last_match[:k_type]
212
+ v_type = Regexp.last_match[:v_type]
213
+ {}.tap do |hash|
214
+ value.each do |k, v|
215
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
216
+ end
217
+ end
218
+ else
219
+ # model
220
+ temp_model = GroupDocsParserCloud.const_get(type).new
221
+ temp_model.build_from_hash(value)
222
+ end
223
+ end
224
+
225
+ # Returns the string representation of the object
226
+ # @return [String] String presentation of the object
227
+ def to_s
228
+ to_hash.to_s
229
+ end
230
+
231
+ # to_body is an alias to to_hash (backward compatibility)
232
+ # @return [Hash] Returns the object in the form of hash
233
+ def to_body
234
+ to_hash
235
+ end
236
+
237
+ # Returns the object in the form of hash
238
+ # @return [Hash] Returns the object in the form of hash
239
+ def to_hash
240
+ hash = {}
241
+ self.class.attribute_map.each_pair do |attr, param|
242
+ value = self.send(attr)
243
+ next if value.nil?
244
+ hash[param] = _to_hash(value)
245
+ end
246
+ hash
247
+ end
248
+
249
+ # Outputs non-array value in the form of hash
250
+ # For object, use to_hash. Otherwise, just return the value
251
+ # @param [Object] value Any valid value
252
+ # @return [Hash] Returns the value in the form of hash
253
+ def _to_hash(value)
254
+ if value.is_a?(Array)
255
+ value.compact.map { |v| _to_hash(v) }
256
+ elsif value.is_a?(Hash)
257
+ {}.tap do |hash|
258
+ value.each { |k, v| hash[k] = _to_hash(v) }
259
+ end
260
+ elsif value.respond_to? :to_hash
261
+ value.to_hash
262
+ else
263
+ value
264
+ end
265
+ end
266
+
267
+ end
268
+
269
+ end
@@ -0,0 +1,29 @@
1
+ #
2
+ # --------------------------------------------------------------------------------------------------------------------
3
+ # <copyright company="Aspose Pty Ltd" file="version.rb">
4
+ # Copyright (c) 2003-2019 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
+ module GroupDocsParserCloud
28
+ VERSION = "19.11".freeze
29
+ end
metadata ADDED
@@ -0,0 +1,174 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: groupdocs_parser_cloud
3
+ version: !ruby/object:Gem::Version
4
+ version: '19.11'
5
+ platform: ruby
6
+ authors:
7
+ - GroupDocs
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-05-19 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: faraday
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 0.14.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
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
+ - !ruby/object:Gem::Dependency
42
+ name: addressable
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: 2.5.0
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: 2.5.0
51
+ type: :runtime
52
+ prerelease: false
53
+ version_requirements: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - "~>"
56
+ - !ruby/object:Gem::Version
57
+ version: 2.5.0
58
+ - - ">="
59
+ - !ruby/object:Gem::Version
60
+ version: 2.5.0
61
+ - !ruby/object:Gem::Dependency
62
+ name: minitest
63
+ requirement: !ruby/object:Gem::Requirement
64
+ requirements:
65
+ - - "~>"
66
+ - !ruby/object:Gem::Version
67
+ version: '5.11'
68
+ - - ">="
69
+ - !ruby/object:Gem::Version
70
+ version: 5.11.3
71
+ type: :development
72
+ prerelease: false
73
+ version_requirements: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - "~>"
76
+ - !ruby/object:Gem::Version
77
+ version: '5.11'
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: 5.11.3
81
+ description: Ruby gem for communicating with the GroupDocs.Parser Cloud API
82
+ email: support@groupdocs.cloud
83
+ executables: []
84
+ extensions: []
85
+ extra_rdoc_files: []
86
+ files:
87
+ - lib/groupdocs_parser_cloud.rb
88
+ - lib/groupdocs_parser_cloud/api/file_api.rb
89
+ - lib/groupdocs_parser_cloud/api/folder_api.rb
90
+ - lib/groupdocs_parser_cloud/api/info_api.rb
91
+ - lib/groupdocs_parser_cloud/api/parse_api.rb
92
+ - lib/groupdocs_parser_cloud/api/storage_api.rb
93
+ - lib/groupdocs_parser_cloud/api/template_api.rb
94
+ - lib/groupdocs_parser_cloud/api_client.rb
95
+ - lib/groupdocs_parser_cloud/api_error.rb
96
+ - lib/groupdocs_parser_cloud/configuration.rb
97
+ - lib/groupdocs_parser_cloud/models/container_item.rb
98
+ - lib/groupdocs_parser_cloud/models/container_item_info.rb
99
+ - lib/groupdocs_parser_cloud/models/container_options.rb
100
+ - lib/groupdocs_parser_cloud/models/container_result.rb
101
+ - lib/groupdocs_parser_cloud/models/coordinates.rb
102
+ - lib/groupdocs_parser_cloud/models/create_template_options.rb
103
+ - lib/groupdocs_parser_cloud/models/detector_parameters.rb
104
+ - lib/groupdocs_parser_cloud/models/disc_usage.rb
105
+ - lib/groupdocs_parser_cloud/models/error.rb
106
+ - lib/groupdocs_parser_cloud/models/error_details.rb
107
+ - lib/groupdocs_parser_cloud/models/field.rb
108
+ - lib/groupdocs_parser_cloud/models/field_data.rb
109
+ - lib/groupdocs_parser_cloud/models/field_position.rb
110
+ - lib/groupdocs_parser_cloud/models/file_info.rb
111
+ - lib/groupdocs_parser_cloud/models/file_type.rb
112
+ - lib/groupdocs_parser_cloud/models/file_version.rb
113
+ - lib/groupdocs_parser_cloud/models/file_versions.rb
114
+ - lib/groupdocs_parser_cloud/models/files_list.rb
115
+ - lib/groupdocs_parser_cloud/models/files_upload_result.rb
116
+ - lib/groupdocs_parser_cloud/models/format.rb
117
+ - lib/groupdocs_parser_cloud/models/formats_result.rb
118
+ - lib/groupdocs_parser_cloud/models/formatted_text_options.rb
119
+ - lib/groupdocs_parser_cloud/models/image.rb
120
+ - lib/groupdocs_parser_cloud/models/image_page.rb
121
+ - lib/groupdocs_parser_cloud/models/images_options.rb
122
+ - lib/groupdocs_parser_cloud/models/images_result.rb
123
+ - lib/groupdocs_parser_cloud/models/info_options.rb
124
+ - lib/groupdocs_parser_cloud/models/info_result.rb
125
+ - lib/groupdocs_parser_cloud/models/object_exist.rb
126
+ - lib/groupdocs_parser_cloud/models/page.rb
127
+ - lib/groupdocs_parser_cloud/models/page_area.rb
128
+ - lib/groupdocs_parser_cloud/models/page_table_area.rb
129
+ - lib/groupdocs_parser_cloud/models/page_table_area_cell.rb
130
+ - lib/groupdocs_parser_cloud/models/page_text_area.rb
131
+ - lib/groupdocs_parser_cloud/models/parse_options.rb
132
+ - lib/groupdocs_parser_cloud/models/parse_result.rb
133
+ - lib/groupdocs_parser_cloud/models/parser_options.rb
134
+ - lib/groupdocs_parser_cloud/models/point.rb
135
+ - lib/groupdocs_parser_cloud/models/rectangle.rb
136
+ - lib/groupdocs_parser_cloud/models/size.rb
137
+ - lib/groupdocs_parser_cloud/models/storage_exist.rb
138
+ - lib/groupdocs_parser_cloud/models/storage_file.rb
139
+ - lib/groupdocs_parser_cloud/models/table.rb
140
+ - lib/groupdocs_parser_cloud/models/table_layout.rb
141
+ - lib/groupdocs_parser_cloud/models/template.rb
142
+ - lib/groupdocs_parser_cloud/models/template_options.rb
143
+ - lib/groupdocs_parser_cloud/models/template_result.rb
144
+ - lib/groupdocs_parser_cloud/models/text_options.rb
145
+ - lib/groupdocs_parser_cloud/models/text_page.rb
146
+ - lib/groupdocs_parser_cloud/models/text_result.rb
147
+ - lib/groupdocs_parser_cloud/models/text_style.rb
148
+ - lib/groupdocs_parser_cloud/version.rb
149
+ homepage: https://products.groupdocs.cloud/parser/ruby
150
+ licenses:
151
+ - MIT
152
+ metadata:
153
+ source_code_uri: https://github.com/groupdocs-parser-cloud/groupdocs-parser-cloud-ruby
154
+ post_install_message:
155
+ rdoc_options: []
156
+ require_paths:
157
+ - lib
158
+ required_ruby_version: !ruby/object:Gem::Requirement
159
+ requirements:
160
+ - - "~>"
161
+ - !ruby/object:Gem::Version
162
+ version: '2.3'
163
+ required_rubygems_version: !ruby/object:Gem::Requirement
164
+ requirements:
165
+ - - ">="
166
+ - !ruby/object:Gem::Version
167
+ version: '0'
168
+ requirements: []
169
+ rubyforge_project:
170
+ rubygems_version: 2.6.14.1
171
+ signing_key:
172
+ specification_version: 4
173
+ summary: GroupDocs.Parser Cloud Ruby SDK
174
+ test_files: []