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 +4 -4
- data/README.rdoc +5 -3
- data/VERSION +1 -1
- data/itext-jruby.gemspec +5 -2
- data/libexec/jar/bcmail-jdk14-138.jar +0 -0
- data/libexec/jar/bcprov-jdk14-138.jar +0 -0
- data/libexec/jar/bctsp-jdk14-138.jar +0 -0
- data/libexec/unsigned_jar/bcmail-jdk14-138.jar +0 -0
- data/libexec/unsigned_jar/bcprov-jdk14-138.jar +0 -0
- data/libexec/unsigned_jar/bctsp-jdk14-138.jar +0 -0
- metadata +4 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b3073cff05548ea084c3b2980b6e94361c6380c0
|
|
4
|
+
data.tar.gz: 76255c6c7f913d2d95458b1d85e6c3a2f687b7d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4a53a1e4a4b7d496dcacbe6635eba5ead6071db72d143f219cbe1f9fbae94ecf3c1f3c67f3f484658e60a1265b2adbf0d28fc569eccd07958c6941fe634bd3b
|
|
7
|
+
data.tar.gz: cb841b4f5825e7ff4cf335a6acf9054a9685bb54a62d29916a79077b793121e66828e6b76b5a0d7cf30d13e68f5a953d08b4eacced3c41928887e751130c1895
|
data/README.rdoc
CHANGED
|
@@ -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
|
-
|
|
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.
|
|
1
|
+
0.1.3
|
data/itext-jruby.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
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",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
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.
|
|
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
|