pdf-wrapper 0.3.3 → 0.3.4

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.
Files changed (4) hide show
  1. data/CHANGELOG +5 -0
  2. data/Rakefile +1 -1
  3. data/lib/pdf/wrapper.rb +0 -4
  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
@@ -8,7 +8,7 @@ require 'spec/rake/spectask'
8
8
  require 'roodi'
9
9
  require 'roodi_task'
10
10
 
11
- PKG_VERSION = "0.3.3"
11
+ PKG_VERSION = "0.3.4"
12
12
  PKG_NAME = "pdf-wrapper"
13
13
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
14
14
 
@@ -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: 21
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 3
10
- version: 0.3.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-07 00:00:00 +10:00
18
+ date: 2010-09-13 00:00:00 +10:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency