aspose_pdf_cloud 19.4.0 → 19.5.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/README.md +4 -4
- data/lib/aspose_pdf_cloud/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8cd2c3d567008863c53d84c658f763ce67fa66f0aff128f7eefce29ac3d6c00f
|
|
4
|
+
data.tar.gz: 3b389b39516c1cd01ab444bbd168d700eac106e6a468ec98916a4fc2fcf698c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67d2e400bad26b1a4ef9d758fc8aa0f6367a7392ff7d82ba390790a9df9ba9ea1237a4c7610b455665aa6a8d5fcede1e077e51a59dba02cb6a738699544bff2e
|
|
7
|
+
data.tar.gz: 5c2332d57915b2ba608a688f32161121635aa2356b46f0004b21545092d6e9603a6e5e9da351f4948cd34a9e6738a8d0480dece41a691ef1734acf719eb02425
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Aspose.PDF Cloud
|
|
2
2
|
|
|
3
3
|
- API version: 2.0
|
|
4
|
-
- Package version: 19.
|
|
4
|
+
- Package version: 19.5.0
|
|
5
5
|
|
|
6
6
|
[Aspose.PDF Cloud](https://products.aspose.cloud/pdf) is a true REST API that enables you to perform a wide range of document processing operations including creation, manipulation, conversion and rendering of Pdf documents in the cloud.
|
|
7
7
|
|
|
@@ -22,15 +22,15 @@ gem build aspose_pdf_cloud.gemspec
|
|
|
22
22
|
Then either install the gem locally:
|
|
23
23
|
|
|
24
24
|
```shell
|
|
25
|
-
gem install ./aspose_pdf_cloud-19.
|
|
25
|
+
gem install ./aspose_pdf_cloud-19.5.0.gem
|
|
26
26
|
```
|
|
27
|
-
(for development, run `gem install --dev ./aspose_pdf_cloud-19.
|
|
27
|
+
(for development, run `gem install --dev ./aspose_pdf_cloud-19.5.0.gem` to install the development dependencies)
|
|
28
28
|
|
|
29
29
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
30
30
|
|
|
31
31
|
Finally add this to the Gemfile:
|
|
32
32
|
|
|
33
|
-
gem 'aspose_pdf_cloud', '~> 19.
|
|
33
|
+
gem 'aspose_pdf_cloud', '~> 19.5.0'
|
|
34
34
|
|
|
35
35
|
### Install from Git
|
|
36
36
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aspose_pdf_cloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 19.
|
|
4
|
+
version: 19.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aspose PDF Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-05-
|
|
11
|
+
date: 2019-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|