aspose_pdf_cloud 21.11.0 → 21.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ab2d6b6f9ce944722316e45a210730c7e13ce9caf36a3fe2faffb763926518c
4
- data.tar.gz: 95129cf810e25081e3008f2c51aad0ef5ef76edc8bc9db8585acdcba18b2ee32
3
+ metadata.gz: 1e77ef027c4e9680a148e811937478c9ccf253421c45a0768702f01680e6c077
4
+ data.tar.gz: 217129dcaa3340fe5dcec8a2b72ff17d87c21d88c54c270c49dc52b1bd129706
5
5
  SHA512:
6
- metadata.gz: ff2bcb5778022f187e08e5d07fd94124dd766a9b72a053d0372a3ee50950393af51386f4b69a777b0e0822e476a2768eab43293ec2d6c6f5debb12e3f992b35b
7
- data.tar.gz: 15586d47d98cbe718bf84b81f49dad0277103d02b24fd7ede49774957b46babbece97150234a28723f7897cc43d81c9c7c574ad396c1dcef93d32d4feefbb3db
6
+ metadata.gz: afeaf2bb197f6c5fa19aff7b3248b25421a5364fe89eeb492ff907db26c4f4ca8d0211ea318aa1127eb530c37fbeb59b50801e1410540a8e6f2dc8650f979c7f
7
+ data.tar.gz: 6f293a76a47ddcb88f0ac1a6e5f7587d2318c80a11c5948000897b9c94283dcbfe94228e766cb67bc856c0f185d8c092d86592ff2e6393c5c93860885b5d1957
data/README.md CHANGED
@@ -29,7 +29,7 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
29
29
  ## Read PDF Formats
30
30
  MHT, PCL, PS, XSLFO, MD
31
31
 
32
- ## Enhancements in Version 21.11
32
+ ## Enhancements in Version 21.12
33
33
  - A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
34
34
 
35
35
  ## Enhancements in Version 20.9
@@ -52,15 +52,15 @@ gem build aspose_pdf_cloud.gemspec
52
52
  Then either install the gem locally:
53
53
 
54
54
  ```shell
55
- gem install ./aspose_pdf_cloud-21.11.0.gem
55
+ gem install ./aspose_pdf_cloud-21.12.0.gem
56
56
  ```
57
- (for development, run `gem install --dev ./aspose_pdf_cloud-21.11.0.gem` to install the development dependencies)
57
+ (for development, run `gem install --dev ./aspose_pdf_cloud-21.12.0.gem` to install the development dependencies)
58
58
 
59
59
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
60
60
 
61
61
  Finally add this to the Gemfile:
62
62
 
63
- gem 'aspose_pdf_cloud', '~> 21.11.0'
63
+ gem 'aspose_pdf_cloud', '~> 21.12.0'
64
64
 
65
65
  ### Install from Git
66
66
 
@@ -20,5 +20,5 @@ SOFTWARE.
20
20
  =end
21
21
 
22
22
  module AsposePdfCloud
23
- VERSION = "21.11.0"
23
+ VERSION = "21.12.0"
24
24
  end
data/test/pdf_tests.rb CHANGED
@@ -31,8 +31,9 @@ class PdfTests < Minitest::Test
31
31
 
32
32
 
33
33
  def setup
34
- # Get App key and App SID from https://aspose.cloud
35
- @pdf_api = PdfApi.new('app_key', 'app_sid')
34
+ servercreds_json = File.read('../../../Settings/servercreds.json')
35
+ creds = JSON.parse(servercreds_json)
36
+ @pdf_api = PdfApi.new(creds["AppKey"], creds["AppSID"])
36
37
  @temp_folder = 'TempPdfCloud'
37
38
  @test_data_folder = '../test_data/'
38
39
 
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: 21.11.0
4
+ version: 21.12.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: 2021-12-03 00:00:00.000000000 Z
11
+ date: 2021-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json