poppler 1.2.6 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/poppler.rb +1 -1
- metadata +2 -2
data/lib/poppler.rb
CHANGED
@@ -34,7 +34,7 @@ end
|
|
34
34
|
base_dir = Pathname.new(__FILE__).dirname.dirname.expand_path
|
35
35
|
vendor_dir = base_dir + "vendor" + "local"
|
36
36
|
vendor_bin_dir = vendor_dir + "bin"
|
37
|
-
GLib.
|
37
|
+
GLib.prepend_dll_path(vendor_bin_dir)
|
38
38
|
begin
|
39
39
|
major, minor, micro, = RUBY_VERSION.split(/\./)
|
40
40
|
require "#{major}.#{minor}/poppler.so"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: poppler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-04-
|
12
|
+
date: 2013-04-29 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Ruby/Poppler is a Ruby binding of poppler-glib.
|
15
15
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|