aspose_words_cloud 25.2 → 25.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e3afe9ff4270704ea7cff88c8af84af47e828376393416c3ccf3b705c50b5a0f
|
4
|
+
data.tar.gz: 51d365c2a42d545a4edde56b4e792bf67fb2c74e6101fc379b831bb1d01e45db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac0ef723320abb3e231293de3e64dba7071c9671d2fe3e1825b3e9f7af128796ad1d5e658606306eaad736159a6f87a882a7797947dbcdf8e0f2b4d323f62d74
|
7
|
+
data.tar.gz: 754be49b6fc86ab2669b04100b75f31e0a770c2e9f9407a9f8c2fe36d7bfd11a7cc83011bf5aed27cd08d35eb6ebc6bb4ed4e8fecab5f5da6149e75e6f57279b
|
@@ -569,7 +569,7 @@ module AsposeWordsCloud
|
|
569
569
|
return false unless color_mode_validator.valid?(@color_mode)
|
570
570
|
numeral_format_validator = EnumAttributeValidator.new('String', ["European", "ArabicIndic", "EasternArabicIndic", "Context", "System"])
|
571
571
|
return false unless numeral_format_validator.valid?(@numeral_format)
|
572
|
-
compliance_validator = EnumAttributeValidator.new('String', ["Pdf17", "Pdf20", "PdfA1a", "PdfA1b", "PdfA2a", "PdfA2u", "PdfA4", "PdfA4Ua2", "PdfUa1", "PdfUa2"])
|
572
|
+
compliance_validator = EnumAttributeValidator.new('String', ["Pdf17", "Pdf20", "PdfA1a", "PdfA1b", "PdfA2a", "PdfA2u", "PdfA3a", "PdfA3u", "PdfA4", "PdfA4f", "PdfA4Ua2", "PdfUa1", "PdfUa2"])
|
573
573
|
return false unless compliance_validator.valid?(@compliance)
|
574
574
|
custom_properties_export_validator = EnumAttributeValidator.new('String', ["None", "Standard", "Metadata"])
|
575
575
|
return false unless custom_properties_export_validator.valid?(@custom_properties_export)
|
@@ -676,7 +676,7 @@ module AsposeWordsCloud
|
|
676
676
|
# Custom attribute writer method checking allowed values (enum).
|
677
677
|
# @param [Object] compliance Object to be assigned
|
678
678
|
def compliance=(compliance)
|
679
|
-
validator = EnumAttributeValidator.new('String', ["Pdf17", "Pdf20", "PdfA1a", "PdfA1b", "PdfA2a", "PdfA2u", "PdfA4", "PdfA4Ua2", "PdfUa1", "PdfUa2"])
|
679
|
+
validator = EnumAttributeValidator.new('String', ["Pdf17", "Pdf20", "PdfA1a", "PdfA1b", "PdfA2a", "PdfA2u", "PdfA3a", "PdfA3u", "PdfA4", "PdfA4f", "PdfA4Ua2", "PdfUa1", "PdfUa2"])
|
680
680
|
if compliance.to_i == 0
|
681
681
|
unless validator.valid?(compliance)
|
682
682
|
raise ArgumentError, "invalid value for 'compliance', must be one of #{validator.allowable_values}."
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aspose_words_cloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '25.
|
4
|
+
version: '25.3'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- YaroslawEkimov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-03-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|