pdf-wrapper 0.3.3 → 0.3.4
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +5 -0
- data/Rakefile +1 -1
- data/lib/pdf/wrapper.rb +0 -4
- metadata +4 -4
data/CHANGELOG
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
v0.3.4 (13th September 2010)
|
2
|
+
- remove check of cairo bindings version
|
3
|
+
- the dependency is already forced by rubygems
|
4
|
+
- it was incorrectly thinking the latest version of cairo (1.10) was too old
|
5
|
+
|
1
6
|
v0.3.3 (7th September 2010)
|
2
7
|
- fix loading of poppler lib to work when no xsession is available
|
3
8
|
|
data/Rakefile
CHANGED
data/lib/pdf/wrapper.rb
CHANGED
@@ -123,10 +123,6 @@ module PDF
|
|
123
123
|
# - http://cairographics.org/roadmap/
|
124
124
|
# - http://lists.cairographics.org/archives/cairo/2007-September/011441.html
|
125
125
|
# - http://lists.freedesktop.org/archives/cairo/2006-April/006809.html
|
126
|
-
|
127
|
-
# ensure we have recentish cairo bindings
|
128
|
-
raise "Ruby Cairo bindings version #{Cairo::BINDINGS_VERSION.join(".")} is too low. At least 1.5 is required" if Cairo::BINDINGS_VERSION.to_s < "150"
|
129
|
-
|
130
126
|
if args.size == 0
|
131
127
|
opts = {}
|
132
128
|
output = StringIO.new
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pdf-wrapper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 4
|
10
|
+
version: 0.3.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- James Healy
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-09-
|
18
|
+
date: 2010-09-13 00:00:00 +10:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|