aspose_words_cloud 26.2 → 26.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: 6758e416cdc838911ea5690ce20f84a57f52f6e86069cdf3a097f856fc731d9d
|
|
4
|
+
data.tar.gz: 0b51be00b8fc980e85f4010ade9f6fe8b21c7f6da3d23576d8b5ceb876e871ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '088117cbb8c60ea5529a68040527ddcd53f32b0267a318f42ddb2de1cf9cc9a12ca0d75445bee34fa49c8c5e9ca64c7cfc41ad3eccb1f02b551f536379d05850'
|
|
7
|
+
data.tar.gz: bf072bca97e3ab254d50e3f54349eed2f47b75f25696333a12215ef91a35b18d0b8dd368dd5e6021cd8b04415af1a070411f28afc8cec759dc7d4c5c9f2ac0e6
|
|
@@ -135,7 +135,7 @@ module AsposeWordsCloud
|
|
|
135
135
|
return false unless display_type_validator.valid?(@display_type)
|
|
136
136
|
justification_validator = EnumAttributeValidator.new('String', ["CenterGroup", "Default", "Center", "Left", "Right", "Inline"])
|
|
137
137
|
return false unless justification_validator.valid?(@justification)
|
|
138
|
-
math_object_type_validator = EnumAttributeValidator.new('String', ["OMath", "OMathPara", "Accent", "Bar", "BorderBox", "Box", "Delimiter", "Degree", "Argument", "Array", "Fraction", "Denominator", "Numerator", "Function", "FunctionName", "GroupCharacter", "Limit", "LowerLimit", "UpperLimit", "Matrix", "MatrixRow", "NAry", "Phantom", "Radical", "SubscriptPart", "SuperscriptPart", "PreSubSuperscript", "Subscript", "SubSuperscript", "
|
|
138
|
+
math_object_type_validator = EnumAttributeValidator.new('String', ["OMath", "OMathPara", "Accent", "Bar", "BorderBox", "Box", "Delimiter", "Degree", "Argument", "Array", "Fraction", "Denominator", "Numerator", "Function", "FunctionName", "GroupCharacter", "Limit", "LowerLimit", "UpperLimit", "Matrix", "MatrixRow", "NAry", "Phantom", "Radical", "SubscriptPart", "SuperscriptPart", "PreSubSuperscript", "Subscript", "SubSuperscript", "Superscript", "None"])
|
|
139
139
|
return false unless math_object_type_validator.valid?(@math_object_type)
|
|
140
140
|
|
|
141
141
|
return true
|
|
@@ -172,7 +172,7 @@ module AsposeWordsCloud
|
|
|
172
172
|
# Custom attribute writer method checking allowed values (enum).
|
|
173
173
|
# @param [Object] math_object_type Object to be assigned
|
|
174
174
|
def math_object_type=(math_object_type)
|
|
175
|
-
validator = EnumAttributeValidator.new('String', ["OMath", "OMathPara", "Accent", "Bar", "BorderBox", "Box", "Delimiter", "Degree", "Argument", "Array", "Fraction", "Denominator", "Numerator", "Function", "FunctionName", "GroupCharacter", "Limit", "LowerLimit", "UpperLimit", "Matrix", "MatrixRow", "NAry", "Phantom", "Radical", "SubscriptPart", "SuperscriptPart", "PreSubSuperscript", "Subscript", "SubSuperscript", "
|
|
175
|
+
validator = EnumAttributeValidator.new('String', ["OMath", "OMathPara", "Accent", "Bar", "BorderBox", "Box", "Delimiter", "Degree", "Argument", "Array", "Fraction", "Denominator", "Numerator", "Function", "FunctionName", "GroupCharacter", "Limit", "LowerLimit", "UpperLimit", "Matrix", "MatrixRow", "NAry", "Phantom", "Radical", "SubscriptPart", "SuperscriptPart", "PreSubSuperscript", "Subscript", "SubSuperscript", "Superscript", "None"])
|
|
176
176
|
if math_object_type.to_i == 0
|
|
177
177
|
unless validator.valid?(math_object_type)
|
|
178
178
|
raise ArgumentError, "invalid value for 'math_object_type', 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: '26.
|
|
4
|
+
version: '26.3'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aspose
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-03-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|