jpdfer 0.6.0-java → 0.7.0-java
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.
- data/lib/jpdfer/pdf.rb +2 -2
- data/lib/jpdfer/version.rb +1 -1
- metadata +2 -2
data/lib/jpdfer/pdf.rb
CHANGED
@@ -6,8 +6,8 @@ module Jpdfer
|
|
6
6
|
|
7
7
|
# PDF Document with a form that can be read, filled, and saved.
|
8
8
|
class Pdf
|
9
|
-
class NonexistentFieldError <
|
10
|
-
class ReadOnlyError <
|
9
|
+
class NonexistentFieldError < StandardError; end
|
10
|
+
class ReadOnlyError < StandardError; end
|
11
11
|
include_class Java::com.itextpdf.text.Element
|
12
12
|
include_class Java::com.itextpdf.text.Font
|
13
13
|
include_class Java::com.itextpdf.text.Font::FontFamily
|
data/lib/jpdfer/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jpdfer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
prerelease:
|
6
6
|
platform: java
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-
|
13
|
+
date: 2013-08-14 00:00:00.000000000Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: nokogiri
|