jpdfer 0.6.0-java → 0.7.0-java

Sign up to get free protection for your applications and to get access to all the features.
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 < Exception; end
10
- class ReadOnlyError < Exception; end
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
@@ -1,3 +1,3 @@
1
1
  module Jpdfer
2
- VERSION = "0.6.0"
2
+ VERSION = "0.7.0"
3
3
  end
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.6.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-05-09 00:00:00.000000000Z
13
+ date: 2013-08-14 00:00:00.000000000Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: nokogiri