asposepdfjava 0.0.1 → 0.0.2

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
  SHA1:
3
- metadata.gz: 89ac1902e34a00eebb3720bf2d0063472b008803
4
- data.tar.gz: 3b683923efc493c8fa95cca2757bcc00b73206b3
3
+ metadata.gz: b4dd2d90933c4d4dda218891d3a72d105b4056ca
4
+ data.tar.gz: d5b5d399d0b296ea1d0767a573757d742c0d5f15
5
5
  SHA512:
6
- metadata.gz: e4ce5a8105ebd1f9a9ee680997c50413cb3a36d2021ff96f991d657b9d381dac0184bb2f6ddfb95117bfbe343ca6cfafe93db68c88e455954d7f5f8c8d64f8ab
7
- data.tar.gz: 0cb5a18d0226f7464a122e89496f526a41fa044eddf0fb72df97684e75b0d14bb39d56bca3019841e2686ca905b350293e38a41d11e9db6d8a65373aca03aedc
6
+ metadata.gz: c1c69624eb8fb0ad8c6eba889454366556a23ad5ea67c6b214bfe81931d2f93e75dd62da37817747e37522981da5de835fe340cf4349a40b9fcbde05b9931eda
7
+ data.tar.gz: eba61cb6454a249049418bf0ef44de3e582dbcb141f61e3b64e2b9f18f93c4ab04a892b5050fb1c3444d66ec8dca31ce7ee81f5e760915d3c9b5396e67272cc2
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ['Aspose Marketplace']
10
10
  spec.email = ['marketplace@aspose.com']
11
11
  spec.summary = %q{A Ruby gem to work with Aspose.Pdf libraries}
12
- spec.description = %q{AsposePdfJava is a Ruby gem that can help working with Aspose.Pdf libraries}
12
+ spec.description = %q{AsposePdfJava is a Ruby gem that helps working with PDF documents using Aspose.Pdf for Java libraries}
13
13
  spec.homepage = 'https://github.com/asposepdf/Aspose_Pdf_Java/tree/master/Plugins/Aspose_Pdf_Java_for_Ruby'
14
14
  spec.license = 'MIT'
15
15
 
@@ -65,7 +65,7 @@ module Asposepdfjava
65
65
  end
66
66
 
67
67
  def self.configure_aspose_pdf config
68
- Asposecellsjava.aspose_pdf_config = config
68
+ Asposepdfjava.aspose_pdf_config = config
69
69
  end
70
70
 
71
71
  end
@@ -1,3 +1,3 @@
1
1
  module Asposepdfjava
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asposepdfjava
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aspose Marketplace
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-14 00:00:00.000000000 Z
11
+ date: 2015-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -66,7 +66,8 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: 1.5.2
69
- description: AsposePdfJava is a Ruby gem that can help working with Aspose.Pdf libraries
69
+ description: AsposePdfJava is a Ruby gem that helps working with PDF documents using
70
+ Aspose.Pdf for Java libraries
70
71
  email:
71
72
  - marketplace@aspose.com
72
73
  executables: []