aspose_slides_cloud 22.9.0 → 22.10.0
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 +4 -4
- data/Gemfile.lock +12 -12
- data/README.md +6 -0
- data/docker-entrypoint.sh +1 -2
- data/lib/aspose_slides_cloud/api/slides_api.rb +5330 -9039
- data/lib/aspose_slides_cloud/api_client.rb +2 -2
- data/lib/aspose_slides_cloud/models/effect.rb +22 -2
- data/lib/aspose_slides_cloud/models/slide_show_properties.rb +325 -0
- data/lib/aspose_slides_cloud/type_registry.rb +2 -0
- data/lib/aspose_slides_cloud/version.rb +1 -1
- data/lib/aspose_slides_cloud.rb +1 -0
- data/spec/api/slides_api_spec.rb +22861 -33627
- data/spec/spec_utils.rb +2 -0
- data/spec/use_cases/convert_spec.rb +8 -2
- data/spec/use_cases/font_spec.rb +4 -4
- data/spec/use_cases/paragraph_spec.rb +30 -22
- data/spec/use_cases/portion_spec.rb +31 -23
- data/spec/use_cases/property_spec.rb +23 -0
- data/spec/use_cases/shape_spec.rb +31 -21
- data/testRules.json +34 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6caa872808eb42ba7bfe5c1e58a2a15a8047fa7dae62313e8b50b72035c6a3a5
|
4
|
+
data.tar.gz: 7a7375b458842b6ec039f527a2f3466a21c5bc6a5634af94d888ab304af67ed4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52a0b5eb94aa5deee6fe136bce13a3f8750170344d9578d0661080666baf9c7eb1d17e19a832c9020b5ec3cee66dc5bf11b27643897cc7d07ebfb01d887887c8
|
7
|
+
data.tar.gz: 9cf428f4cf781036fbed5b71ab5749d8817fd7cb90d6a19a9503df069a7fdc3335837b24567ba776e7d0f407a66e53627e0ff1f7b827453871ba517b3e76990b
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
aspose_slides_cloud (22.
|
4
|
+
aspose_slides_cloud (22.10.0)
|
5
5
|
faraday (~> 0.17, >= 0.17.3)
|
6
6
|
json (~> 2.1, >= 2.1.0)
|
7
7
|
|
@@ -29,19 +29,19 @@ GEM
|
|
29
29
|
public_suffix (5.0.0)
|
30
30
|
rake (12.3.3)
|
31
31
|
rexml (3.2.5)
|
32
|
-
rspec (3.
|
33
|
-
rspec-core (~> 3.
|
34
|
-
rspec-expectations (~> 3.
|
35
|
-
rspec-mocks (~> 3.
|
36
|
-
rspec-core (3.
|
37
|
-
rspec-support (~> 3.
|
38
|
-
rspec-expectations (3.
|
32
|
+
rspec (3.12.0)
|
33
|
+
rspec-core (~> 3.12.0)
|
34
|
+
rspec-expectations (~> 3.12.0)
|
35
|
+
rspec-mocks (~> 3.12.0)
|
36
|
+
rspec-core (3.12.0)
|
37
|
+
rspec-support (~> 3.12.0)
|
38
|
+
rspec-expectations (3.12.0)
|
39
39
|
diff-lcs (>= 1.2.0, < 2.0)
|
40
|
-
rspec-support (~> 3.
|
41
|
-
rspec-mocks (3.
|
40
|
+
rspec-support (~> 3.12.0)
|
41
|
+
rspec-mocks (3.12.0)
|
42
42
|
diff-lcs (>= 1.2.0, < 2.0)
|
43
|
-
rspec-support (~> 3.
|
44
|
-
rspec-support (3.
|
43
|
+
rspec-support (~> 3.12.0)
|
44
|
+
rspec-support (3.12.0)
|
45
45
|
rspec_junit_formatter (0.6.0)
|
46
46
|
rspec-core (>= 2, < 4, != 2.12.0)
|
47
47
|
rubyzip (2.3.2)
|
data/README.md
CHANGED
@@ -97,6 +97,12 @@ You may want to check out Aspose free [Powerpoint to PDF](https://products.aspos
|
|
97
97
|
* Added **None** to the list of allowed values for **TimeUnitType** enum type.
|
98
98
|
* **Level** property of **Category** class is deprecated and will be removed after v22.4.
|
99
99
|
|
100
|
+
## Enhancements in Version 22.10
|
101
|
+
|
102
|
+
* Added new **GetSlideShowProperties** and **SetSlideShowProperties** methods to get & set slideshow properties.
|
103
|
+
* Methods that work with shapes, paragraphs and portions now have an optional **subShape** parameter which can be used to access subshapes (SmartArt elements, grouped shapes). Separate methods for subshapes (**GetSubshapeParagraphs**, **CreateSubshape**, **AlignSubshapes** etc.) have been removed.
|
104
|
+
* Added boolean **RepeatUntilEndSlide** and **RepeatUntilNextClick** properties to **Effect** class.
|
105
|
+
|
100
106
|
## Enhancements in Version 22.1
|
101
107
|
* New **MathParagraph** property of **Portion** class allows to get and set math formulas. A set of **MathElement** subclasses allows to specify complex mathematical expressions.
|
102
108
|
* New **DownloadPortionAsMathMl** and **SavePortionAsMathMl** methods allow to export math formulas to MathML format.
|
data/docker-entrypoint.sh
CHANGED
@@ -4,6 +4,5 @@ sed -i "s/@your_client_id@/${CLIENT_ID}/g" testConfig.json
|
|
4
4
|
sed -i "s/@your_client_secret@/${CLIENT_SECRET}/g" testConfig.json
|
5
5
|
if [ -n "$BASE_URL" ] ; then sed -i "s+https://api-qa.aspose.cloud+${BASE_URL}+g" testConfig.json ; fi
|
6
6
|
|
7
|
-
rm -rf spec/api
|
8
7
|
mkdir testResults
|
9
|
-
|
8
|
+
rspec spec --format RspecJunitFormatter --out testResults/rspec.xml
|