aspose_cells_cloud 21.6 → 21.7

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c42f437476490bd3182080c4fd9d77387546c7c9eb35308a4373c76190c19a98
4
- data.tar.gz: dde3ff8c31c7ba2130603d2506dbeb344a34ce649847e8d3b5d5267e3211e831
3
+ metadata.gz: f4b3aeb82d3f35e89665ef4b447a4827caa52c24308a9b6a273e971187a9e022
4
+ data.tar.gz: 77a4444027f3e0999be2ecd4f4c5d3c2e9b95723f20aed7c912fc78a78da1d4a
5
5
  SHA512:
6
- metadata.gz: 420f538f2ebcf563603ec55fc128926a7c4983031de6cef0d1ab6828ae52619d91e4609af844d889dc27397fe6a18a1f92b6f12dbe27b7e9726b649bf3a2077d
7
- data.tar.gz: 06c23e6025b48337d51f7a5540e799bb7f2f822bce415603290f3750ee847b2c6fc80b93a5585720d0db210be881cf1af9fb2208e38952800545b25634c81ea4
6
+ metadata.gz: 64177b41e23a8e48b1b10c5db9cd7962239835a23c6ece0095b4f48ca171c6c14d02aa9f79392af346a1689ad3135bff31765282cb41734c2983473d51ca0fee
7
+ data.tar.gz: 59835936e9eedcd5dd040a2d37a381fc9471541314c9a893b7fa1f39a80c7892a53cd8f5226b0d1e764447b7e5c1da212aa59ad7ef25bb21349bfa85753fbdf4
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) ![Gem](https://img.shields.io/gem/v/aspose_cells_cloud) ![Gem](https://img.shields.io/gem/dt/aspose_cells_cloud) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-ruby)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-ruby/21.6)
1
+ ![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) ![Gem](https://img.shields.io/gem/v/aspose_cells_cloud) ![Gem](https://img.shields.io/gem/dt/aspose_cells_cloud) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-ruby)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-ruby/21.7)
2
2
 
3
3
 
4
4
  # Ruby SDK for Spreadsheet Processing in the Cloud
@@ -21,16 +21,11 @@ Ruby Cloud SDK wraps Aspose.Cells REST API so you could seamlessly integrate Mic
21
21
  - Convert worksheets to PDF, XPS & SVG formats.
22
22
  - [Convert Excel files to popular formats](https://docs.aspose.cloud/cells/convert-excel-workbook-to-different-file-formats/).
23
23
 
24
- ## Feature & Enhancements in Version 21.6
24
+ ## Feature & Enhancements in Version 21.7
25
25
 
26
- - Improvement document properties.
27
- - Update the return value of put/post/delete.
28
- - Improvement export API.
29
- - Improve split API.
30
- - Improve merge API.
31
- - Improve unlock API.
32
- - Improve protected API.
33
- - Improve watermark API.
26
+ - Fix search API.
27
+ - Fix split API.
28
+ - Fix update metadata API.
34
29
 
35
30
  ## Read & Write Spreadsheet Formats
36
31
 
@@ -591,8 +591,6 @@ module AsposeCellsCloud
591
591
  # @param [Hash] opts the optional parameters
592
592
  # @option opts [String] :password
593
593
  # @option opts [String] :sheetname
594
- # @option opts [String] :path
595
- # @option opts [String] :storage_name
596
594
  # @return [Array<TextItem>]
597
595
  def post_search(file, text, opts = {})
598
596
  data, _status_code, _headers = post_search_with_http_info(file, text, opts)
@@ -605,9 +603,7 @@ module AsposeCellsCloud
605
603
  # @param text
606
604
  # @param [Hash] opts the optional parameters
607
605
  # @option opts [String] :password
608
- # @option opts [String] :sheetname
609
- # @option opts [String] :path
610
- # @option opts [String] :storage_name
606
+ # @option opts [String] :sheetname
611
607
  # @return [Array<(Array<TextItem>, Fixnum, Hash)>] Array<TextItem> data, response status code and response headers
612
608
  def post_search_with_http_info(file, text, opts = {})
613
609
  if @api_client.config.debugging
@@ -630,8 +626,6 @@ module AsposeCellsCloud
630
626
  query_params[:'text'] = text
631
627
  query_params[:'password'] = opts[:'password'] if !opts[:'password'].nil?
632
628
  query_params[:'sheetname'] = opts[:'sheetname'] if !opts[:'sheetname'].nil?
633
- query_params[:'path'] = opts[:'path'] if !opts[:'path'].nil?
634
- query_params[:'storageName'] = opts[:'storage_name'] if !opts[:'storage_name'].nil?
635
629
 
636
630
  # header parameters
637
631
  header_params = {}
@@ -672,8 +666,6 @@ module AsposeCellsCloud
672
666
  # @option opts [String] :password
673
667
  # @option opts [Integer] :from
674
668
  # @option opts [Integer] :to
675
- # @option opts [String] :path
676
- # @option opts [String] :storage_name
677
669
  # @return [FilesResult]
678
670
  def post_split(file, format, opts = {})
679
671
  data, _status_code, _headers = post_split_with_http_info(file, format, opts)
@@ -713,8 +705,6 @@ module AsposeCellsCloud
713
705
  query_params[:'password'] = opts[:'password'] if !opts[:'password'].nil?
714
706
  query_params[:'from'] = opts[:'from'] if !opts[:'from'].nil?
715
707
  query_params[:'to'] = opts[:'to'] if !opts[:'to'].nil?
716
- query_params[:'path'] = opts[:'path'] if !opts[:'path'].nil?
717
- query_params[:'storageName'] = opts[:'storage_name'] if !opts[:'storage_name'].nil?
718
708
 
719
709
  # header parameters
720
710
  header_params = {}
@@ -21,5 +21,5 @@ SOFTWARE.
21
21
  =end
22
22
 
23
23
  module AsposeCellsCloud
24
- VERSION = "21.6"
24
+ VERSION = "21.7"
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aspose_cells_cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: '21.6'
4
+ version: '21.7'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aspose Cells Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-17 00:00:00.000000000 Z
11
+ date: 2021-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus