groupdocs_parser_cloud 22.12 → 25.9
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 +5 -5
- data/lib/groupdocs_parser_cloud/api/file_api.rb +6 -6
- data/lib/groupdocs_parser_cloud/api/folder_api.rb +6 -6
- data/lib/groupdocs_parser_cloud/api/info_api.rb +3 -3
- data/lib/groupdocs_parser_cloud/api/parse_api.rb +101 -4
- data/lib/groupdocs_parser_cloud/api/storage_api.rb +5 -5
- data/lib/groupdocs_parser_cloud/api/template_api.rb +4 -4
- data/lib/groupdocs_parser_cloud/api_client.rb +4 -4
- data/lib/groupdocs_parser_cloud/{api_error.rb → api_client_error.rb} +22 -17
- data/lib/groupdocs_parser_cloud/configuration.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/barcode.rb +254 -0
- data/lib/groupdocs_parser_cloud/models/barcode_page.rb +229 -0
- data/lib/groupdocs_parser_cloud/models/barcodes_options.rb +254 -0
- data/lib/groupdocs_parser_cloud/models/barcodes_result.rb +216 -0
- data/lib/groupdocs_parser_cloud/models/container_item.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/container_item_info.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/container_options.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/container_result.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/coordinates.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/create_template_options.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/detector_parameters.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/disc_usage.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/error.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/error_details.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/field.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/field_data.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/field_position.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/file_info.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/file_type.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/file_version.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/file_versions.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/files_list.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/files_upload_result.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/format.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/formats_result.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/formatted_text_options.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/image.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/image_page.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/images_options.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/images_result.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/info_options.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/info_result.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/object_exist.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/page.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/page_area.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/page_table_area.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/page_table_area_cell.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/page_text_area.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/parse_options.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/parse_result.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/parser_options.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/point.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/rectangle.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/size.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/storage_exist.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/storage_file.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/table.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/table_layout.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/template.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/template_options.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/template_result.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/text_options.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/text_page.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/text_result.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/text_style.rb +1 -1
- data/lib/groupdocs_parser_cloud/version.rb +2 -2
- data/lib/groupdocs_parser_cloud.rb +6 -2
- metadata +15 -12
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="formatted_text_options.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="image.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="image_page.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="images_options.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="images_result.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="info_options.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="info_result.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="object_exist.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="page.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="page_area.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="page_table_area.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="page_table_area_cell.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="page_text_area.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="parse_options.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="parse_result.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="parser_options.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="point.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="rectangle.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="size.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="storage_exist.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="storage_file.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="table.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="table_layout.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="template.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="template_options.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="template_result.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="text_options.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="text_page.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="text_result.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="text_style.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -1,7 +1,7 @@
|
|
1
1
|
#
|
2
2
|
# --------------------------------------------------------------------------------------------------------------------
|
3
3
|
# <copyright company="Aspose Pty Ltd" file="version.rb">
|
4
|
-
# Copyright (c)
|
4
|
+
# Copyright (c) Aspose Pty Ltd
|
5
5
|
# </copyright>
|
6
6
|
# <summary>
|
7
7
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -25,5 +25,5 @@
|
|
25
25
|
# --------------------------------------------------------------------------------------------------------------------
|
26
26
|
#
|
27
27
|
module GroupDocsParserCloud
|
28
|
-
VERSION = "
|
28
|
+
VERSION = "25.9".freeze
|
29
29
|
end
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# ------------------------------------------------------------------------------------
|
2
2
|
# <copyright company="Aspose Pty Ltd" file="groupdocs_parser_cloud.rb">
|
3
|
-
# Copyright (c)
|
3
|
+
# Copyright (c) Aspose Pty Ltd
|
4
4
|
# </copyright>
|
5
5
|
# <summary>
|
6
6
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
@@ -25,11 +25,14 @@
|
|
25
25
|
|
26
26
|
# Common files
|
27
27
|
require_relative 'groupdocs_parser_cloud/api_client'
|
28
|
-
require_relative 'groupdocs_parser_cloud/
|
28
|
+
require_relative 'groupdocs_parser_cloud/api_client_error'
|
29
29
|
require_relative 'groupdocs_parser_cloud/version'
|
30
30
|
require_relative 'groupdocs_parser_cloud/configuration'
|
31
31
|
|
32
32
|
# Models
|
33
|
+
require_relative 'groupdocs_parser_cloud/models/barcode'
|
34
|
+
require_relative 'groupdocs_parser_cloud/models/barcode_page'
|
35
|
+
require_relative 'groupdocs_parser_cloud/models/barcodes_result'
|
33
36
|
require_relative 'groupdocs_parser_cloud/models/container_item'
|
34
37
|
require_relative 'groupdocs_parser_cloud/models/container_item_info'
|
35
38
|
require_relative 'groupdocs_parser_cloud/models/container_result'
|
@@ -75,6 +78,7 @@ require_relative 'groupdocs_parser_cloud/models/template_result'
|
|
75
78
|
require_relative 'groupdocs_parser_cloud/models/text_page'
|
76
79
|
require_relative 'groupdocs_parser_cloud/models/text_result'
|
77
80
|
require_relative 'groupdocs_parser_cloud/models/text_style'
|
81
|
+
require_relative 'groupdocs_parser_cloud/models/barcodes_options'
|
78
82
|
require_relative 'groupdocs_parser_cloud/models/container_options'
|
79
83
|
require_relative 'groupdocs_parser_cloud/models/file_version'
|
80
84
|
require_relative 'groupdocs_parser_cloud/models/images_options'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: groupdocs_parser_cloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '
|
4
|
+
version: '25.9'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GroupDocs
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-09-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -30,20 +30,20 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 2.
|
33
|
+
version: 2.8.0
|
34
34
|
- - ">="
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version: 2.
|
36
|
+
version: 2.8.0
|
37
37
|
type: :runtime
|
38
38
|
prerelease: false
|
39
39
|
version_requirements: !ruby/object:Gem::Requirement
|
40
40
|
requirements:
|
41
41
|
- - "~>"
|
42
42
|
- !ruby/object:Gem::Version
|
43
|
-
version: 2.
|
43
|
+
version: 2.8.0
|
44
44
|
- - ">="
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version: 2.
|
46
|
+
version: 2.8.0
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: minitest
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
@@ -78,8 +78,12 @@ files:
|
|
78
78
|
- lib/groupdocs_parser_cloud/api/storage_api.rb
|
79
79
|
- lib/groupdocs_parser_cloud/api/template_api.rb
|
80
80
|
- lib/groupdocs_parser_cloud/api_client.rb
|
81
|
-
- lib/groupdocs_parser_cloud/
|
81
|
+
- lib/groupdocs_parser_cloud/api_client_error.rb
|
82
82
|
- lib/groupdocs_parser_cloud/configuration.rb
|
83
|
+
- lib/groupdocs_parser_cloud/models/barcode.rb
|
84
|
+
- lib/groupdocs_parser_cloud/models/barcode_page.rb
|
85
|
+
- lib/groupdocs_parser_cloud/models/barcodes_options.rb
|
86
|
+
- lib/groupdocs_parser_cloud/models/barcodes_result.rb
|
83
87
|
- lib/groupdocs_parser_cloud/models/container_item.rb
|
84
88
|
- lib/groupdocs_parser_cloud/models/container_item_info.rb
|
85
89
|
- lib/groupdocs_parser_cloud/models/container_options.rb
|
@@ -137,7 +141,7 @@ licenses:
|
|
137
141
|
- MIT
|
138
142
|
metadata:
|
139
143
|
source_code_uri: https://github.com/groupdocs-parser-cloud/groupdocs-parser-cloud-ruby
|
140
|
-
post_install_message:
|
144
|
+
post_install_message:
|
141
145
|
rdoc_options: []
|
142
146
|
require_paths:
|
143
147
|
- lib
|
@@ -152,9 +156,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
152
156
|
- !ruby/object:Gem::Version
|
153
157
|
version: '0'
|
154
158
|
requirements: []
|
155
|
-
|
156
|
-
|
157
|
-
signing_key:
|
159
|
+
rubygems_version: 3.1.6
|
160
|
+
signing_key:
|
158
161
|
specification_version: 4
|
159
162
|
summary: GroupDocs.Parser Cloud Ruby SDK
|
160
163
|
test_files: []
|