test_kaferi_cloud 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/D://tmp//2018-02027//Ruby//.gitignore +42 -0
  3. data/D://tmp//2018-02027//Ruby//.idea//.rakeTasks +7 -0
  4. data/D://tmp//2018-02027//Ruby//.idea//inspectionProfiles//Project_Default.xml +6 -0
  5. data/D://tmp//2018-02027//Ruby//.idea//misc.xml +4 -0
  6. data/D://tmp//2018-02027//Ruby//.idea//modules.xml +8 -0
  7. data/D://tmp//2018-02027//Ruby//.idea//ruby.iml +15 -0
  8. data/D://tmp//2018-02027//Ruby//.idea//vcs.xml +6 -0
  9. data/D://tmp//2018-02027//Ruby//.idea//workspace.xml +776 -0
  10. data/D://tmp//2018-02027//Ruby//.swagger-codegen-ignore +58 -0
  11. data/D://tmp//2018-02027//Ruby//.swagger-codegen//VERSION +1 -0
  12. data/D://tmp//2018-02027//Ruby//LICENSE +21 -0
  13. data/D://tmp//2018-02027//Ruby//README.md +37 -0
  14. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud.rb +126 -0
  15. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//api//pdf_api.rb +4026 -0
  16. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//api_client.rb +523 -0
  17. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//api_error.rb +47 -0
  18. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//configuration.rb +189 -0
  19. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//annotation.rb +260 -0
  20. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//annotation_response.rb +222 -0
  21. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//annotations.rb +211 -0
  22. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//annotations_response.rb +222 -0
  23. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//append_document.rb +228 -0
  24. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//attachment.rb +270 -0
  25. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//attachment_response.rb +222 -0
  26. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//attachments.rb +211 -0
  27. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//attachments_response.rb +222 -0
  28. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//bookmarks.rb +211 -0
  29. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//bookmarks_response.rb +222 -0
  30. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//color.rb +244 -0
  31. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//document.rb +220 -0
  32. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//document_pages_response.rb +222 -0
  33. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//document_properties.rb +211 -0
  34. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//document_properties_response.rb +222 -0
  35. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//document_property.rb +227 -0
  36. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//document_property_response.rb +222 -0
  37. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//document_response.rb +233 -0
  38. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//document_text_replace_response.rb +231 -0
  39. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//field.rb +254 -0
  40. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//field_response.rb +222 -0
  41. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//field_type.rb +44 -0
  42. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//fields.rb +211 -0
  43. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//fields_response.rb +222 -0
  44. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//font_styles.rb +43 -0
  45. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//horizontal_alignment.rb +44 -0
  46. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//http_status_code.rb +87 -0
  47. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//image.rb +220 -0
  48. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//image_response.rb +222 -0
  49. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//images.rb +211 -0
  50. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//images_list_request.rb +205 -0
  51. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//images_response.rb +222 -0
  52. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//line_spacing.rb +43 -0
  53. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//link.rb +228 -0
  54. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//link_action_type.rb +46 -0
  55. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//link_annotation.rb +236 -0
  56. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//link_annotation_response.rb +222 -0
  57. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//link_annotations.rb +211 -0
  58. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//link_annotations_response.rb +222 -0
  59. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//link_element.rb +200 -0
  60. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//link_highlighting_mode.rb +45 -0
  61. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//merge_documents.rb +200 -0
  62. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//optimize_options.rb +293 -0
  63. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//page.rb +228 -0
  64. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//page_text_replace_response.rb +231 -0
  65. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//page_word_count.rb +218 -0
  66. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//pages.rb +211 -0
  67. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//paragraph.rb +303 -0
  68. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//rectangle.rb +244 -0
  69. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//rotation.rb +44 -0
  70. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//saa_spose_response.rb +213 -0
  71. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//segment.rb +206 -0
  72. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//signature.rb +333 -0
  73. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//signature_type.rb +42 -0
  74. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//split_result.rb +200 -0
  75. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//split_result_document.rb +238 -0
  76. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//split_result_response.rb +223 -0
  77. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//stamp.rb +413 -0
  78. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//stamp_type.rb +44 -0
  79. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_format.rb +227 -0
  80. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_format_response.rb +222 -0
  81. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_horizontal_alignment.rb +47 -0
  82. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_item.rb +218 -0
  83. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_item_response.rb +222 -0
  84. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_items.rb +211 -0
  85. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_items_response.rb +222 -0
  86. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_line.rb +210 -0
  87. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_rect.rb +220 -0
  88. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_rects.rb +199 -0
  89. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_rects_response.rb +222 -0
  90. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_replace.rb +253 -0
  91. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_replace_list_request.rb +232 -0
  92. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_replace_request.rb +262 -0
  93. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_replace_response.rb +222 -0
  94. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_state.rb +248 -0
  95. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//tiff_export_options.rb +348 -0
  96. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//vertical_alignment.rb +45 -0
  97. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//word_count.rb +199 -0
  98. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//word_count_response.rb +223 -0
  99. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//wrap_mode.rb +44 -0
  100. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//version.rb +24 -0
  101. data/D://tmp//2018-02027//Ruby//test_kaferi_cloud.gemspec +49 -0
  102. metadata +102 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97c2e0af80f3c77c5d75faf67221afd424c43f4649b19adbd42647705fde983a
4
- data.tar.gz: f43ddaeaa3e09e2599210bc655c9f886ade79f06e92a156b29e6ff32336fada7
3
+ metadata.gz: 99655fd7d4b06d9803627ad848b926ae77601d4f2d2feb77bfa4a5b3b8bf4a72
4
+ data.tar.gz: 1a4792ca8614ddcee1b71631c76e32b5c16a415661fafbd6146373149520e06c
5
5
  SHA512:
6
- metadata.gz: a075b949c124389e1f1954967e7eb936900cfac982e465717c6647e6d2d77d2a3efe680496851b80de1b1842a827607b44236a57f77ec4ea4226baf58a8f67b8
7
- data.tar.gz: d272e10877869eeb34eb0ef97d2a418c7e724bcc0a0492f84e1e936ed182016989243be7f2791c38857ee6a20dbc96f5362efbfe16edc070ba40e1b5f1ec9c79
6
+ metadata.gz: 506dcb81f624e535344fa71eed40c45ef739c46474e721d8aeb863d7de0d048298020cc0966fb3e1e3a77dfc4717aab88096d46fdd64733b4835e422c3d32ece
7
+ data.tar.gz: 94766b54dc182a820014fd7e031dde530a40d1d6f2c890ee141eb2f51f55d87c6cf080714016f50684a0e92d03aa3ce06dffa2c7f7c387b017bf1c43304e5951
@@ -0,0 +1,42 @@
1
+ # Generated by: https://github.com/swagger-api/swagger-codegen.git
2
+ #
3
+
4
+ *.gem
5
+ *.rbc
6
+ /.config
7
+ /coverage/
8
+ /InstalledFiles
9
+ /pkg/
10
+ /spec/reports/
11
+ /spec/examples.txt
12
+ /test/tmp/
13
+ /test/version_tmp/
14
+ /tmp/
15
+
16
+ ## Specific to RubyMotion:
17
+ .dat*
18
+ .repl_history
19
+ build/
20
+
21
+ ## Documentation cache and generated files:
22
+ /.yardoc/
23
+ /_yardoc/
24
+ /doc/
25
+ /rdoc/
26
+
27
+ ## Environment normalization:
28
+ /.bundle/
29
+ /vendor/bundle
30
+ /lib/bundler/man/
31
+
32
+ # for a library or gem, you might want to ignore these files since the code is
33
+ # intended to run in multiple environments; otherwise, check them in:
34
+ # Gemfile.lock
35
+ # .ruby-version
36
+ # .ruby-gemset
37
+
38
+ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
39
+ .rvmrc
40
+
41
+ #IDE
42
+ /.idea/
@@ -0,0 +1,7 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Settings><!--This file was automatically generated by Ruby plugin.
3
+ You are allowed to:
4
+ 1. Remove rake task
5
+ 2. Add existing rake tasks
6
+ To add existing rake tasks automatically delete this file and reload the project.
7
+ --><RakeGroup description="" fullCmd="" taksId="rake" /></Settings>
@@ -0,0 +1,6 @@
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="Rubocop" enabled="false" level="WARNING" enabled_by_default="false" />
5
+ </profile>
6
+ </component>
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="ruby-2.5.0-p0" project-jdk-type="RUBY_SDK" />
4
+ </project>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/ruby.iml" filepath="$PROJECT_DIR$/.idea/ruby.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="RUBY_MODULE" version="4">
3
+ <component name="ModuleRunConfigurationManager">
4
+ <shared />
5
+ </component>
6
+ <component name="NewModuleRootManager">
7
+ <content url="file://$MODULE_DIR$" />
8
+ <orderEntry type="inheritedJdk" />
9
+ <orderEntry type="sourceFolder" forTests="false" />
10
+ <orderEntry type="library" scope="PROVIDED" name="aspose_storage_cloud (v1.0.1, ruby-2.5.0-p0) [gem]" level="application" />
11
+ <orderEntry type="library" scope="PROVIDED" name="json (v1.8.6, ruby-2.5.0-p0) [gem]" level="application" />
12
+ <orderEntry type="library" scope="PROVIDED" name="minitest (v5.11.3, ruby-2.5.0-p0) [gem]" level="application" />
13
+ <orderEntry type="library" scope="PROVIDED" name="typhoeus (v1.3.0, ruby-2.5.0-p0) [gem]" level="application" />
14
+ </component>
15
+ </module>
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$/../.." vcs="Git" />
5
+ </component>
6
+ </project>
@@ -0,0 +1,776 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ChangeListManager">
4
+ <list default="true" id="d9fe975b-bca7-4fe4-8a69-cf277bc2f4b7" name="Default" comment="" />
5
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
6
+ <option name="TRACKING_ENABLED" value="true" />
7
+ <option name="SHOW_DIALOG" value="false" />
8
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
9
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
10
+ <option name="LAST_RESOLUTION" value="IGNORE" />
11
+ </component>
12
+ <component name="CoverageDataManager">
13
+ <SUITE FILE_PATH="coverage/ruby@pdf_test.coverage" NAME="pdf_test Coverage Results" MODIFIED="1518177208517" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/test" MODULE_NAME="ruby" />
14
+ <SUITE FILE_PATH="coverage/ruby@test_file.coverage" NAME="test_file Coverage Results" MODIFIED="1518621202565" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="ruby" />
15
+ <SUITE FILE_PATH="coverage/ruby@aspose_pdf_cloud_sdk.coverage" NAME="aspose_pdf_cloud_sdk Coverage Results" MODIFIED="1518189523040" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="ruby" />
16
+ <SUITE FILE_PATH="coverage/ruby@pdf_api.coverage" NAME="pdf_api Coverage Results" MODIFIED="1518025567971" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/api" MODULE_NAME="ruby" />
17
+ <SUITE FILE_PATH="coverage/ruby@temp_tests.coverage" NAME="temp_tests Coverage Results" MODIFIED="1519405553051" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/test" MODULE_NAME="ruby" />
18
+ <SUITE FILE_PATH="coverage/Ruby@pdf_tests.coverage" NAME="pdf_tests Coverage Results" MODIFIED="1519727155466" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/test" MODULE_NAME="ruby" />
19
+ <SUITE FILE_PATH="coverage/ruby@test_post_create_field__ruby.coverage" NAME="test_post_create_field: ruby Coverage Results" MODIFIED="1518621760497" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="ruby" />
20
+ <SUITE FILE_PATH="coverage/ruby@Run_test__HwTest___ruby.coverage" NAME="Run test 'HwTest': ruby Coverage Results" MODIFIED="1518713469473" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="ruby" />
21
+ <SUITE FILE_PATH="coverage/ruby@Run_test__pdf_test___ruby.coverage" NAME="Run test 'pdf_test': ruby Coverage Results" MODIFIED="1518177509886" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="ruby" />
22
+ <SUITE FILE_PATH="coverage/Ruby@Run_test__storage_test___ruby.coverage" NAME="Run test 'storage_test': ruby Coverage Results" MODIFIED="1519636971346" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="ruby" />
23
+ <SUITE FILE_PATH="coverage/ruby@api_client.coverage" NAME="api_client Coverage Results" MODIFIED="1518017837034" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk" MODULE_NAME="ruby" />
24
+ <SUITE FILE_PATH="coverage/ruby@pdf_tests.coverage" NAME="pdf_tests Coverage Results" MODIFIED="1519480444438" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/test" MODULE_NAME="ruby" />
25
+ <SUITE FILE_PATH="coverage/ruby@test.coverage" NAME="test Coverage Results" MODIFIED="1518794274691" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="ruby" />
26
+ <SUITE FILE_PATH="coverage/Ruby@temp_tests.coverage" NAME="temp_tests Coverage Results" MODIFIED="1519661495218" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/test" MODULE_NAME="ruby" />
27
+ <SUITE FILE_PATH="coverage/ruby@http_status_code.coverage" NAME="http_status_code Coverage Results" MODIFIED="1518094102973" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/models" MODULE_NAME="ruby" />
28
+ </component>
29
+ <component name="DatabaseView">
30
+ <option name="SHOW_INTERMEDIATE" value="true" />
31
+ <option name="GROUP_DATA_SOURCES" value="true" />
32
+ <option name="GROUP_SCHEMA" value="true" />
33
+ <option name="GROUP_CONTENTS" value="false" />
34
+ <option name="SORT_POSITIONED" value="false" />
35
+ <option name="SHOW_TABLE_DETAILS" value="true" />
36
+ <option name="SHOW_EMPTY_GROUPS" value="false" />
37
+ <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
38
+ <expand />
39
+ <select />
40
+ </component>
41
+ <component name="FileEditorManager">
42
+ <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
43
+ <file leaf-file-name="api_client.rb" pinned="false" current-in-tab="false">
44
+ <entry file="file://$PROJECT_DIR$/lib/test_kaferi_cloud/api_client.rb">
45
+ <provider selected="true" editor-type-id="text-editor">
46
+ <state relative-caret-position="6138">
47
+ <caret line="279" column="32" lean-forward="false" selection-start-line="279" selection-start-column="32" selection-end-line="279" selection-end-column="32" />
48
+ <folding />
49
+ </state>
50
+ </provider>
51
+ </entry>
52
+ </file>
53
+ <file leaf-file-name="test_kaferi_cloud.gemspec" pinned="false" current-in-tab="true">
54
+ <entry file="file://$PROJECT_DIR$/test_kaferi_cloud.gemspec">
55
+ <provider selected="true" editor-type-id="text-editor">
56
+ <state relative-caret-position="198">
57
+ <caret line="39" column="2" lean-forward="false" selection-start-line="39" selection-start-column="2" selection-end-line="41" selection-end-column="71" />
58
+ <folding />
59
+ </state>
60
+ </provider>
61
+ </entry>
62
+ </file>
63
+ <file leaf-file-name="test.rb" pinned="false" current-in-tab="false">
64
+ <entry file="file://C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/minitest-5.11.3/lib/minitest/test.rb">
65
+ <provider selected="true" editor-type-id="text-editor">
66
+ <state relative-caret-position="4400">
67
+ <caret line="200" column="0" lean-forward="false" selection-start-line="200" selection-start-column="0" selection-end-line="200" selection-end-column="0" />
68
+ <folding />
69
+ </state>
70
+ </provider>
71
+ </entry>
72
+ </file>
73
+ <file leaf-file-name="before.rb" pinned="false" current-in-tab="false">
74
+ <entry file="file://C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/typhoeus-0.8.0/lib/typhoeus/request/before.rb">
75
+ <provider selected="true" editor-type-id="text-editor">
76
+ <state relative-caret-position="550">
77
+ <caret line="25" column="0" lean-forward="false" selection-start-line="25" selection-start-column="0" selection-end-line="25" selection-end-column="0" />
78
+ <folding />
79
+ </state>
80
+ </provider>
81
+ </entry>
82
+ </file>
83
+ <file leaf-file-name="typhoeus.rb" pinned="false" current-in-tab="false">
84
+ <entry file="file://C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/typhoeus-0.8.0/lib/typhoeus.rb">
85
+ <provider selected="true" editor-type-id="text-editor">
86
+ <state relative-caret-position="2156">
87
+ <caret line="98" column="0" lean-forward="false" selection-start-line="98" selection-start-column="0" selection-end-line="98" selection-end-column="0" />
88
+ <folding />
89
+ </state>
90
+ </provider>
91
+ </entry>
92
+ </file>
93
+ <file leaf-file-name="before.rb" pinned="false" current-in-tab="false">
94
+ <entry file="file://C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/typhoeus-1.3.0/lib/typhoeus/request/before.rb">
95
+ <provider selected="true" editor-type-id="text-editor">
96
+ <state relative-caret-position="352">
97
+ <caret line="16" column="33" lean-forward="false" selection-start-line="16" selection-start-column="33" selection-end-line="16" selection-end-column="33" />
98
+ <folding />
99
+ </state>
100
+ </provider>
101
+ </entry>
102
+ </file>
103
+ </leaf>
104
+ </component>
105
+ <component name="FileTemplateManagerImpl">
106
+ <option name="RECENT_TEMPLATES">
107
+ <list>
108
+ <option value="TestUnit Test Template" />
109
+ <option value="Ruby Class Template" />
110
+ </list>
111
+ </option>
112
+ </component>
113
+ <component name="FindInProjectRecents">
114
+ <findStrings>
115
+ <find>if [:post, :patch, :put, :delete]</find>
116
+ <find>build_request</find>
117
+ <find>dese</find>
118
+ <find>call_</find>
119
+ <find>add_o_auth_token</find>
120
+ <find>update_params_for_auth!</find>
121
+ <find>consantValues</find>
122
+ <find>ocr</find>
123
+ <find>test_put_update_field</find>
124
+ <find>put_searchable_document</find>
125
+ <find>/pages/</find>
126
+ <find>put_</find>
127
+ <find>get_fir</find>
128
+ <find>put</find>
129
+ <find>test_put_create_document</find>
130
+ <find>test_post_page_replace_text_list</find>
131
+ <find>test_post_page_replace_text</find>
132
+ <find>test_put_page_add_stamp</find>
133
+ <find>test_post_document_replace_text</find>
134
+ <find>put_up</find>
135
+ <find>encode</find>
136
+ <find>test_post_document_replace_text_list</find>
137
+ <find>build_request_url</find>
138
+ <find>add_query_params_to_url</find>
139
+ <find>Typhoeus::Request.new</find>
140
+ <find>sign</find>
141
+ <find>test_post_sign_document</find>
142
+ <find>@temp_folder</find>
143
+ <find>test_get_page_text_by_two_text_on_page</find>
144
+ <find>document te</find>
145
+ </findStrings>
146
+ </component>
147
+ <component name="Git.Settings">
148
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/../.." />
149
+ </component>
150
+ <component name="IdeDocumentHistory">
151
+ <option name="CHANGED_PATHS">
152
+ <list>
153
+ <option value="$PROJECT_DIR$/lib/test.rb" />
154
+ <option value="$PROJECT_DIR$/test/pdf_test.rb" />
155
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/configuration.rb" />
156
+ <option value="$PROJECT_DIR$/test_file.rb" />
157
+ <option value="$PROJECT_DIR$/test.rb" />
158
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk.rb" />
159
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/models/field_type.rb" />
160
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/models/font_styles.rb" />
161
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/models/horizontal_alignment.rb" />
162
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/models/http_status_code.rb" />
163
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/models/line_spacing.rb" />
164
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/models/link_highlighting_mode.rb" />
165
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/models/rotation.rb" />
166
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/models/stamp_type.rb" />
167
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/models/link_action_type.rb" />
168
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/models/signature_type.rb" />
169
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/api_client.rb" />
170
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud/models/field_type.rb" />
171
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud/models/font_styles.rb" />
172
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud/models/horizontal_alignment.rb" />
173
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud/models/http_status_code.rb" />
174
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud/models/link_highlighting_mode.rb" />
175
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud/models/rotation.rb" />
176
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud/models/stamp_type.rb" />
177
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud/models/link_action_type.rb" />
178
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud/models/signature_type.rb" />
179
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud/version.rb" />
180
+ <option value="$PROJECT_DIR$/LICENSE" />
181
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud/api_error.rb" />
182
+ <option value="$PROJECT_DIR$/aspose_pdf_cloud.gemspec" />
183
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud/configuration.rb" />
184
+ <option value="$PROJECT_DIR$/test/storage_test.rb" />
185
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud/api/pdf_api.rb" />
186
+ <option value="$PROJECT_DIR$/lib/aspose_pdf_cloud/api_client.rb" />
187
+ <option value="$PROJECT_DIR$/test/temp_tests.rb" />
188
+ <option value="$PROJECT_DIR$/test/pdf_tests.rb" />
189
+ <option value="$PROJECT_DIR$/lib/test_kaferi_cloud/api_client.rb" />
190
+ <option value="$PROJECT_DIR$/test_kaferi_cloud.gemspec" />
191
+ </list>
192
+ </option>
193
+ </component>
194
+ <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
195
+ <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
196
+ <component name="JsGulpfileManager">
197
+ <detection-done>true</detection-done>
198
+ <sorting>DEFINITION_ORDER</sorting>
199
+ </component>
200
+ <component name="ProjectFrameBounds" extendedState="7">
201
+ <option name="x" value="953" />
202
+ <option name="width" value="974" />
203
+ <option name="height" value="1047" />
204
+ </component>
205
+ <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
206
+ <component name="ProjectView">
207
+ <navigator currentView="ProjectPane" proportions="" version="1">
208
+ <flattenPackages />
209
+ <showMembers />
210
+ <showModules />
211
+ <showLibraryContents />
212
+ <hideEmptyPackages />
213
+ <abbreviatePackageNames />
214
+ <autoscrollToSource />
215
+ <autoscrollFromSource />
216
+ <sortByType />
217
+ <manualOrder />
218
+ <foldersAlwaysOnTop value="true" />
219
+ </navigator>
220
+ <panes>
221
+ <pane id="Scope" />
222
+ <pane id="Scratches" />
223
+ <pane id="ProjectPane">
224
+ <subPane>
225
+ <expand>
226
+ <path>
227
+ <item name="Ruby" type="b2602c69:ProjectViewProjectNode" />
228
+ <item name="Ruby" type="462c0819:PsiDirectoryNode" />
229
+ </path>
230
+ <path>
231
+ <item name="Ruby" type="b2602c69:ProjectViewProjectNode" />
232
+ <item name="Ruby" type="462c0819:PsiDirectoryNode" />
233
+ <item name="lib" type="462c0819:PsiDirectoryNode" />
234
+ </path>
235
+ </expand>
236
+ <select />
237
+ </subPane>
238
+ </pane>
239
+ </panes>
240
+ </component>
241
+ <component name="PropertiesComponent">
242
+ <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
243
+ <property name="WebServerToolWindowFactoryState" value="false" />
244
+ <property name="run.code.analysis.last.selected.profile" value="pProject Default" />
245
+ <property name="last_opened_file_path" value="$PROJECT_DIR$" />
246
+ <property name="SearchEverywhereHistoryKey" value="consantValues&#9;null&#9;null&#10;typhoeus&#9;FILE&#9;file://C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/typhoeus-1.3.0/lib/typhoeus.rb" />
247
+ <property name="settings.editor.selected.configurable" value="org.jetbrains.plugins.ruby.settings.RubyActiveModuleSdkConfigurable" />
248
+ </component>
249
+ <component name="RecentsManager">
250
+ <key name="MoveFile.RECENT_KEYS">
251
+ <recent name="C:\aspose\PdfForCloudSDK\SDKs\ruby" />
252
+ <recent name="C:\aspose\PdfForCloudSDK\SDKs\ruby\lib" />
253
+ </key>
254
+ </component>
255
+ <component name="RunDashboard">
256
+ <option name="ruleStates">
257
+ <list>
258
+ <RuleState>
259
+ <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
260
+ </RuleState>
261
+ <RuleState>
262
+ <option name="name" value="StatusDashboardGroupingRule" />
263
+ </RuleState>
264
+ </list>
265
+ </option>
266
+ </component>
267
+ <component name="RunManager" selected="Ruby.pdf_tests">
268
+ <configuration name="Run test 'HwTest': ruby" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest" temporary="true">
269
+ <predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
270
+ <module name="ruby" />
271
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) -Ilib:test" />
272
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
273
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
274
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
275
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
276
+ <envs>
277
+ <env name="JRUBY_OPTS" value="-X+O" />
278
+ </envs>
279
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
280
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
281
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov" />
282
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
283
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/test_file.rb" />
284
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
285
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
286
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
287
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
288
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
289
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
290
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
291
+ </configuration>
292
+ <configuration name="Run test 'storage_test': ruby" type="TestUnitRunConfigurationType" factoryName="Test::Unit/Shoulda/Minitest" temporary="true">
293
+ <predefined_log_file id="RUBY_TESTUNIT" enabled="true" />
294
+ <module name="ruby" />
295
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) -Ilib:test" />
296
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
297
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
298
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
299
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
300
+ <envs>
301
+ <env name="JRUBY_OPTS" value="-X+O" />
302
+ </envs>
303
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
304
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
305
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov" />
306
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
307
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/test/storage_test.rb" />
308
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="" />
309
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_METHOD_NAME" VALUE="" />
310
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
311
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
312
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
313
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
314
+ <RTEST_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_OPTIONS" VALUE="" />
315
+ </configuration>
316
+ <configuration name="pdf_tests" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
317
+ <module name="ruby" />
318
+ <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
319
+ <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/test" />
320
+ <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
321
+ <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
322
+ <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
323
+ <envs />
324
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
325
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
326
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov" />
327
+ <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/test/pdf_tests.rb" />
328
+ <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
329
+ </configuration>
330
+ <configuration name="temp_tests" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
331
+ <module name="ruby" />
332
+ <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
333
+ <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/test" />
334
+ <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
335
+ <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
336
+ <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
337
+ <envs />
338
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
339
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
340
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov" />
341
+ <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/test/temp_tests.rb" />
342
+ <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
343
+ </configuration>
344
+ <configuration name="test" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
345
+ <module name="ruby" />
346
+ <RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="-e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift)" />
347
+ <RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$" />
348
+ <RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
349
+ <RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
350
+ <RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
351
+ <envs />
352
+ <EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
353
+ <EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
354
+ <EXTENSION ID="RubyCoverageRunConfigurationExtension" enabled="false" sample_coverage="true" track_test_folders="true" runner="rcov" />
355
+ <RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/test.rb" />
356
+ <RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
357
+ </configuration>
358
+ <list size="5">
359
+ <item index="0" class="java.lang.String" itemvalue="Ruby.test" />
360
+ <item index="1" class="java.lang.String" itemvalue="Ruby.pdf_tests" />
361
+ <item index="2" class="java.lang.String" itemvalue="Test::Unit/Shoulda/Minitest.Run test 'HwTest': ruby" />
362
+ <item index="3" class="java.lang.String" itemvalue="Ruby.temp_tests" />
363
+ <item index="4" class="java.lang.String" itemvalue="Test::Unit/Shoulda/Minitest.Run test 'storage_test': ruby" />
364
+ </list>
365
+ <recent_temporary>
366
+ <list size="5">
367
+ <item index="0" class="java.lang.String" itemvalue="Ruby.pdf_tests" />
368
+ <item index="1" class="java.lang.String" itemvalue="Ruby.temp_tests" />
369
+ <item index="2" class="java.lang.String" itemvalue="Test::Unit/Shoulda/Minitest.Run test 'storage_test': ruby" />
370
+ <item index="3" class="java.lang.String" itemvalue="Ruby.test" />
371
+ <item index="4" class="java.lang.String" itemvalue="Test::Unit/Shoulda/Minitest.Run test 'HwTest': ruby" />
372
+ </list>
373
+ </recent_temporary>
374
+ </component>
375
+ <component name="ShelveChangesManager" show_recycled="false">
376
+ <option name="remove_strategy" value="false" />
377
+ </component>
378
+ <component name="SpringUtil" SPRING_PRE_LOADER_OPTION="true" />
379
+ <component name="SvnConfiguration">
380
+ <configuration />
381
+ </component>
382
+ <component name="TaskManager">
383
+ <task active="true" id="Default" summary="Default task">
384
+ <changelist id="d9fe975b-bca7-4fe4-8a69-cf277bc2f4b7" name="Default" comment="" />
385
+ <created>1517838235062</created>
386
+ <option name="number" value="Default" />
387
+ <option name="presentableId" value="Default" />
388
+ <updated>1517838235062</updated>
389
+ <workItem from="1517838237306" duration="2565000" />
390
+ <workItem from="1517840817137" duration="3190000" />
391
+ <workItem from="1517926517543" duration="3076000" />
392
+ <workItem from="1517993912137" duration="3655000" />
393
+ <workItem from="1518004370017" duration="10027000" />
394
+ <workItem from="1518015610803" duration="1154000" />
395
+ <workItem from="1518016854285" duration="8889000" />
396
+ <workItem from="1518084931352" duration="12667000" />
397
+ <workItem from="1518165586214" duration="1915000" />
398
+ <workItem from="1518177759595" duration="4242000" />
399
+ <workItem from="1518189627245" duration="20000" />
400
+ <workItem from="1518189648737" duration="66000" />
401
+ <workItem from="1518189774276" duration="2435000" />
402
+ <workItem from="1518422635976" duration="20574000" />
403
+ <workItem from="1518507872259" duration="31034000" />
404
+ <workItem from="1518592730169" duration="45341000" />
405
+ <workItem from="1518769934345" duration="3194000" />
406
+ <workItem from="1518780745820" duration="6959000" />
407
+ <workItem from="1519043968337" duration="7580000" />
408
+ <workItem from="1519113120100" duration="429000" />
409
+ <workItem from="1519303112673" duration="7621000" />
410
+ <workItem from="1519376059110" duration="20054000" />
411
+ <workItem from="1519473676540" duration="2099000" />
412
+ <workItem from="1519476265233" duration="4809000" />
413
+ <workItem from="1519481675594" duration="9152000" />
414
+ <workItem from="1519634238750" duration="28627000" />
415
+ <workItem from="1519720486687" duration="2166000" />
416
+ <workItem from="1519727063603" duration="1797000" />
417
+ </task>
418
+ <servers />
419
+ </component>
420
+ <component name="TestHistory">
421
+ <history-entry file="Run_test_'storage_test'__ruby - 2018.02.26 at 11h 16m 40s.xml">
422
+ <configuration name="Run test 'storage_test': ruby" configurationId="TestUnitRunConfigurationType" />
423
+ </history-entry>
424
+ <history-entry file="Run_test_'storage_test'__ruby - 2018.02.26 at 11h 17m 53s.xml">
425
+ <configuration name="Run test 'storage_test': ruby" configurationId="TestUnitRunConfigurationType" />
426
+ </history-entry>
427
+ <history-entry file="Run_test_'storage_test'__ruby - 2018.02.26 at 11h 18m 20s.xml">
428
+ <configuration name="Run test 'storage_test': ruby" configurationId="TestUnitRunConfigurationType" />
429
+ </history-entry>
430
+ <history-entry file="Run_test_'storage_test'__ruby - 2018.02.26 at 11h 18m 38s.xml">
431
+ <configuration name="Run test 'storage_test': ruby" configurationId="TestUnitRunConfigurationType" />
432
+ </history-entry>
433
+ <history-entry file="Run_test_'storage_test'__ruby - 2018.02.26 at 11h 19m 55s.xml">
434
+ <configuration name="Run test 'storage_test': ruby" configurationId="TestUnitRunConfigurationType" />
435
+ </history-entry>
436
+ <history-entry file="Run_test_'storage_test'__ruby - 2018.02.26 at 11h 21m 02s.xml">
437
+ <configuration name="Run test 'storage_test': ruby" configurationId="TestUnitRunConfigurationType" />
438
+ </history-entry>
439
+ <history-entry file="Run_test_'storage_test'__ruby - 2018.02.26 at 11h 21m 28s.xml">
440
+ <configuration name="Run test 'storage_test': ruby" configurationId="TestUnitRunConfigurationType" />
441
+ </history-entry>
442
+ <history-entry file="Run_test_'storage_test'__ruby - 2018.02.26 at 11h 21m 42s.xml">
443
+ <configuration name="Run test 'storage_test': ruby" configurationId="TestUnitRunConfigurationType" />
444
+ </history-entry>
445
+ <history-entry file="Run_test_'storage_test'__ruby - 2018.02.26 at 11h 21m 46s.xml">
446
+ <configuration name="Run test 'storage_test': ruby" configurationId="TestUnitRunConfigurationType" />
447
+ </history-entry>
448
+ <history-entry file="Run_test_'storage_test'__ruby - 2018.02.26 at 11h 22m 53s.xml">
449
+ <configuration name="Run test 'storage_test': ruby" configurationId="TestUnitRunConfigurationType" />
450
+ </history-entry>
451
+ </component>
452
+ <component name="TimeTrackingManager">
453
+ <option name="totallyTimeSpent" value="245337000" />
454
+ </component>
455
+ <component name="TodoView">
456
+ <todo-panel id="selected-file">
457
+ <is-autoscroll-to-source value="true" />
458
+ </todo-panel>
459
+ <todo-panel id="all">
460
+ <are-packages-shown value="true" />
461
+ <is-autoscroll-to-source value="true" />
462
+ </todo-panel>
463
+ </component>
464
+ <component name="ToolWindowManager">
465
+ <frame x="-8" y="-8" width="1936" height="1056" extended-state="7" />
466
+ <editor active="true" />
467
+ <layout>
468
+ <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.2" sideWeight="0.5" order="0" side_tool="false" content_ui="combo" />
469
+ <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32139093" sideWeight="0.48560768" order="6" side_tool="false" content_ui="tabs" />
470
+ <window_info id="Event Log" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3919753" sideWeight="0.5208333" order="7" side_tool="true" content_ui="tabs" />
471
+ <window_info id="Inspection Results" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.24485597" sideWeight="0.5" order="9" side_tool="false" content_ui="tabs" />
472
+ <window_info id="Database" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.32995737" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
473
+ <window_info id="Find" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.22016461" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
474
+ <window_info id="Version Control" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="8" side_tool="false" content_ui="tabs" />
475
+ <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" show_stripe_button="true" weight="0.47530866" sideWeight="0.47916666" order="2" side_tool="false" content_ui="tabs" />
476
+ <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
477
+ <window_info id="Terminal" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.3361433" sideWeight="0.48507464" order="11" side_tool="false" content_ui="tabs" />
478
+ <window_info id="Favorites" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="2" side_tool="true" content_ui="tabs" />
479
+ <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.23868313" sideWeight="0.4978678" order="3" side_tool="false" content_ui="tabs" />
480
+ <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
481
+ <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
482
+ <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
483
+ <window_info id="Inspection" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.4" sideWeight="0.5" order="5" side_tool="false" content_ui="tabs" />
484
+ <window_info id="Hierarchy" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="combo" />
485
+ <window_info id="Docker" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="false" weight="0.33" sideWeight="0.5" order="10" side_tool="false" content_ui="tabs" />
486
+ <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.25" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
487
+ </layout>
488
+ </component>
489
+ <component name="TypeScriptGeneratedFilesManager">
490
+ <option name="version" value="1" />
491
+ </component>
492
+ <component name="VcsContentAnnotationSettings">
493
+ <option name="myLimit" value="2678400000" />
494
+ </component>
495
+ <component name="XDebuggerManager">
496
+ <breakpoint-manager>
497
+ <breakpoints>
498
+ <line-breakpoint enabled="true" type="ruby-line">
499
+ <url>file://$PROJECT_DIR$/test/temp_tests.rb</url>
500
+ <line>152</line>
501
+ <option name="timeStamp" value="66" />
502
+ </line-breakpoint>
503
+ <line-breakpoint enabled="true" type="ruby-line">
504
+ <url>file://$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/api/pdf_api.rb</url>
505
+ <line>2989</line>
506
+ <option name="timeStamp" value="67" />
507
+ </line-breakpoint>
508
+ <line-breakpoint enabled="true" type="ruby-line">
509
+ <url>file://$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/api_client.rb</url>
510
+ <line>95</line>
511
+ <option name="timeStamp" value="68" />
512
+ </line-breakpoint>
513
+ <line-breakpoint enabled="true" type="ruby-line">
514
+ <url>file://$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/api_client.rb</url>
515
+ <line>55</line>
516
+ <option name="timeStamp" value="75" />
517
+ </line-breakpoint>
518
+ <line-breakpoint enabled="true" type="ruby-line">
519
+ <url>file://$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/api_client.rb</url>
520
+ <line>155</line>
521
+ <option name="timeStamp" value="76" />
522
+ </line-breakpoint>
523
+ </breakpoints>
524
+ <option name="time" value="95" />
525
+ </breakpoint-manager>
526
+ <watches-manager>
527
+ <configuration name="RubyRunConfigurationType">
528
+ <watch expression="response" language="ruby" />
529
+ <watch expression="response.success?" language="ruby" />
530
+ <watch expression="response.status_message" language="ruby" />
531
+ <watch expression="response.body" language="ruby" />
532
+ <watch expression="host" language="ruby" />
533
+ </configuration>
534
+ </watches-manager>
535
+ </component>
536
+ <component name="debuggerHistoryManager">
537
+ <expressions id="watch">
538
+ <expression>
539
+ <expression-string>config.auth_type</expression-string>
540
+ <language-id>ruby</language-id>
541
+ <evaluation-mode>EXPRESSION</evaluation-mode>
542
+ </expression>
543
+ <expression>
544
+ <expression-string>response.body</expression-string>
545
+ <language-id>ruby</language-id>
546
+ <evaluation-mode>EXPRESSION</evaluation-mode>
547
+ </expression>
548
+ <expression>
549
+ <expression-string>response.status_message</expression-string>
550
+ <language-id>ruby</language-id>
551
+ <evaluation-mode>EXPRESSION</evaluation-mode>
552
+ </expression>
553
+ <expression>
554
+ <expression-string>response.success?</expression-string>
555
+ <language-id>ruby</language-id>
556
+ <evaluation-mode>EXPRESSION</evaluation-mode>
557
+ </expression>
558
+ <expression>
559
+ <expression-string>response</expression-string>
560
+ <language-id>ruby</language-id>
561
+ <evaluation-mode>EXPRESSION</evaluation-mode>
562
+ </expression>
563
+ <expression>
564
+ <expression-string>@storage_api.api_client.host</expression-string>
565
+ <language-id>ruby</language-id>
566
+ <evaluation-mode>EXPRESSION</evaluation-mode>
567
+ </expression>
568
+ <expression>
569
+ <expression-string>= 'api-dev.aspose.cloud'</expression-string>
570
+ <language-id>ruby</language-id>
571
+ <evaluation-mode>EXPRESSION</evaluation-mode>
572
+ </expression>
573
+ <expression>
574
+ <expression-string>host</expression-string>
575
+ <language-id>ruby</language-id>
576
+ <evaluation-mode>EXPRESSION</evaluation-mode>
577
+ </expression>
578
+ </expressions>
579
+ </component>
580
+ <component name="editorHistoryManager">
581
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/api/pdf_api.rb" />
582
+ <entry file="file://C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/aspose_storage_cloud-1.0.1/lib/aspose_storage_cloud/aspose_app.rb">
583
+ <provider selected="true" editor-type-id="text-editor">
584
+ <state relative-caret-position="22">
585
+ <caret line="1" column="8" lean-forward="false" selection-start-line="1" selection-start-column="8" selection-end-line="1" selection-end-column="8" />
586
+ </state>
587
+ </provider>
588
+ </entry>
589
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/models/field.rb" />
590
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk/api_client.rb" />
591
+ <entry file="file://C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/typhoeus-0.8.0/lib/typhoeus/request/stubbable.rb">
592
+ <provider selected="true" editor-type-id="text-editor">
593
+ <state relative-caret-position="528">
594
+ <caret line="24" column="0" lean-forward="false" selection-start-line="24" selection-start-column="0" selection-end-line="24" selection-end-column="0" />
595
+ </state>
596
+ </provider>
597
+ </entry>
598
+ <entry file="file://C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/typhoeus-0.8.0/lib/typhoeus/expectation.rb">
599
+ <provider selected="true" editor-type-id="text-editor">
600
+ <state relative-caret-position="1892">
601
+ <caret line="86" column="0" lean-forward="false" selection-start-line="86" selection-start-column="0" selection-end-line="86" selection-end-column="0" />
602
+ </state>
603
+ </provider>
604
+ </entry>
605
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud_sdk.rb" />
606
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/models/field_type.rb" />
607
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/models/font_styles.rb" />
608
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/models/horizontal_alignment.rb" />
609
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/models/link_highlighting_mode.rb" />
610
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/models/rotation.rb" />
611
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/models/stamp_type.rb" />
612
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/models/link_action_type.rb" />
613
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/models/signature_type.rb" />
614
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/api_error.rb" />
615
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/version.rb" />
616
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/models/image.rb" />
617
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/models/pages.rb" />
618
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/models/text_line.rb" />
619
+ <entry file="file://$PROJECT_DIR$/.gitignore">
620
+ <provider selected="true" editor-type-id="text-editor">
621
+ <state relative-caret-position="0">
622
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
623
+ </state>
624
+ </provider>
625
+ </entry>
626
+ <entry file="file://$PROJECT_DIR$/LICENSE">
627
+ <provider selected="true" editor-type-id="text-editor">
628
+ <state relative-caret-position="462">
629
+ <caret line="21" column="0" lean-forward="false" selection-start-line="21" selection-start-column="0" selection-end-line="21" selection-end-column="0" />
630
+ </state>
631
+ </provider>
632
+ </entry>
633
+ <entry file="file://$PROJECT_DIR$/README.md">
634
+ <provider selected="true" editor-type-id="split-provider[text-editor;markdown-preview-editor]">
635
+ <state split_layout="SPLIT">
636
+ <first_editor relative-caret-position="0">
637
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
638
+ </first_editor>
639
+ <second_editor />
640
+ </state>
641
+ </provider>
642
+ </entry>
643
+ <entry file="file://$PROJECT_DIR$/.swagger-codegen-ignore">
644
+ <provider selected="true" editor-type-id="text-editor">
645
+ <state relative-caret-position="0">
646
+ <caret line="0" column="0" lean-forward="false" selection-start-line="0" selection-start-column="0" selection-end-line="0" selection-end-column="0" />
647
+ </state>
648
+ </provider>
649
+ </entry>
650
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/models/annotation.rb" />
651
+ <entry file="file://$PROJECT_DIR$/.swagger-codegen/VERSION">
652
+ <provider selected="true" editor-type-id="text-editor">
653
+ <state relative-caret-position="0">
654
+ <caret line="0" column="5" lean-forward="true" selection-start-line="0" selection-start-column="5" selection-end-line="0" selection-end-column="5" />
655
+ </state>
656
+ </provider>
657
+ </entry>
658
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud.rb" />
659
+ <entry file="file://$PROJECT_DIR$/aspose_pdf_cloud.gemspec" />
660
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/models/http_status_code.rb" />
661
+ <entry file="file://C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/minitest-5.11.3/lib/minitest/assertions.rb">
662
+ <provider selected="true" editor-type-id="text-editor">
663
+ <state relative-caret-position="2926">
664
+ <caret line="133" column="8" lean-forward="false" selection-start-line="133" selection-start-column="8" selection-end-line="133" selection-end-column="8" />
665
+ </state>
666
+ </provider>
667
+ </entry>
668
+ <entry file="file://$APPLICATION_HOME_DIR$/rubystubs24/file.rb">
669
+ <provider selected="true" editor-type-id="text-editor">
670
+ <state relative-caret-position="239">
671
+ <caret line="1035" column="13" lean-forward="false" selection-start-line="1035" selection-start-column="13" selection-end-line="1035" selection-end-column="13" />
672
+ </state>
673
+ </provider>
674
+ </entry>
675
+ <entry file="file://C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/aspose_storage_cloud-1.0.1/lib/aspose_storage_cloud/api/storage_api.rb">
676
+ <provider selected="true" editor-type-id="text-editor">
677
+ <state relative-caret-position="240">
678
+ <caret line="215" column="0" lean-forward="false" selection-start-line="215" selection-start-column="0" selection-end-line="215" selection-end-column="0" />
679
+ <folding />
680
+ </state>
681
+ </provider>
682
+ </entry>
683
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/models/text_replace_list_request.rb" />
684
+ <entry file="file://C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/minitest-5.11.3/lib/minitest.rb">
685
+ <provider selected="true" editor-type-id="text-editor">
686
+ <state relative-caret-position="181">
687
+ <caret line="266" column="0" lean-forward="false" selection-start-line="266" selection-start-column="0" selection-end-line="266" selection-end-column="0" />
688
+ </state>
689
+ </provider>
690
+ </entry>
691
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/models/text_replace.rb" />
692
+ <entry file="file://$PROJECT_DIR$/test/storage_test.rb" />
693
+ <entry file="file://C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/typhoeus-1.3.0/lib/typhoeus/request.rb">
694
+ <provider selected="true" editor-type-id="text-editor">
695
+ <state relative-caret-position="273">
696
+ <caret line="112" column="36" lean-forward="false" selection-start-line="112" selection-start-column="29" selection-end-line="112" selection-end-column="36" />
697
+ </state>
698
+ </provider>
699
+ </entry>
700
+ <entry file="file://C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/typhoeus-0.8.0/lib/typhoeus/request.rb">
701
+ <provider selected="true" editor-type-id="text-editor">
702
+ <state relative-caret-position="2420">
703
+ <caret line="110" column="29" lean-forward="false" selection-start-line="110" selection-start-column="29" selection-end-line="110" selection-end-column="29" />
704
+ </state>
705
+ </provider>
706
+ </entry>
707
+ <entry file="file://C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/typhoeus-1.3.0/lib/typhoeus/request/before.rb">
708
+ <provider selected="true" editor-type-id="text-editor">
709
+ <state relative-caret-position="352">
710
+ <caret line="16" column="33" lean-forward="false" selection-start-line="16" selection-start-column="33" selection-end-line="16" selection-end-column="33" />
711
+ <folding />
712
+ </state>
713
+ </provider>
714
+ </entry>
715
+ <entry file="file://C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/typhoeus-0.8.0/lib/typhoeus.rb">
716
+ <provider selected="true" editor-type-id="text-editor">
717
+ <state relative-caret-position="2156">
718
+ <caret line="98" column="0" lean-forward="false" selection-start-line="98" selection-start-column="0" selection-end-line="98" selection-end-column="0" />
719
+ <folding />
720
+ </state>
721
+ </provider>
722
+ </entry>
723
+ <entry file="file://C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/typhoeus-0.8.0/lib/typhoeus/request/before.rb">
724
+ <provider selected="true" editor-type-id="text-editor">
725
+ <state relative-caret-position="550">
726
+ <caret line="25" column="0" lean-forward="false" selection-start-line="25" selection-start-column="0" selection-end-line="25" selection-end-column="0" />
727
+ <folding />
728
+ </state>
729
+ </provider>
730
+ </entry>
731
+ <entry file="file://C:/Ruby25-x64/lib/ruby/gems/2.5.0/gems/minitest-5.11.3/lib/minitest/test.rb">
732
+ <provider selected="true" editor-type-id="text-editor">
733
+ <state relative-caret-position="4400">
734
+ <caret line="200" column="0" lean-forward="false" selection-start-line="200" selection-start-column="0" selection-end-line="200" selection-end-column="0" />
735
+ <folding />
736
+ </state>
737
+ </provider>
738
+ </entry>
739
+ <entry file="file://C:/Ruby25-x64/lib/ruby/2.5.0/uri/rfc2396_parser.rb">
740
+ <provider selected="true" editor-type-id="text-editor">
741
+ <state relative-caret-position="-13">
742
+ <caret line="291" column="7" lean-forward="false" selection-start-line="291" selection-start-column="7" selection-end-line="291" selection-end-column="7" />
743
+ </state>
744
+ </provider>
745
+ </entry>
746
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/models/images_list_request.rb" />
747
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/api_client.rb" />
748
+ <entry file="file://$PROJECT_DIR$/test/temp_tests.rb" />
749
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/api/pdf_api.rb" />
750
+ <entry file="file://$PROJECT_DIR$/lib/aspose_pdf_cloud/configuration.rb" />
751
+ <entry file="file://$PROJECT_DIR$/test/pdf_tests.rb">
752
+ <provider selected="true" editor-type-id="text-editor">
753
+ <state relative-caret-position="726">
754
+ <caret line="47" column="0" lean-forward="true" selection-start-line="47" selection-start-column="0" selection-end-line="47" selection-end-column="0" />
755
+ <folding />
756
+ </state>
757
+ </provider>
758
+ </entry>
759
+ <entry file="file://$PROJECT_DIR$/lib/test_kaferi_cloud/api_client.rb">
760
+ <provider selected="true" editor-type-id="text-editor">
761
+ <state relative-caret-position="6138">
762
+ <caret line="279" column="32" lean-forward="false" selection-start-line="279" selection-start-column="32" selection-end-line="279" selection-end-column="32" />
763
+ <folding />
764
+ </state>
765
+ </provider>
766
+ </entry>
767
+ <entry file="file://$PROJECT_DIR$/test_kaferi_cloud.gemspec">
768
+ <provider selected="true" editor-type-id="text-editor">
769
+ <state relative-caret-position="198">
770
+ <caret line="39" column="2" lean-forward="false" selection-start-line="39" selection-start-column="2" selection-end-line="41" selection-end-column="71" />
771
+ <folding />
772
+ </state>
773
+ </provider>
774
+ </entry>
775
+ </component>
776
+ </project>