aspose_cells_cloud 20.2 → 20.4

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.
data/testResult.txt ADDED
@@ -0,0 +1,113 @@
1
+ ...F.................................................I, [2020-03-22T21:30:33.167658 #30250] INFO -- : Temp file written to /tmp/download-20200322-30250-1acqva7, please copy the file to a proper folder with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file will be deleted automatically with GC. It's also recommended to delete the temp file explicitly with `tempfile.delete`
2
+ ......I, [2020-03-22T21:31:22.647693 #30250] INFO -- : Temp file written to /tmp/download-20200322-30250-1ibijum, please copy the file to a proper folder with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file will be deleted automatically with GC. It's also recommended to delete the temp file explicitly with `tempfile.delete`
3
+ .....................................I, [2020-03-22T21:36:52.720900 #30250] INFO -- : Temp file written to /tmp/download-20200322-30250-14o1t98, please copy the file to a proper folder with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file will be deleted automatically with GC. It's also recommended to delete the temp file explicitly with `tempfile.delete`
4
+ ......I, [2020-03-22T21:37:47.594609 #30250] INFO -- : Temp file written to /tmp/download-20200322-30250-1xyhlkc, please copy the file to a proper folder with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file will be deleted automatically with GC. It's also recommended to delete the temp file explicitly with `tempfile.delete`
5
+ ..................I, [2020-03-22T21:40:23.916200 #30250] INFO -- : Temp file written to /tmp/download-20200322-30250-zb2h8c, please copy the file to a proper folder with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file will be deleted automatically with GC. It's also recommended to delete the temp file explicitly with `tempfile.delete`
6
+ ...........F...........................F.........I, [2020-03-22T21:48:57.338898 #30250] INFO -- : Temp file written to /tmp/Book1.xlsx;-20200322-30250-mmoz22, please copy the file to a proper folder with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file will be deleted automatically with GC. It's also recommended to delete the temp file explicitly with `tempfile.delete`
7
+ ..I, [2020-03-22T21:50:06.656228 #30250] INFO -- : Temp file written to /tmp/download-20200322-30250-1ws8fkd, please copy the file to a proper folder with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file will be deleted automatically with GC. It's also recommended to delete the temp file explicitly with `tempfile.delete`
8
+ .I, [2020-03-22T21:50:15.775244 #30250] INFO -- : Temp file written to /tmp/download-20200322-30250-hqmv0f, please copy the file to a proper folder with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file will be deleted automatically with GC. It's also recommended to delete the temp file explicitly with `tempfile.delete`
9
+ ..........I, [2020-03-22T21:52:28.960204 #30250] INFO -- : Temp file written to /tmp/download-20200322-30250-h226hj, please copy the file to a proper folder with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file will be deleted automatically with GC. It's also recommended to delete the temp file explicitly with `tempfile.delete`
10
+ ......I, [2020-03-22T21:53:33.159184 #30250] INFO -- : Temp file written to /tmp/download-20200322-30250-adncg7, please copy the file to a proper folder with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file will be deleted automatically with GC. It's also recommended to delete the temp file explicitly with `tempfile.delete`
11
+ ...F..............F..I, [2020-03-22T21:59:09.630937 #30250] INFO -- : Temp file written to /tmp/download-20200322-30250-czh96p, please copy the file to a proper folder with e.g. `FileUtils.cp(tempfile.path, '/new/file/path')` otherwise the temp file will be deleted automatically with GC. It's also recommended to delete the temp file explicitly with `tempfile.delete`
12
+ ...........................F
13
+
14
+ Failures:
15
+
16
+ 1) CellsApi cells_get_worksheet_cell test should work
17
+ Failure/Error: expect(result.code).to eql(200)
18
+
19
+ NoMethodError:
20
+ undefined method `code' for #<Hash:0x000055aa4e7d6470>
21
+ # ./spec/api/cells_api_spec.rb:132:in `block (3 levels) in <top (required)>'
22
+
23
+ 2) CellsPivotTablesApi cells_pivot_tables_post_pivot_table_field_hide_item test should work
24
+ Failure/Error:
25
+ fail ApiError.new(:code => response.status,
26
+ :response_headers => response.headers,
27
+ :response_body => response.body),
28
+ response.reason_phrase
29
+
30
+ AsposeCellsCloud::ApiError:
31
+ Bad Request
32
+ # ./lib/aspose_cells_cloud/api_client.rb:78:in `call_api'
33
+ # ./lib/aspose_cells_cloud/api/cells_api.rb:19151:in `upload_file_with_http_info'
34
+ # ./lib/aspose_cells_cloud/api/cells_api.rb:19105:in `upload_file'
35
+ # ./spec/api/cells_pivot_tables_api_spec.rb:174:in `block (3 levels) in <top (required)>'
36
+
37
+ 3) CellsSaveAsApi cells_save_as_post_document_save_as test should work
38
+ Failure/Error:
39
+ fail ApiError.new(:code => response.status,
40
+ :response_headers => response.headers,
41
+ :response_body => response.body),
42
+ response.reason_phrase
43
+
44
+ AsposeCellsCloud::ApiError:
45
+ Bad Request
46
+ # ./lib/aspose_cells_cloud/api_client.rb:78:in `call_api'
47
+ # ./lib/aspose_cells_cloud/api/cells_api.rb:19151:in `upload_file_with_http_info'
48
+ # ./lib/aspose_cells_cloud/api/cells_api.rb:19105:in `upload_file'
49
+ # ./spec/api/cells_save_as_api_spec.rb:38:in `block (3 levels) in <top (required)>'
50
+
51
+ 4) CellsWorkbookApi cells_workbook_delete_workbook_names test should work
52
+ Failure/Error:
53
+ fail ApiError.new(:code => response.status,
54
+ :response_headers => response.headers,
55
+ :response_body => response.body),
56
+ response.reason_phrase
57
+
58
+ AsposeCellsCloud::ApiError:
59
+ Bad Request
60
+ # ./lib/aspose_cells_cloud/api_client.rb:78:in `call_api'
61
+ # ./lib/aspose_cells_cloud/api/cells_api.rb:19151:in `upload_file_with_http_info'
62
+ # ./lib/aspose_cells_cloud/api/cells_api.rb:19105:in `upload_file'
63
+ # ./spec/api/cells_workbook_api_spec.rb:505:in `block (3 levels) in <top (required)>'
64
+
65
+ 5) CellsWorksheetsApi cells_worksheets_delete_worksheet_comments test should work
66
+ Failure/Error:
67
+ return conn.delete url do |c|
68
+ c.body = req_opts[:body]
69
+ end
70
+
71
+ Faraday::ConnectionFailed:
72
+ Net::OpenTimeout
73
+ # /var/lib/gems/2.5.0/gems/faraday-1.0.0/lib/faraday/adapter/net_http.rb:149:in `request_via_request_method'
74
+ # /var/lib/gems/2.5.0/gems/faraday-1.0.0/lib/faraday/adapter/net_http.rb:135:in `request_with_wrapped_block'
75
+ # /var/lib/gems/2.5.0/gems/faraday-1.0.0/lib/faraday/adapter/net_http.rb:126:in `perform_request'
76
+ # /var/lib/gems/2.5.0/gems/faraday-1.0.0/lib/faraday/adapter/net_http.rb:68:in `block in call'
77
+ # /var/lib/gems/2.5.0/gems/faraday-1.0.0/lib/faraday/adapter.rb:60:in `connection'
78
+ # /var/lib/gems/2.5.0/gems/faraday-1.0.0/lib/faraday/adapter/net_http.rb:66:in `call'
79
+ # /var/lib/gems/2.5.0/gems/faraday-1.0.0/lib/faraday/request/url_encoded.rb:23:in `call'
80
+ # /var/lib/gems/2.5.0/gems/faraday-1.0.0/lib/faraday/request/multipart.rb:25:in `call'
81
+ # /var/lib/gems/2.5.0/gems/faraday-1.0.0/lib/faraday/rack_builder.rb:153:in `build_response'
82
+ # /var/lib/gems/2.5.0/gems/faraday-1.0.0/lib/faraday/connection.rb:492:in `run_request'
83
+ # /var/lib/gems/2.5.0/gems/faraday-1.0.0/lib/faraday/connection.rb:198:in `delete'
84
+ # ./lib/aspose_cells_cloud/api_client.rb:151:in `build_request'
85
+ # ./lib/aspose_cells_cloud/api_client.rb:64:in `call_api'
86
+ # ./lib/aspose_cells_cloud/api/cells_api.rb:16024:in `cells_worksheets_delete_worksheet_comments_with_http_info'
87
+ # ./lib/aspose_cells_cloud/api/cells_api.rb:15977:in `cells_worksheets_delete_worksheet_comments'
88
+ # ./spec/api/cells_worksheets_api_spec.rb:116:in `block (3 levels) in <top (required)>'
89
+ # ------------------
90
+ # --- Caused by: ---
91
+ # Net::OpenTimeout:
92
+ # Net::OpenTimeout
93
+ # /var/lib/gems/2.5.0/gems/faraday-1.0.0/lib/faraday/adapter/net_http.rb:149:in `request_via_request_method'
94
+
95
+ 6) OAuthApi o_auth_post test should work
96
+ Failure/Error: @configure.base_path = ""
97
+
98
+ NoMethodError:
99
+ undefined method `base_path=' for #<AsposeCellsCloud::Configuration:0x000055aa4d0f0490>
100
+ # ./spec/api/o_auth_api_spec.rb:23:in `block (2 levels) in <top (required)>'
101
+
102
+ Finished in 38 minutes 53 seconds (files took 0.81619 seconds to load)
103
+ 237 examples, 6 failures
104
+
105
+ Failed examples:
106
+
107
+ rspec ./spec/api/cells_api_spec.rb:123 # CellsApi cells_get_worksheet_cell test should work
108
+ rspec ./spec/api/cells_pivot_tables_api_spec.rb:164 # CellsPivotTablesApi cells_pivot_tables_post_pivot_table_field_hide_item test should work
109
+ rspec ./spec/api/cells_save_as_api_spec.rb:31 # CellsSaveAsApi cells_save_as_post_document_save_as test should work
110
+ rspec ./spec/api/cells_workbook_api_spec.rb:502 # CellsWorkbookApi cells_workbook_delete_workbook_names test should work
111
+ rspec ./spec/api/cells_worksheets_api_spec.rb:110 # CellsWorksheetsApi cells_worksheets_delete_worksheet_comments test should work
112
+ rspec ./spec/api/o_auth_api_spec.rb:41 # OAuthApi o_auth_post test should work
113
+
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: '20.2'
4
+ version: '20.4'
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: 2020-02-21 00:00:00.000000000 Z
11
+ date: 2020-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -218,9 +218,11 @@ dependencies:
218
218
  - - ">="
219
219
  - !ruby/object:Gem::Version
220
220
  version: 0.2.12
221
- description: No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
221
+ description: This Cloud SDK enhances your Ruby cloud-based apps to [process & manipulate
222
+ Microsoft Excel spreadsheets](https://products.aspose.cloud/cells/ruby) in the cloud,
223
+ without MS Office.)
222
224
  email:
223
- - ''
225
+ - aspose.cloud@asposeptyltd.com
224
226
  executables: []
225
227
  extensions: []
226
228
  extra_rdoc_files: []
@@ -229,6 +231,7 @@ files:
229
231
  - LICENSE
230
232
  - README.md
231
233
  - Rakefile
234
+ - aspose_cells_cloud-20.2.gem
232
235
  - aspose_cells_cloud.gemspec
233
236
  - data/Book1.xlsx
234
237
  - data/ImportData.xlsx
@@ -740,6 +743,7 @@ files:
740
743
  - spec/api/cells_hypelinks_api_spec.rb
741
744
  - spec/api/cells_list_objects_api_spec.rb
742
745
  - spec/api/cells_ole_objects_api_spec.rb
746
+ - spec/api/cells_one_spec.rb
743
747
  - spec/api/cells_page_breaks_api_spec.rb
744
748
  - spec/api/cells_page_setup_api_spec.rb
745
749
  - spec/api/cells_pictures_api_spec.rb
@@ -758,7 +762,8 @@ files:
758
762
  - spec/api/o_auth_api_spec.rb
759
763
  - spec/spec_helper.rb
760
764
  - test.pdf
761
- homepage: https://github.com/swagger-api/swagger-codegen
765
+ - testResult.txt
766
+ homepage: https://github.com/aspose-cells-cloud/aspose-cells-cloud-ruby
762
767
  licenses:
763
768
  - MIT
764
769
  metadata: {}
@@ -781,7 +786,9 @@ rubyforge_project:
781
786
  rubygems_version: 2.7.6
782
787
  signing_key:
783
788
  specification_version: 4
784
- summary: Web API Swagger specification Ruby Gem
789
+ summary: This Cloud SDK enhances your Ruby cloud-based apps to [process & manipulate
790
+ Microsoft Excel spreadsheets](https://products.aspose.cloud/cells/ruby) in the cloud,
791
+ without MS Office.
785
792
  test_files:
786
793
  - spec/api/cells_shapes_api_spec.rb
787
794
  - spec/api/cells_page_setup_api_spec.rb
@@ -794,6 +801,7 @@ test_files:
794
801
  - spec/api/cells_storage_spec.rb
795
802
  - spec/api/cells_worksheets_api_spec.rb
796
803
  - spec/api/cells_autoshapes_api_spec.rb
804
+ - spec/api/cells_one_spec.rb
797
805
  - spec/api/cells_task_api_spec.rb
798
806
  - spec/api/cells_pictures_api_spec.rb
799
807
  - spec/api/cells_auto_filter_api_spec.rb