groupdocs_parser_cloud 23.7 → 26.2
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 +102 -5
- 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 -5
- 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/ai_parse_options.rb +234 -0
- data/lib/groupdocs_parser_cloud/models/barcode.rb +22 -2
- data/lib/groupdocs_parser_cloud/models/barcode_page.rb +22 -7
- data/lib/groupdocs_parser_cloud/models/barcodes_options.rb +1 -1
- data/lib/groupdocs_parser_cloud/models/barcodes_result.rb +2 -2
- 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 +3 -2
- metadata +8 -8
|
@@ -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 = "26.2".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,7 +25,7 @@
|
|
|
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
|
|
|
@@ -78,6 +78,7 @@ require_relative 'groupdocs_parser_cloud/models/template_result'
|
|
|
78
78
|
require_relative 'groupdocs_parser_cloud/models/text_page'
|
|
79
79
|
require_relative 'groupdocs_parser_cloud/models/text_result'
|
|
80
80
|
require_relative 'groupdocs_parser_cloud/models/text_style'
|
|
81
|
+
require_relative 'groupdocs_parser_cloud/models/ai_parse_options'
|
|
81
82
|
require_relative 'groupdocs_parser_cloud/models/barcodes_options'
|
|
82
83
|
require_relative 'groupdocs_parser_cloud/models/container_options'
|
|
83
84
|
require_relative 'groupdocs_parser_cloud/models/file_version'
|
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: '26.2'
|
|
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: 2026-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -78,8 +78,9 @@ 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/ai_parse_options.rb
|
|
83
84
|
- lib/groupdocs_parser_cloud/models/barcode.rb
|
|
84
85
|
- lib/groupdocs_parser_cloud/models/barcode_page.rb
|
|
85
86
|
- lib/groupdocs_parser_cloud/models/barcodes_options.rb
|
|
@@ -141,7 +142,7 @@ licenses:
|
|
|
141
142
|
- MIT
|
|
142
143
|
metadata:
|
|
143
144
|
source_code_uri: https://github.com/groupdocs-parser-cloud/groupdocs-parser-cloud-ruby
|
|
144
|
-
post_install_message:
|
|
145
|
+
post_install_message:
|
|
145
146
|
rdoc_options: []
|
|
146
147
|
require_paths:
|
|
147
148
|
- lib
|
|
@@ -156,9 +157,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
156
157
|
- !ruby/object:Gem::Version
|
|
157
158
|
version: '0'
|
|
158
159
|
requirements: []
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
signing_key:
|
|
160
|
+
rubygems_version: 3.1.6
|
|
161
|
+
signing_key:
|
|
162
162
|
specification_version: 4
|
|
163
163
|
summary: GroupDocs.Parser Cloud Ruby SDK
|
|
164
164
|
test_files: []
|