itext-jruby 0.1.2 → 0.1.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
  SHA1:
3
- metadata.gz: 4ca74f9d715b5d4c45581b39b83c3feb71721de1
4
- data.tar.gz: 359696dc76fe4fcaf6db783a9bdb221bc55b99d3
3
+ metadata.gz: b3073cff05548ea084c3b2980b6e94361c6380c0
4
+ data.tar.gz: 76255c6c7f913d2d95458b1d85e6c3a2f687b7d1
5
5
  SHA512:
6
- metadata.gz: 9a386224df9235c17eb547ad112344035c7e771ffc2b7bff46f8d0ba2f5209f56c4a7341b3cd01082446e0b4c3cbbe5b45d4aa0cab11d3b6a5835ac51908ace7
7
- data.tar.gz: 702aea7f25055a8ef8c8796dcb87e6c29fcf5d3cbe42b61bc492cf10b638c46d6eb288ed07a57cef819b8b7969e2d7da162ddf7eb9b7ef342025a55fffa697cb
6
+ metadata.gz: b4a53a1e4a4b7d496dcacbe6635eba5ead6071db72d143f219cbe1f9fbae94ecf3c1f3c67f3f484658e60a1265b2adbf0d28fc569eccd07958c6941fe634bd3b
7
+ data.tar.gz: cb841b4f5825e7ff4cf335a6acf9054a9685bb54a62d29916a79077b793121e66828e6b76b5a0d7cf30d13e68f5a953d08b4eacced3c41928887e751130c1895
@@ -1,6 +1,6 @@
1
1
  = itext-jruby
2
2
 
3
- IText Pdf generation static java build packed to gem with some additional Ruby methods.
3
+ IText (4.2.0) Pdf generation static java build packed to gem with some additional Ruby methods allowing adding attachments and encrypting document.
4
4
 
5
5
  == Usage
6
6
 
@@ -31,16 +31,18 @@ Find more examples in test directory.
31
31
  * 0.0.8 - Minor fixes
32
32
  * 0.0.9 - Load jars only if required
33
33
  * 0.1.1 - Minor fixes
34
+ * 0.1.2 - Minor fixes
34
35
 
35
36
  == Known issues
36
- * Problem with TorqueBox stack - https://issues.jboss.org/browse/TORQUE-1164
37
+ If you have time and knowledge how to solve following issues please submit a pull request.
38
+
39
+ * Problem with TorqueBox/Rails stack - https://issues.jboss.org/browse/TORQUE-1164 - BouncyCastle is allready in $CLASSPATH (in newest version than this required by iText)
37
40
 
38
41
  == Read more
39
42
  * Creating pkcs12 certs: http://www.flatmtn.com/article/creating-pkcs12-certificates
40
43
  * Converting .pem to .pcks: http://www.advogato.org/person/johnnyb/diary.html?start=143
41
44
 
42
45
  == Contributing to itext-jruby
43
-
44
46
  * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
45
47
  * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
46
48
  * Fork the project.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: itext-jruby 0.1.2 ruby lib
5
+ # stub: itext-jruby 0.1.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "itext-jruby"
9
- s.version = "0.1.2"
9
+ s.version = "0.1.3"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.authors = ["Ernest Bursa"]
@@ -48,6 +48,9 @@ Gem::Specification.new do |s|
48
48
  "libexec/jar/junit-4.4.jar",
49
49
  "libexec/jar/pdf-renderer.jar",
50
50
  "libexec/jar/servlet.jar",
51
+ "libexec/unsigned_jar/bcmail-jdk14-138.jar",
52
+ "libexec/unsigned_jar/bcprov-jdk14-138.jar",
53
+ "libexec/unsigned_jar/bctsp-jdk14-138.jar",
51
54
  "test/assets/cert/ca.crt",
52
55
  "test/assets/cert/ca.key",
53
56
  "test/assets/cert/ia.crt",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itext-jruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ernest Bursa
@@ -118,6 +118,9 @@ files:
118
118
  - libexec/jar/junit-4.4.jar
119
119
  - libexec/jar/pdf-renderer.jar
120
120
  - libexec/jar/servlet.jar
121
+ - libexec/unsigned_jar/bcmail-jdk14-138.jar
122
+ - libexec/unsigned_jar/bcprov-jdk14-138.jar
123
+ - libexec/unsigned_jar/bctsp-jdk14-138.jar
121
124
  - test/assets/cert/ca.crt
122
125
  - test/assets/cert/ca.key
123
126
  - test/assets/cert/ia.crt