aspose_words_cloud 20.1.0 → 20.3.0

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.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aspose_words_cloud/api/words_api.rb +2100 -350
  3. data/lib/aspose_words_cloud/models/classification_response.rb +1 -1
  4. data/lib/aspose_words_cloud/models/comment_response.rb +1 -1
  5. data/lib/aspose_words_cloud/models/comments_response.rb +1 -1
  6. data/lib/aspose_words_cloud/models/field_response.rb +1 -1
  7. data/lib/aspose_words_cloud/models/fields_response.rb +1 -1
  8. data/lib/aspose_words_cloud/models/font_response.rb +1 -1
  9. data/lib/aspose_words_cloud/models/footnote_response.rb +1 -1
  10. data/lib/aspose_words_cloud/models/footnotes_response.rb +1 -1
  11. data/lib/aspose_words_cloud/models/form_field_response.rb +1 -1
  12. data/lib/aspose_words_cloud/models/form_fields_response.rb +1 -1
  13. data/lib/aspose_words_cloud/models/header_footer_response.rb +1 -1
  14. data/lib/aspose_words_cloud/models/header_footers_response.rb +1 -1
  15. data/lib/aspose_words_cloud/models/office_math_object_response.rb +1 -1
  16. data/lib/aspose_words_cloud/models/office_math_objects_response.rb +1 -1
  17. data/lib/aspose_words_cloud/models/paragraph_format_response.rb +1 -1
  18. data/lib/aspose_words_cloud/models/paragraph_link_collection_response.rb +1 -1
  19. data/lib/aspose_words_cloud/models/paragraph_response.rb +1 -1
  20. data/lib/aspose_words_cloud/models/range_text_response.rb +1 -1
  21. data/lib/aspose_words_cloud/models/rtf_save_options_data.rb +14 -4
  22. data/lib/aspose_words_cloud/models/run_response.rb +1 -1
  23. data/lib/aspose_words_cloud/models/runs_response.rb +1 -1
  24. data/lib/aspose_words_cloud/models/search_response.rb +1 -1
  25. data/lib/aspose_words_cloud/models/section_link_collection_response.rb +1 -1
  26. data/lib/aspose_words_cloud/models/section_page_setup_response.rb +1 -1
  27. data/lib/aspose_words_cloud/models/section_response.rb +1 -1
  28. data/lib/aspose_words_cloud/models/table_cell_format_response.rb +1 -1
  29. data/lib/aspose_words_cloud/models/table_cell_response.rb +1 -1
  30. data/lib/aspose_words_cloud/models/table_link_collection_response.rb +1 -1
  31. data/lib/aspose_words_cloud/models/table_properties_response.rb +1 -1
  32. data/lib/aspose_words_cloud/models/table_response.rb +1 -1
  33. data/lib/aspose_words_cloud/models/table_row_format_response.rb +1 -1
  34. data/lib/aspose_words_cloud/models/table_row_response.rb +1 -1
  35. data/lib/aspose_words_cloud/models/xml_color.rb +0 -5
  36. data/lib/aspose_words_cloud/version.rb +1 -1
  37. metadata +2 -22
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: PUT http://api.aspose.com/v4.0/words/classify.
32
+ # This response should be returned by the service when handling: PUT https://api.aspose.cloud/v4.0/words/classify.
33
33
  class ClassificationResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/comments/0.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/comments/0.
33
33
  class CommentResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/comments.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/comments.
33
33
  class CommentsResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/paragraphs/{0}/fields/{1}.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/paragraphs/{0}/fields/{1}.
33
33
  class FieldResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/{nodePath}/fields.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/{nodePath}/fields.
33
33
  class FieldsResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/paragraphs/{0}/runs/{1}/font.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/paragraphs/{0}/runs/{1}/font.
33
33
  class FontResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/footnote/0.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/footnote/0.
33
33
  class FootnoteResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/footnotes.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/footnotes.
33
33
  class FootnotesResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/paragraphs/{0}/formfields/{1}.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/paragraphs/{0}/formfields/{1}.
33
33
  class FormFieldResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/{nodePath}/formfields.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/{nodePath}/formfields.
33
33
  class FormFieldsResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/headersfooters/{0}.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/headersfooters/{0}.
33
33
  class HeaderFooterResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/headersfooters.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/headersfooters.
33
33
  class HeaderFootersResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/officeMathObjects/0.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/officeMathObjects/0.
33
33
  class OfficeMathObjectResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/OfficeMathObjects.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/OfficeMathObjects.
33
33
  class OfficeMathObjectsResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/paragraphs/{0}/format.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/paragraphs/{0}/format.
33
33
  class ParagraphFormatResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/paragraphs.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/paragraphs.
33
33
  class ParagraphLinkCollectionResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/paragraphs/{0}.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/paragraphs/{0}.
33
33
  class ParagraphResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/range/{0}/{1}/.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/range/{0}/{1}/.
33
33
  class RangeTextResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -64,6 +64,9 @@ module AsposeWordsCloud
64
64
  # Gets or sets specifies whether or not use pretty formats output.
65
65
  attr_accessor :pretty_format
66
66
 
67
+ # Gets or sets a value indicating whether when true all images will be saved as WMF. This option might help to avoid WordPad warning messages.
68
+ attr_accessor :save_images_as_wmf
69
+
67
70
 
68
71
  # Attribute mapping from ruby-style variable name to JSON key.
69
72
  def self.attribute_map
@@ -78,7 +81,8 @@ module AsposeWordsCloud
78
81
  :'update_fields' => :'UpdateFields',
79
82
  :'export_compact_size' => :'ExportCompactSize',
80
83
  :'export_images_for_old_readers' => :'ExportImagesForOldReaders',
81
- :'pretty_format' => :'PrettyFormat'
84
+ :'pretty_format' => :'PrettyFormat',
85
+ :'save_images_as_wmf' => :'SaveImagesAsWmf'
82
86
  }
83
87
  end
84
88
 
@@ -95,7 +99,8 @@ module AsposeWordsCloud
95
99
  :'update_fields' => :'BOOLEAN',
96
100
  :'export_compact_size' => :'BOOLEAN',
97
101
  :'export_images_for_old_readers' => :'BOOLEAN',
98
- :'pretty_format' => :'BOOLEAN'
102
+ :'pretty_format' => :'BOOLEAN',
103
+ :'save_images_as_wmf' => :'BOOLEAN'
99
104
  }
100
105
  end
101
106
 
@@ -151,6 +156,10 @@ module AsposeWordsCloud
151
156
  self.pretty_format = attributes[:'PrettyFormat']
152
157
  end
153
158
 
159
+ if attributes.key?(:'SaveImagesAsWmf')
160
+ self.save_images_as_wmf = attributes[:'SaveImagesAsWmf']
161
+ end
162
+
154
163
  end
155
164
 
156
165
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -181,7 +190,8 @@ module AsposeWordsCloud
181
190
  update_fields == other.update_fields &&
182
191
  export_compact_size == other.export_compact_size &&
183
192
  export_images_for_old_readers == other.export_images_for_old_readers &&
184
- pretty_format == other.pretty_format
193
+ pretty_format == other.pretty_format &&
194
+ save_images_as_wmf == other.save_images_as_wmf
185
195
  end
186
196
 
187
197
  # @see the `==` method
@@ -193,7 +203,7 @@ module AsposeWordsCloud
193
203
  # Calculates hash code according to all attributes.
194
204
  # @return [Fixnum] Hash code
195
205
  def hash
196
- [save_format, file_name, dml_rendering_mode, dml_effects_rendering_mode, zip_output, update_last_saved_time_property, update_sdt_content, update_fields, export_compact_size, export_images_for_old_readers, pretty_format].hash
206
+ [save_format, file_name, dml_rendering_mode, dml_effects_rendering_mode, zip_output, update_last_saved_time_property, update_sdt_content, update_fields, export_compact_size, export_images_for_old_readers, pretty_format, save_images_as_wmf].hash
197
207
  end
198
208
 
199
209
  # Builds the object from hash
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/paragraphs/{0}/runs/{1}.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/paragraphs/{0}/runs/{1}.
33
33
  class RunResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/{paragraphPath}/runs.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/{paragraphPath}/runs.
33
33
  class RunsResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/search.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/search.
33
33
  class SearchResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/sections.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/sections.
33
33
  class SectionLinkCollectionResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/sections/{0}/PageSetup.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/sections/{0}/PageSetup.
33
33
  class SectionPageSetupResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/sections/{0}.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/sections/{0}.
33
33
  class SectionResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/tables/{0}/rows/{1}/cells/{2}/cellformat.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/tables/{0}/rows/{1}/cells/{2}/cellformat.
33
33
  class TableCellFormatResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/tables/{0}.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/tables/{0}.
33
33
  class TableCellResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/tables.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/tables.
33
33
  class TableLinkCollectionResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/tables/{0}/properties.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/tables/{0}/properties.
33
33
  class TablePropertiesResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/tables/{0}.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/tables/{0}.
33
33
  class TableResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/tables/{0}/rows/{1}/rowformat.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/tables/{0}/rows/{1}/rowformat.
33
33
  class TableRowFormatResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -29,7 +29,7 @@ module AsposeWordsCloud
29
29
  # --------------------------------------------------------------------------------------------------------------------
30
30
  #
31
31
 
32
- # This response should be returned by the service when handling: GET http://api.aspose.com/v4.0/words/Test.doc/tables/{0}.
32
+ # This response should be returned by the service when handling: GET https://api.aspose.cloud/v4.0/words/Test.doc/tables/{0}.
33
33
  class TableRowResponse
34
34
  # Gets or sets request Id.
35
35
  attr_accessor :request_id
@@ -76,17 +76,12 @@ module AsposeWordsCloud
76
76
  # @return Array for valid properies with the reasons
77
77
  def list_invalid_properties
78
78
  invalid_properties = []
79
- if @alpha.nil?
80
- invalid_properties.push("invalid value for 'alpha', alpha cannot be nil.")
81
- end
82
-
83
79
  return invalid_properties
84
80
  end
85
81
 
86
82
  # Check to see if the all the properties in the model are valid
87
83
  # @return true if the model is valid
88
84
  def valid?
89
- return false if @alpha.nil?
90
85
  return true
91
86
  end
92
87
 
@@ -25,5 +25,5 @@
25
25
  # --------------------------------------------------------------------------------------------------------------------
26
26
  #
27
27
  module AsposeWordsCloud
28
- VERSION = "20.1.0".freeze
28
+ VERSION = "20.3.0".freeze
29
29
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aspose_words_cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 20.1.0
4
+ version: 20.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - YaroslawEkimov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-22 00:00:00.000000000 Z
11
+ date: 2020-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -38,26 +38,6 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.3.2
41
- - !ruby/object:Gem::Dependency
42
- name: aspose_storage_cloud
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: '18.5'
48
- - - "~>"
49
- - !ruby/object:Gem::Version
50
- version: '18.6'
51
- type: :development
52
- prerelease: false
53
- version_requirements: !ruby/object:Gem::Requirement
54
- requirements:
55
- - - ">="
56
- - !ruby/object:Gem::Version
57
- version: '18.5'
58
- - - "~>"
59
- - !ruby/object:Gem::Version
60
- version: '18.6'
61
41
  - !ruby/object:Gem::Dependency
62
42
  name: minitest
63
43
  requirement: !ruby/object:Gem::Requirement