poppler 1.2.4-x86-mingw32 → 1.2.5-x86-mingw32
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/ext/poppler/rbpoppler-color.c +1 -1
- data/ext/poppler/rbpoppler-rectangle.c +1 -1
- data/lib/1.9/poppler.so +0 -0
- data/lib/2.0/poppler.so +0 -0
- metadata +2 -2
@@ -35,7 +35,7 @@ rg_initialize(VALUE self, VALUE x1, VALUE y1, VALUE x2, VALUE y2)
|
|
35
35
|
rectangle.x2 = NUM2DBL(x2);
|
36
36
|
rectangle.y2 = NUM2DBL(y2);
|
37
37
|
|
38
|
-
G_INITIALIZE(self, &rectangle);
|
38
|
+
G_INITIALIZE(self, g_boxed_copy(POPPLER_TYPE_RECTANGLE, &rectangle));
|
39
39
|
return Qnil;
|
40
40
|
}
|
41
41
|
|
data/lib/1.9/poppler.so
CHANGED
Binary file
|
data/lib/2.0/poppler.so
CHANGED
Binary file
|
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: 1.2.
|
4
|
+
version: 1.2.5
|
5
5
|
prerelease:
|
6
6
|
platform: x86-mingw32
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-03-
|
12
|
+
date: 2013-03-27 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
|