poppler 2.0.2-x86-mingw32 → 2.0.3-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.
- checksums.yaml +7 -0
- data/README +1 -1
- data/Rakefile +69 -9
- data/ext/poppler/extconf.rb +5 -2
- data/ext/poppler/rbpoppler-action.c +242 -86
- data/ext/poppler/{rbpoppler-annotationcalloutline.c → rbpoppler-annotation-callout-line.c} +2 -3
- data/ext/poppler/{rbpoppler-annotationfreetext.c → rbpoppler-annotation-free-text.c} +2 -3
- data/ext/poppler/{rbpoppler-annotationmapping.c → rbpoppler-annotation-mapping.c} +2 -3
- data/ext/poppler/{rbpoppler-annotationmarkup.c → rbpoppler-annotation-markup.c} +5 -4
- data/ext/poppler/{rbpoppler-annotationtext.c → rbpoppler-annotation-text.c} +2 -7
- data/ext/poppler/{rbpoppler-buttonfield.c → rbpoppler-button-field.c} +0 -0
- data/ext/poppler/{rbpoppler-choicefield.c → rbpoppler-choice-field.c} +0 -0
- data/ext/poppler/{rbpoppler-fontinfo.c → rbpoppler-font-info.c} +2 -8
- data/ext/poppler/{rbpoppler-fontsiter.c → rbpoppler-fonts-iter.c} +5 -6
- data/ext/poppler/{rbpoppler-formfieldmapping.c → rbpoppler-form-field-mapping.c} +2 -3
- data/ext/poppler/{rbpoppler-imagemapping.c → rbpoppler-image-mapping.c} +2 -7
- data/ext/poppler/{rbpoppler-indexiter.c → rbpoppler-index-iter.c} +2 -3
- data/ext/poppler/{rbpoppler-linkmapping.c → rbpoppler-link-mapping.c} +2 -3
- data/ext/poppler/{rbpoppler-pagetransition.c → rbpoppler-page-transition.c} +2 -3
- data/ext/poppler/rbpoppler-page.c +0 -29
- data/ext/poppler/rbpoppler-private.h +13 -13
- data/ext/poppler/{rbpoppler-psfile.c → rbpoppler-ps-file.c} +2 -3
- data/ext/poppler/{rbpoppler-textfield.c → rbpoppler-text-field.c} +0 -0
- data/ext/poppler/rbpoppler.c +14 -22
- data/ext/poppler/rbpoppler.h +3 -6
- data/ext/poppler/rbpopplerconversions.h +1 -1
- data/lib/1.9/poppler.so +0 -0
- data/lib/2.0/poppler.so +0 -0
- data/sample/pdf2.rb +46 -10
- data/test/fixtures/image.png +0 -0
- data/test/run-test.rb +7 -4
- data/test/test_page.rb +1 -0
- data/vendor/local/bin/cjpeg.exe +0 -0
- data/vendor/local/bin/djpeg.exe +0 -0
- data/vendor/local/bin/jpegtran.exe +0 -0
- data/vendor/local/bin/libjpeg-9.dll +0 -0
- data/vendor/local/bin/libpoppler-44.dll +0 -0
- data/vendor/local/bin/libpoppler-glib-8.dll +0 -0
- data/vendor/local/bin/libsqlite3-0.dll +0 -0
- data/vendor/local/bin/pdfdetach.exe +0 -0
- data/vendor/local/bin/pdffonts.exe +0 -0
- data/vendor/local/bin/pdfimages.exe +0 -0
- data/vendor/local/bin/pdfinfo.exe +0 -0
- data/vendor/local/bin/pdfseparate.exe +0 -0
- data/vendor/local/bin/pdftocairo.exe +0 -0
- data/vendor/local/bin/pdftohtml.exe +0 -0
- data/vendor/local/bin/pdftoppm.exe +0 -0
- data/vendor/local/bin/pdftops.exe +0 -0
- data/vendor/local/bin/pdftotext.exe +0 -0
- data/vendor/local/bin/pdfunite.exe +0 -0
- data/vendor/local/bin/rdjpgcom.exe +0 -0
- data/vendor/local/bin/sqlite3.exe +0 -0
- data/vendor/local/bin/wrjpgcom.exe +0 -0
- data/vendor/local/include/jconfig.h +8 -0
- data/vendor/local/include/jerror.h +2 -2
- data/vendor/local/include/jmorecfg.h +28 -7
- data/vendor/local/include/jpeglib.h +46 -8
- data/vendor/local/include/poppler/glib/poppler-action.h +156 -2
- data/vendor/local/include/poppler/glib/poppler-annot.h +57 -1
- data/vendor/local/include/poppler/glib/poppler-attachment.h +17 -0
- data/vendor/local/include/poppler/glib/poppler-document.h +133 -26
- data/vendor/local/include/poppler/glib/poppler-enums.h +8 -0
- data/vendor/local/include/poppler/glib/poppler-features.h +58 -4
- data/vendor/local/include/poppler/glib/poppler-form-field.h +4 -0
- data/vendor/local/include/poppler/glib/poppler-media.h +73 -0
- data/vendor/local/include/poppler/glib/poppler-movie.h +42 -0
- data/vendor/local/include/poppler/glib/poppler-page.h +133 -44
- data/vendor/local/include/poppler/glib/poppler.h +125 -24
- data/vendor/local/include/sqlite3.h +7338 -0
- data/vendor/local/include/sqlite3ext.h +487 -0
- data/vendor/local/lib/girepository-1.0/Poppler-0.18.typelib +0 -0
- data/vendor/local/lib/libjpeg.a +0 -0
- data/vendor/local/lib/libjpeg.dll.a +0 -0
- data/vendor/local/lib/libjpeg.la +41 -0
- data/vendor/local/lib/libpoppler-glib.a +0 -0
- data/vendor/local/lib/libpoppler-glib.dll.a +0 -0
- data/vendor/local/lib/libpoppler-glib.la +41 -0
- data/vendor/local/lib/libpoppler.a +0 -0
- data/vendor/local/lib/libpoppler.dll.a +0 -0
- data/vendor/local/lib/libpoppler.la +41 -0
- data/vendor/local/lib/libsqlite3.a +0 -0
- data/vendor/local/lib/libsqlite3.dll.a +0 -0
- data/vendor/local/lib/libsqlite3.la +41 -0
- data/vendor/local/lib/pkgconfig/poppler-cairo.pc +9 -0
- data/vendor/local/lib/pkgconfig/poppler-glib.pc +3 -3
- data/vendor/local/lib/pkgconfig/poppler-splash.pc +2 -2
- data/vendor/local/lib/pkgconfig/poppler.pc +1 -1
- data/vendor/local/lib/pkgconfig/sqlite3.pc +13 -0
- data/vendor/local/share/gir-1.0/Poppler-0.18.gir +5452 -0
- data/vendor/local/share/gtk-doc/html/poppler/PopplerAnnot.html +1671 -0
- data/vendor/local/share/gtk-doc/html/poppler/PopplerAttachment.html +214 -0
- data/vendor/local/share/gtk-doc/html/poppler/PopplerDocument.html +2587 -0
- data/vendor/local/share/gtk-doc/html/poppler/PopplerFormField.html +1070 -0
- data/vendor/local/share/gtk-doc/html/poppler/PopplerLayer.html +228 -0
- data/vendor/local/share/gtk-doc/html/poppler/PopplerMedia.html +306 -0
- data/vendor/local/share/gtk-doc/html/poppler/PopplerMovie.html +156 -0
- data/vendor/local/share/gtk-doc/html/poppler/PopplerPage.html +2132 -0
- data/vendor/local/share/gtk-doc/html/poppler/annotation-glossary.html +71 -0
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-12.html +128 -0
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-14.html +107 -0
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-16.html +185 -0
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-18.html +77 -0
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-20.html +42 -0
- data/vendor/local/share/gtk-doc/html/poppler/api-index-0-22.html +62 -0
- data/vendor/local/share/gtk-doc/html/poppler/api-index-deprecated.html +42 -0
- data/vendor/local/share/gtk-doc/html/poppler/api-index-full.html +1352 -0
- data/vendor/local/share/gtk-doc/html/poppler/ch01.html +21 -19
- data/vendor/local/share/gtk-doc/html/poppler/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/poppler/index.html +35 -18
- data/vendor/local/share/gtk-doc/html/poppler/index.sgml +548 -300
- data/vendor/local/share/gtk-doc/html/poppler/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/poppler/poppler-PopplerAction.html +662 -0
- data/vendor/local/share/gtk-doc/html/poppler/poppler-Version-and-Features-Information.html +145 -0
- data/vendor/local/share/gtk-doc/html/poppler/poppler-poppler.html +319 -364
- data/vendor/local/share/gtk-doc/html/poppler/poppler.devhelp2 +506 -265
- data/vendor/local/share/gtk-doc/html/poppler/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/poppler/style.css +153 -54
- data/vendor/local/share/gtk-doc/html/poppler/up.png +0 -0
- data/vendor/local/share/license/poppler/AUTHORS +5 -0
- data/vendor/local/share/license/poppler/COPYING +339 -0
- data/vendor/local/share/man/man1/cjpeg.1 +51 -10
- data/vendor/local/share/man/man1/djpeg.1 +5 -4
- data/vendor/local/share/man/man1/jpegtran.1 +15 -2
- data/vendor/local/share/man/man1/pdfdetach.1 +86 -0
- data/vendor/local/share/man/man1/pdffonts.1 +16 -7
- data/vendor/local/share/man/man1/pdfimages.1 +114 -7
- data/vendor/local/share/man/man1/pdfinfo.1 +16 -7
- data/vendor/local/share/man/man1/pdfseparate.1 +49 -0
- data/vendor/local/share/man/man1/pdftocairo.1 +266 -0
- data/vendor/local/share/man/man1/pdftohtml.1 +30 -8
- data/vendor/local/share/man/man1/pdftoppm.1 +42 -12
- data/vendor/local/share/man/man1/pdftops.1 +26 -10
- data/vendor/local/share/man/man1/pdftotext.1 +18 -7
- data/vendor/local/share/man/man1/pdfunite.1 +33 -0
- data/vendor/local/share/man/man1/sqlite3.1 +229 -0
- metadata +107 -64
- data/vendor/local/bin/libgcc_s_dw2-1.dll +0 -0
- data/vendor/local/bin/libjpeg-7.dll +0 -0
- data/vendor/local/bin/libpng12-0.dll +0 -0
- data/vendor/local/bin/libpoppler-5.dll +0 -0
- data/vendor/local/bin/libpoppler-glib-4.dll +0 -0
- data/vendor/local/include/libpng12/png.h +0 -3726
- data/vendor/local/include/libpng12/pngconf.h +0 -1508
- data/vendor/local/include/png.h +0 -3726
- data/vendor/local/include/pngconf.h +0 -1508
- data/vendor/local/lib/libpng.def +0 -366
- data/vendor/local/lib/libpng.lib +0 -0
- data/vendor/local/lib/libpng12.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/libpng.pc +0 -11
- data/vendor/local/lib/pkgconfig/libpng12.pc +0 -11
- data/vendor/local/manifest/jpeg-dev_7-1_win32.mft +0 -18
- data/vendor/local/manifest/jpeg_7-1_win32.mft +0 -2
- data/vendor/local/manifest/libpng-dev_1.2.40-1_win32.mft +0 -15
- data/vendor/local/manifest/libpng_1.2.40-1_win32.mft +0 -2
- data/vendor/local/manifest/poppler-dev_0.12.0-1_win32.mft +0 -49
- data/vendor/local/manifest/poppler_0.12.0-1_win32.mft +0 -4
- data/vendor/local/share/gtk-doc/html/poppler/poppler-poppler-action.html +0 -386
- data/vendor/local/share/gtk-doc/html/poppler/poppler-poppler-annot.html +0 -854
- data/vendor/local/share/gtk-doc/html/poppler/poppler-poppler-attachment.html +0 -205
- data/vendor/local/share/gtk-doc/html/poppler/poppler-poppler-document.html +0 -1122
- data/vendor/local/share/gtk-doc/html/poppler/poppler-poppler-enums.html +0 -412
- data/vendor/local/share/gtk-doc/html/poppler/poppler-poppler-features.html +0 -143
- data/vendor/local/share/gtk-doc/html/poppler/poppler-poppler-form-field.html +0 -871
- data/vendor/local/share/gtk-doc/html/poppler/poppler-poppler-layer.html +0 -214
- data/vendor/local/share/gtk-doc/html/poppler/poppler-poppler-page.html +0 -1258
- data/vendor/local/share/gtk-doc/html/poppler/poppler.devhelp +0 -281
- data/vendor/local/share/man/man3/libpng.3 +0 -4349
- data/vendor/local/share/man/man3/libpngpf.3 +0 -790
- data/vendor/local/share/man/man5/png.5 +0 -74
- data/vendor/local/src/tml/packaging/jpeg_7-1_win32.log +0 -249
- data/vendor/local/src/tml/packaging/jpeg_7-1_win32.sh +0 -44
- data/vendor/local/src/tml/packaging/libpng_1.2.40-1_win32.log +0 -269
- data/vendor/local/src/tml/packaging/libpng_1.2.40-1_win32.sh +0 -63
@@ -1,8 +1,8 @@
|
|
1
|
-
.\" Copyright 1996-
|
2
|
-
.TH pdftops 1 "
|
1
|
+
.\" Copyright 1996-2011 Glyph & Cog, LLC
|
2
|
+
.TH pdftops 1 "15 August 2011"
|
3
3
|
.SH NAME
|
4
4
|
pdftops \- Portable Document Format (PDF) to PostScript converter
|
5
|
-
(version 3.
|
5
|
+
(version 3.03)
|
6
6
|
.SH SYNOPSIS
|
7
7
|
.B pdftops
|
8
8
|
[options]
|
@@ -41,7 +41,7 @@ Generate Level 1 PostScript. The resulting PostScript files will be
|
|
41
41
|
significantly larger (if they contain images), but will print on Level
|
42
42
|
1 printers. This also converts all images to black and white. No
|
43
43
|
more than one of the PostScript level options (\-level1, \-level1sep,
|
44
|
-
\-level2, \-level2sep, \-level3, \-
|
44
|
+
\-level2, \-level2sep, \-level3, \-level3sep) may be given.
|
45
45
|
.TP
|
46
46
|
.B \-level1sep
|
47
47
|
Generate Level 1 separable PostScript. All colors are converted to
|
@@ -61,9 +61,9 @@ handle custom (spot) colors.
|
|
61
61
|
Generate Level 3 PostScript. This enables all Level 2 features plus
|
62
62
|
CID font embedding.
|
63
63
|
.TP
|
64
|
-
.B \-
|
64
|
+
.B \-level3sep
|
65
65
|
Generate Level 3 separable PostScript. The separation handling is the
|
66
|
-
same as for \-
|
66
|
+
same as for \-level2sep.
|
67
67
|
.TP
|
68
68
|
.B \-origpagesizes
|
69
69
|
Generate a PostScript file with variable page sizes and orientations,
|
@@ -95,6 +95,19 @@ Generate OPI comments for all images and forms which have OPI
|
|
95
95
|
information. (This option is only available if pdftops was compiled
|
96
96
|
with OPI support.)
|
97
97
|
.TP
|
98
|
+
.B \-binary
|
99
|
+
Write binary data in Level 1 PostScript. By default, pdftops writes
|
100
|
+
hex-encoded data in Level 1 PostScript. Binary data is non-standard
|
101
|
+
in Level 1 PostScript but reduces the file size and can be useful
|
102
|
+
when Level 1 PostScript is required only for its restricted use
|
103
|
+
of PostScript operators.
|
104
|
+
.TP
|
105
|
+
.BI \-r " number"
|
106
|
+
Set the resolution in DPI when pdftops rasterizes images with
|
107
|
+
transparencies or, for Level 1 PostScript, when pdftops
|
108
|
+
rasterizes images with color masks.
|
109
|
+
By default, pdftops rasterizes images to 300 DPI.
|
110
|
+
.TP
|
98
111
|
.B \-noembt1
|
99
112
|
By default, any Type 1 fonts which are embedded in the PDF file are
|
100
113
|
copied into the PostScript file. This option causes pdftops to
|
@@ -201,11 +214,14 @@ Error related to PDF permissions.
|
|
201
214
|
99
|
202
215
|
Other error.
|
203
216
|
.SH AUTHOR
|
204
|
-
The pdftops software and documentation are copyright 1996-
|
217
|
+
The pdftops software and documentation are copyright 1996-2011 Glyph &
|
205
218
|
Cog, LLC.
|
206
219
|
.SH "SEE ALSO"
|
207
|
-
.BR
|
208
|
-
.BR pdfinfo (1),
|
220
|
+
.BR pdfdetach (1),
|
209
221
|
.BR pdffonts (1),
|
210
|
-
.BR pdftoppm (1),
|
211
222
|
.BR pdfimages (1),
|
223
|
+
.BR pdfinfo (1),
|
224
|
+
.BR pdftocairo (1),
|
225
|
+
.BR pdftohtml (1),
|
226
|
+
.BR pdftoppm (1),
|
227
|
+
.BR pdftotext (1)
|
@@ -1,8 +1,8 @@
|
|
1
|
-
.\" Copyright 1997-
|
2
|
-
.TH pdftotext 1 "
|
1
|
+
.\" Copyright 1997-2011 Glyph & Cog, LLC
|
2
|
+
.TH pdftotext 1 "15 August 2011"
|
3
3
|
.SH NAME
|
4
4
|
pdftotext \- Portable Document Format (PDF) to text converter
|
5
|
-
(version 3.
|
5
|
+
(version 3.03)
|
6
6
|
.SH SYNOPSIS
|
7
7
|
.B pdftotext
|
8
8
|
[options]
|
@@ -53,6 +53,10 @@ Maintain (as best as possible) the original physical layout of the
|
|
53
53
|
text. The default is to \'undo' physical layout (columns,
|
54
54
|
hyphenation, etc.) and output the text in reading order.
|
55
55
|
.TP
|
56
|
+
.BI \-fixed " number"
|
57
|
+
Assume fixed-pitch (or tabular) text, with the specified character
|
58
|
+
width (in points). This forces physical layout mode.
|
59
|
+
.TP
|
56
60
|
.B \-raw
|
57
61
|
Keep the text in content stream order. This is a hack which often
|
58
62
|
"undoes" column formatting, etc. Use of raw mode is no longer
|
@@ -63,6 +67,10 @@ Generate a simple HTML file, including the meta information. This
|
|
63
67
|
simply wraps the text in <pre> and </pre> and prepends the meta
|
64
68
|
headers.
|
65
69
|
.TP
|
70
|
+
.B \-bbox
|
71
|
+
Generate an XHTML file containing bounding box information for each
|
72
|
+
word in the file.
|
73
|
+
.TP
|
66
74
|
.BI \-enc " encoding-name"
|
67
75
|
Sets the encoding to use for text output. This defaults to "UTF-8".
|
68
76
|
.TP
|
@@ -116,11 +124,14 @@ Error related to PDF permissions.
|
|
116
124
|
99
|
117
125
|
Other error.
|
118
126
|
.SH AUTHOR
|
119
|
-
The pdftotext software and documentation are copyright 1996-
|
127
|
+
The pdftotext software and documentation are copyright 1996-2011 Glyph
|
120
128
|
& Cog, LLC.
|
121
129
|
.SH "SEE ALSO"
|
122
|
-
.BR
|
123
|
-
.BR pdfinfo (1),
|
130
|
+
.BR pdfdetach (1),
|
124
131
|
.BR pdffonts (1),
|
125
|
-
.BR pdftoppm (1),
|
126
132
|
.BR pdfimages (1),
|
133
|
+
.BR pdfinfo (1),
|
134
|
+
.BR pdftocairo (1),
|
135
|
+
.BR pdftohtml (1),
|
136
|
+
.BR pdftoppm (1),
|
137
|
+
.BR pdftops (1)
|
@@ -0,0 +1,33 @@
|
|
1
|
+
.\" Copyright 2011 The Poppler Developers - http://poppler.freedesktop.org
|
2
|
+
.TH pdfunite 1 "15 September 2011"
|
3
|
+
.SH NAME
|
4
|
+
pdfunite \- Portable Document Format (PDF) page merger
|
5
|
+
.SH SYNOPSIS
|
6
|
+
.B pdfunite
|
7
|
+
[options]
|
8
|
+
.I PDF-sourcefile1..PDF-sourcefilen PDF-destfile
|
9
|
+
.SH DESCRIPTION
|
10
|
+
.B pdfunite
|
11
|
+
merges several PDF (Portable Document Format) files in order of their occurence on command line to one PDF result file.
|
12
|
+
.TP
|
13
|
+
Neither of the PDF-sourcefile1 to PDF-sourcefilen should be encrypted.
|
14
|
+
.SH OPTIONS
|
15
|
+
.TP
|
16
|
+
.B \-v
|
17
|
+
Print copyright and version information.
|
18
|
+
.TP
|
19
|
+
.B \-h
|
20
|
+
Print usage information.
|
21
|
+
.RB ( \-help
|
22
|
+
and
|
23
|
+
.B \-\-help
|
24
|
+
are equivalent.)
|
25
|
+
.SH EXAMPLE
|
26
|
+
pdfunite sample1.pdf sample2.pdf sample.pdf
|
27
|
+
.TP
|
28
|
+
merges all pages from sample1.pdf and sample2.pdf (in that order) and creates sample.pdf
|
29
|
+
.SH AUTHOR
|
30
|
+
The pdfunite software and documentation are copyright 1996-2004 Glyph & Cog, LLC
|
31
|
+
and copyright 2005-2011 The Poppler Developers - http://poppler.freedesktop.org
|
32
|
+
.SH "SEE ALSO"
|
33
|
+
.BR pdfseparate (1),
|
@@ -0,0 +1,229 @@
|
|
1
|
+
.\" Hey, EMACS: -*- nroff -*-
|
2
|
+
.\" First parameter, NAME, should be all caps
|
3
|
+
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
4
|
+
.\" other parameters are allowed: see man(7), man(1)
|
5
|
+
.TH SQLITE3 1 "Mon Apr 15 23:49:17 2002"
|
6
|
+
.\" Please adjust this date whenever revising the manpage.
|
7
|
+
.\"
|
8
|
+
.\" Some roff macros, for reference:
|
9
|
+
.\" .nh disable hyphenation
|
10
|
+
.\" .hy enable hyphenation
|
11
|
+
.\" .ad l left justify
|
12
|
+
.\" .ad b justify to both left and right margins
|
13
|
+
.\" .nf disable filling
|
14
|
+
.\" .fi enable filling
|
15
|
+
.\" .br insert line break
|
16
|
+
.\" .sp <n> insert n+1 empty lines
|
17
|
+
.\" for manpage-specific macros, see man(7)
|
18
|
+
.SH NAME
|
19
|
+
.B sqlite3
|
20
|
+
\- A command line interface for SQLite version 3
|
21
|
+
|
22
|
+
.SH SYNOPSIS
|
23
|
+
.B sqlite3
|
24
|
+
.RI [ options ]
|
25
|
+
.RI [ databasefile ]
|
26
|
+
.RI [ SQL ]
|
27
|
+
|
28
|
+
.SH SUMMARY
|
29
|
+
.PP
|
30
|
+
.B sqlite3
|
31
|
+
is a terminal-based front-end to the SQLite library that can evaluate
|
32
|
+
queries interactively and display the results in multiple formats.
|
33
|
+
.B sqlite3
|
34
|
+
can also be used within shell scripts and other applications to provide
|
35
|
+
batch processing features.
|
36
|
+
|
37
|
+
.SH DESCRIPTION
|
38
|
+
To start a
|
39
|
+
.B sqlite3
|
40
|
+
interactive session, invoke the
|
41
|
+
.B sqlite3
|
42
|
+
command and optionally provide the name of a database file. If the
|
43
|
+
database file does not exist, it will be created. If the database file
|
44
|
+
does exist, it will be opened.
|
45
|
+
|
46
|
+
For example, to create a new database file named "mydata.db", create
|
47
|
+
a table named "memos" and insert a couple of records into that table:
|
48
|
+
.sp
|
49
|
+
$
|
50
|
+
.B sqlite3 mydata.db
|
51
|
+
.br
|
52
|
+
SQLite version 3.1.3
|
53
|
+
.br
|
54
|
+
Enter ".help" for instructions
|
55
|
+
.br
|
56
|
+
sqlite>
|
57
|
+
.B create table memos(text, priority INTEGER);
|
58
|
+
.br
|
59
|
+
sqlite>
|
60
|
+
.B insert into memos values('deliver project description', 10);
|
61
|
+
.br
|
62
|
+
sqlite>
|
63
|
+
.B insert into memos values('lunch with Christine', 100);
|
64
|
+
.br
|
65
|
+
sqlite>
|
66
|
+
.B select * from memos;
|
67
|
+
.br
|
68
|
+
deliver project description|10
|
69
|
+
.br
|
70
|
+
lunch with Christine|100
|
71
|
+
.br
|
72
|
+
sqlite>
|
73
|
+
.sp
|
74
|
+
|
75
|
+
If no database name is supplied, the ATTACH sql command can be used
|
76
|
+
to attach to existing or create new database files. ATTACH can also
|
77
|
+
be used to attach to multiple databases within the same interactive
|
78
|
+
session. This is useful for migrating data between databases,
|
79
|
+
possibly changing the schema along the way.
|
80
|
+
|
81
|
+
Optionally, a SQL statement or set of SQL statements can be supplied as
|
82
|
+
a single argument. Multiple statements should be separated by
|
83
|
+
semi-colons.
|
84
|
+
|
85
|
+
For example:
|
86
|
+
.sp
|
87
|
+
$
|
88
|
+
.B sqlite3 -line mydata.db 'select * from memos where priority > 20;'
|
89
|
+
.br
|
90
|
+
text = lunch with Christine
|
91
|
+
.br
|
92
|
+
priority = 100
|
93
|
+
.br
|
94
|
+
.sp
|
95
|
+
|
96
|
+
.SS SQLITE META-COMMANDS
|
97
|
+
.PP
|
98
|
+
The interactive interpreter offers a set of meta-commands that can be
|
99
|
+
used to control the output format, examine the currently attached
|
100
|
+
database files, or perform administrative operations upon the
|
101
|
+
attached databases (such as rebuilding indices). Meta-commands are
|
102
|
+
always prefixed with a dot (.).
|
103
|
+
|
104
|
+
A list of available meta-commands can be viewed at any time by issuing
|
105
|
+
the '.help' command. For example:
|
106
|
+
.sp
|
107
|
+
sqlite>
|
108
|
+
.B .help
|
109
|
+
.nf
|
110
|
+
.cc |
|
111
|
+
.databases List names and files of attached databases
|
112
|
+
.dump ?TABLE? ... Dump the database in an SQL text format
|
113
|
+
.echo ON|OFF Turn command echo on or off
|
114
|
+
.exit Exit this program
|
115
|
+
.explain ON|OFF Turn output mode suitable for EXPLAIN on or off.
|
116
|
+
.header(s) ON|OFF Turn display of headers on or off
|
117
|
+
.help Show this message
|
118
|
+
.import FILE TABLE Import data from FILE into TABLE
|
119
|
+
.indices TABLE Show names of all indices on TABLE
|
120
|
+
.mode MODE ?TABLE? Set output mode where MODE is one of:
|
121
|
+
csv Comma-separated values
|
122
|
+
column Left-aligned columns. (See .width)
|
123
|
+
html HTML <table> code
|
124
|
+
insert SQL insert statements for TABLE
|
125
|
+
line One value per line
|
126
|
+
list Values delimited by .separator string
|
127
|
+
tabs Tab-separated values
|
128
|
+
tcl TCL list elements
|
129
|
+
.nullvalue STRING Print STRING in place of NULL values
|
130
|
+
.output FILENAME Send output to FILENAME
|
131
|
+
.output stdout Send output to the screen
|
132
|
+
.prompt MAIN CONTINUE Replace the standard prompts
|
133
|
+
.quit Exit this program
|
134
|
+
.read FILENAME Execute SQL in FILENAME
|
135
|
+
.schema ?TABLE? Show the CREATE statements
|
136
|
+
.separator STRING Change separator used by output mode and .import
|
137
|
+
.show Show the current values for various settings
|
138
|
+
.tables ?PATTERN? List names of tables matching a LIKE pattern
|
139
|
+
.timeout MS Try opening locked tables for MS milliseconds
|
140
|
+
.width NUM NUM ... Set column widths for "column" mode
|
141
|
+
sqlite>
|
142
|
+
|cc .
|
143
|
+
.sp
|
144
|
+
.fi
|
145
|
+
|
146
|
+
.SH OPTIONS
|
147
|
+
.B sqlite3
|
148
|
+
has the following options:
|
149
|
+
.TP
|
150
|
+
.BI \-init\ file
|
151
|
+
Read and execute commands from
|
152
|
+
.I file
|
153
|
+
, which can contain a mix of SQL statements and meta-commands.
|
154
|
+
.TP
|
155
|
+
.B \-echo
|
156
|
+
Print commands before execution.
|
157
|
+
.TP
|
158
|
+
.B \-[no]header
|
159
|
+
Turn headers on or off.
|
160
|
+
.TP
|
161
|
+
.B \-column
|
162
|
+
Query results will be displayed in a table like form, using
|
163
|
+
whitespace characters to separate the columns and align the
|
164
|
+
output.
|
165
|
+
.TP
|
166
|
+
.B \-html
|
167
|
+
Query results will be output as simple HTML tables.
|
168
|
+
.TP
|
169
|
+
.B \-line
|
170
|
+
Query results will be displayed with one value per line, rows
|
171
|
+
separated by a blank line. Designed to be easily parsed by
|
172
|
+
scripts or other programs
|
173
|
+
.TP
|
174
|
+
.B \-list
|
175
|
+
Query results will be displayed with the separator (|, by default)
|
176
|
+
character between each field value. The default.
|
177
|
+
.TP
|
178
|
+
.BI \-separator\ separator
|
179
|
+
Set output field separator. Default is '|'.
|
180
|
+
.TP
|
181
|
+
.BI \-nullvalue\ string
|
182
|
+
Set string used to represent NULL values. Default is ''
|
183
|
+
(empty string).
|
184
|
+
.TP
|
185
|
+
.B \-version
|
186
|
+
Show SQLite version.
|
187
|
+
.TP
|
188
|
+
.B \-help
|
189
|
+
Show help on options and exit.
|
190
|
+
|
191
|
+
|
192
|
+
.SH INIT FILE
|
193
|
+
.B sqlite3
|
194
|
+
reads an initialization file to set the configuration of the
|
195
|
+
interactive environment. Throughout initialization, any previously
|
196
|
+
specified setting can be overridden. The sequence of initialization is
|
197
|
+
as follows:
|
198
|
+
|
199
|
+
o The default configuration is established as follows:
|
200
|
+
|
201
|
+
.sp
|
202
|
+
.nf
|
203
|
+
.cc |
|
204
|
+
mode = LIST
|
205
|
+
separator = "|"
|
206
|
+
main prompt = "sqlite> "
|
207
|
+
continue prompt = " ...> "
|
208
|
+
|cc .
|
209
|
+
.sp
|
210
|
+
.fi
|
211
|
+
|
212
|
+
o If the file
|
213
|
+
.B ~/.sqliterc
|
214
|
+
exists, it is processed first.
|
215
|
+
can be found in the user's home directory, it is
|
216
|
+
read and processed. It should generally only contain meta-commands.
|
217
|
+
|
218
|
+
o If the -init option is present, the specified file is processed.
|
219
|
+
|
220
|
+
o All other command line options are processed.
|
221
|
+
|
222
|
+
.SH SEE ALSO
|
223
|
+
http://www.sqlite.org/
|
224
|
+
.br
|
225
|
+
The sqlite-doc package
|
226
|
+
.SH AUTHOR
|
227
|
+
This manual page was originally written by Andreas Rottmann
|
228
|
+
<rotty@debian.org>, for the Debian GNU/Linux system (but may be used
|
229
|
+
by others). It was subsequently revised by Bill Bumgarner <bbum@mac.com>.
|
metadata
CHANGED
@@ -1,16 +1,43 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: poppler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
5
|
-
prerelease:
|
4
|
+
version: 2.0.3
|
6
5
|
platform: x86-mingw32
|
7
6
|
authors:
|
8
7
|
- The Ruby-GNOME2 Project Team
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2013-
|
13
|
-
dependencies:
|
11
|
+
date: 2013-12-28 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: cairo
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - '>='
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 1.12.8
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - '>='
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 1.12.8
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: gdk_pixbuf2
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - '='
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 2.0.3
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - '='
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: 2.0.3
|
14
41
|
description: Ruby/Poppler is a Ruby binding of poppler-glib.
|
15
42
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
16
43
|
executables: []
|
@@ -25,30 +52,30 @@ files:
|
|
25
52
|
- ext/poppler/extconf.rb
|
26
53
|
- ext/poppler/poppler.def
|
27
54
|
- ext/poppler/rbpoppler-action.c
|
55
|
+
- ext/poppler/rbpoppler-annotation-callout-line.c
|
56
|
+
- ext/poppler/rbpoppler-annotation-free-text.c
|
57
|
+
- ext/poppler/rbpoppler-annotation-mapping.c
|
58
|
+
- ext/poppler/rbpoppler-annotation-markup.c
|
59
|
+
- ext/poppler/rbpoppler-annotation-text.c
|
28
60
|
- ext/poppler/rbpoppler-annotation.c
|
29
|
-
- ext/poppler/rbpoppler-annotationcalloutline.c
|
30
|
-
- ext/poppler/rbpoppler-annotationfreetext.c
|
31
|
-
- ext/poppler/rbpoppler-annotationmapping.c
|
32
|
-
- ext/poppler/rbpoppler-annotationmarkup.c
|
33
|
-
- ext/poppler/rbpoppler-annotationtext.c
|
34
61
|
- ext/poppler/rbpoppler-attachment.c
|
35
|
-
- ext/poppler/rbpoppler-
|
36
|
-
- ext/poppler/rbpoppler-
|
62
|
+
- ext/poppler/rbpoppler-button-field.c
|
63
|
+
- ext/poppler/rbpoppler-choice-field.c
|
37
64
|
- ext/poppler/rbpoppler-color.c
|
38
65
|
- ext/poppler/rbpoppler-document.c
|
39
|
-
- ext/poppler/rbpoppler-
|
40
|
-
- ext/poppler/rbpoppler-
|
66
|
+
- ext/poppler/rbpoppler-font-info.c
|
67
|
+
- ext/poppler/rbpoppler-fonts-iter.c
|
68
|
+
- ext/poppler/rbpoppler-form-field-mapping.c
|
41
69
|
- ext/poppler/rbpoppler-form-field.c
|
42
|
-
- ext/poppler/rbpoppler-
|
43
|
-
- ext/poppler/rbpoppler-
|
44
|
-
- ext/poppler/rbpoppler-
|
45
|
-
- ext/poppler/rbpoppler-
|
70
|
+
- ext/poppler/rbpoppler-image-mapping.c
|
71
|
+
- ext/poppler/rbpoppler-index-iter.c
|
72
|
+
- ext/poppler/rbpoppler-link-mapping.c
|
73
|
+
- ext/poppler/rbpoppler-page-transition.c
|
46
74
|
- ext/poppler/rbpoppler-page.c
|
47
|
-
- ext/poppler/rbpoppler-pagetransition.c
|
48
75
|
- ext/poppler/rbpoppler-private.h
|
49
|
-
- ext/poppler/rbpoppler-
|
76
|
+
- ext/poppler/rbpoppler-ps-file.c
|
50
77
|
- ext/poppler/rbpoppler-rectangle.c
|
51
|
-
- ext/poppler/rbpoppler-
|
78
|
+
- ext/poppler/rbpoppler-text-field.c
|
52
79
|
- ext/poppler/rbpoppler.c
|
53
80
|
- ext/poppler/rbpoppler.h
|
54
81
|
- ext/poppler/rbpopplerconversions.h
|
@@ -72,26 +99,28 @@ files:
|
|
72
99
|
- vendor/local/bin/cjpeg.exe
|
73
100
|
- vendor/local/bin/djpeg.exe
|
74
101
|
- vendor/local/bin/jpegtran.exe
|
75
|
-
- vendor/local/bin/
|
76
|
-
- vendor/local/bin/
|
77
|
-
- vendor/local/bin/
|
78
|
-
- vendor/local/bin/
|
79
|
-
- vendor/local/bin/
|
102
|
+
- vendor/local/bin/libjpeg-9.dll
|
103
|
+
- vendor/local/bin/libpoppler-44.dll
|
104
|
+
- vendor/local/bin/libpoppler-glib-8.dll
|
105
|
+
- vendor/local/bin/libsqlite3-0.dll
|
106
|
+
- vendor/local/bin/pdfdetach.exe
|
80
107
|
- vendor/local/bin/pdffonts.exe
|
81
108
|
- vendor/local/bin/pdfimages.exe
|
82
109
|
- vendor/local/bin/pdfinfo.exe
|
110
|
+
- vendor/local/bin/pdfseparate.exe
|
111
|
+
- vendor/local/bin/pdftocairo.exe
|
83
112
|
- vendor/local/bin/pdftohtml.exe
|
113
|
+
- vendor/local/bin/pdftoppm.exe
|
114
|
+
- vendor/local/bin/pdftops.exe
|
84
115
|
- vendor/local/bin/pdftotext.exe
|
116
|
+
- vendor/local/bin/pdfunite.exe
|
85
117
|
- vendor/local/bin/rdjpgcom.exe
|
118
|
+
- vendor/local/bin/sqlite3.exe
|
86
119
|
- vendor/local/bin/wrjpgcom.exe
|
87
120
|
- vendor/local/include/jconfig.h
|
88
121
|
- vendor/local/include/jerror.h
|
89
122
|
- vendor/local/include/jmorecfg.h
|
90
123
|
- vendor/local/include/jpeglib.h
|
91
|
-
- vendor/local/include/libpng12/png.h
|
92
|
-
- vendor/local/include/libpng12/pngconf.h
|
93
|
-
- vendor/local/include/png.h
|
94
|
-
- vendor/local/include/pngconf.h
|
95
124
|
- vendor/local/include/poppler/glib/poppler-action.h
|
96
125
|
- vendor/local/include/poppler/glib/poppler-annot.h
|
97
126
|
- vendor/local/include/poppler/glib/poppler-attachment.h
|
@@ -101,86 +130,100 @@ files:
|
|
101
130
|
- vendor/local/include/poppler/glib/poppler-features.h
|
102
131
|
- vendor/local/include/poppler/glib/poppler-form-field.h
|
103
132
|
- vendor/local/include/poppler/glib/poppler-layer.h
|
133
|
+
- vendor/local/include/poppler/glib/poppler-media.h
|
134
|
+
- vendor/local/include/poppler/glib/poppler-movie.h
|
104
135
|
- vendor/local/include/poppler/glib/poppler-page.h
|
105
136
|
- vendor/local/include/poppler/glib/poppler.h
|
137
|
+
- vendor/local/include/sqlite3.h
|
138
|
+
- vendor/local/include/sqlite3ext.h
|
139
|
+
- vendor/local/lib/girepository-1.0/Poppler-0.18.typelib
|
140
|
+
- vendor/local/lib/libjpeg.a
|
106
141
|
- vendor/local/lib/libjpeg.dll.a
|
107
|
-
- vendor/local/lib/
|
108
|
-
- vendor/local/lib/
|
109
|
-
- vendor/local/lib/libpng12.dll.a
|
142
|
+
- vendor/local/lib/libjpeg.la
|
143
|
+
- vendor/local/lib/libpoppler-glib.a
|
110
144
|
- vendor/local/lib/libpoppler-glib.dll.a
|
145
|
+
- vendor/local/lib/libpoppler-glib.la
|
146
|
+
- vendor/local/lib/libpoppler.a
|
111
147
|
- vendor/local/lib/libpoppler.dll.a
|
112
|
-
- vendor/local/lib/
|
113
|
-
- vendor/local/lib/
|
148
|
+
- vendor/local/lib/libpoppler.la
|
149
|
+
- vendor/local/lib/libsqlite3.a
|
150
|
+
- vendor/local/lib/libsqlite3.dll.a
|
151
|
+
- vendor/local/lib/libsqlite3.la
|
152
|
+
- vendor/local/lib/pkgconfig/poppler-cairo.pc
|
114
153
|
- vendor/local/lib/pkgconfig/poppler-glib.pc
|
115
154
|
- vendor/local/lib/pkgconfig/poppler-splash.pc
|
116
155
|
- vendor/local/lib/pkgconfig/poppler.pc
|
117
|
-
- vendor/local/
|
118
|
-
- vendor/local/
|
119
|
-
- vendor/local/
|
120
|
-
- vendor/local/
|
121
|
-
- vendor/local/
|
122
|
-
- vendor/local/
|
156
|
+
- vendor/local/lib/pkgconfig/sqlite3.pc
|
157
|
+
- vendor/local/share/gir-1.0/Poppler-0.18.gir
|
158
|
+
- vendor/local/share/gtk-doc/html/poppler/PopplerAnnot.html
|
159
|
+
- vendor/local/share/gtk-doc/html/poppler/PopplerAttachment.html
|
160
|
+
- vendor/local/share/gtk-doc/html/poppler/PopplerDocument.html
|
161
|
+
- vendor/local/share/gtk-doc/html/poppler/PopplerFormField.html
|
162
|
+
- vendor/local/share/gtk-doc/html/poppler/PopplerLayer.html
|
163
|
+
- vendor/local/share/gtk-doc/html/poppler/PopplerMedia.html
|
164
|
+
- vendor/local/share/gtk-doc/html/poppler/PopplerMovie.html
|
165
|
+
- vendor/local/share/gtk-doc/html/poppler/PopplerPage.html
|
166
|
+
- vendor/local/share/gtk-doc/html/poppler/annotation-glossary.html
|
167
|
+
- vendor/local/share/gtk-doc/html/poppler/api-index-0-12.html
|
168
|
+
- vendor/local/share/gtk-doc/html/poppler/api-index-0-14.html
|
169
|
+
- vendor/local/share/gtk-doc/html/poppler/api-index-0-16.html
|
170
|
+
- vendor/local/share/gtk-doc/html/poppler/api-index-0-18.html
|
171
|
+
- vendor/local/share/gtk-doc/html/poppler/api-index-0-20.html
|
172
|
+
- vendor/local/share/gtk-doc/html/poppler/api-index-0-22.html
|
173
|
+
- vendor/local/share/gtk-doc/html/poppler/api-index-deprecated.html
|
174
|
+
- vendor/local/share/gtk-doc/html/poppler/api-index-full.html
|
123
175
|
- vendor/local/share/gtk-doc/html/poppler/ch01.html
|
124
176
|
- vendor/local/share/gtk-doc/html/poppler/home.png
|
125
177
|
- vendor/local/share/gtk-doc/html/poppler/index.html
|
126
178
|
- vendor/local/share/gtk-doc/html/poppler/index.sgml
|
127
179
|
- vendor/local/share/gtk-doc/html/poppler/left.png
|
128
|
-
- vendor/local/share/gtk-doc/html/poppler/poppler-
|
129
|
-
- vendor/local/share/gtk-doc/html/poppler/poppler-
|
130
|
-
- vendor/local/share/gtk-doc/html/poppler/poppler-poppler-attachment.html
|
131
|
-
- vendor/local/share/gtk-doc/html/poppler/poppler-poppler-document.html
|
132
|
-
- vendor/local/share/gtk-doc/html/poppler/poppler-poppler-enums.html
|
133
|
-
- vendor/local/share/gtk-doc/html/poppler/poppler-poppler-features.html
|
134
|
-
- vendor/local/share/gtk-doc/html/poppler/poppler-poppler-form-field.html
|
135
|
-
- vendor/local/share/gtk-doc/html/poppler/poppler-poppler-layer.html
|
136
|
-
- vendor/local/share/gtk-doc/html/poppler/poppler-poppler-page.html
|
180
|
+
- vendor/local/share/gtk-doc/html/poppler/poppler-PopplerAction.html
|
181
|
+
- vendor/local/share/gtk-doc/html/poppler/poppler-Version-and-Features-Information.html
|
137
182
|
- vendor/local/share/gtk-doc/html/poppler/poppler-poppler.html
|
138
|
-
- vendor/local/share/gtk-doc/html/poppler/poppler.devhelp
|
139
183
|
- vendor/local/share/gtk-doc/html/poppler/poppler.devhelp2
|
140
184
|
- vendor/local/share/gtk-doc/html/poppler/right.png
|
141
185
|
- vendor/local/share/gtk-doc/html/poppler/style.css
|
142
186
|
- vendor/local/share/gtk-doc/html/poppler/up.png
|
187
|
+
- vendor/local/share/license/poppler/AUTHORS
|
188
|
+
- vendor/local/share/license/poppler/COPYING
|
143
189
|
- vendor/local/share/man/man1/cjpeg.1
|
144
190
|
- vendor/local/share/man/man1/djpeg.1
|
145
191
|
- vendor/local/share/man/man1/jpegtran.1
|
192
|
+
- vendor/local/share/man/man1/pdfdetach.1
|
146
193
|
- vendor/local/share/man/man1/pdffonts.1
|
147
194
|
- vendor/local/share/man/man1/pdfimages.1
|
148
195
|
- vendor/local/share/man/man1/pdfinfo.1
|
196
|
+
- vendor/local/share/man/man1/pdfseparate.1
|
197
|
+
- vendor/local/share/man/man1/pdftocairo.1
|
149
198
|
- vendor/local/share/man/man1/pdftohtml.1
|
150
199
|
- vendor/local/share/man/man1/pdftoppm.1
|
151
200
|
- vendor/local/share/man/man1/pdftops.1
|
152
201
|
- vendor/local/share/man/man1/pdftotext.1
|
202
|
+
- vendor/local/share/man/man1/pdfunite.1
|
153
203
|
- vendor/local/share/man/man1/rdjpgcom.1
|
204
|
+
- vendor/local/share/man/man1/sqlite3.1
|
154
205
|
- vendor/local/share/man/man1/wrjpgcom.1
|
155
|
-
- vendor/local/share/man/man3/libpng.3
|
156
|
-
- vendor/local/share/man/man3/libpngpf.3
|
157
|
-
- vendor/local/share/man/man5/png.5
|
158
|
-
- vendor/local/src/tml/packaging/jpeg_7-1_win32.log
|
159
|
-
- vendor/local/src/tml/packaging/jpeg_7-1_win32.sh
|
160
|
-
- vendor/local/src/tml/packaging/libpng_1.2.40-1_win32.log
|
161
|
-
- vendor/local/src/tml/packaging/libpng_1.2.40-1_win32.sh
|
162
206
|
homepage: http://ruby-gnome2.sourceforge.jp/
|
163
207
|
licenses: []
|
208
|
+
metadata: {}
|
164
209
|
post_install_message:
|
165
210
|
rdoc_options: []
|
166
211
|
require_paths:
|
167
212
|
- lib
|
168
213
|
required_ruby_version: !ruby/object:Gem::Requirement
|
169
|
-
none: false
|
170
214
|
requirements:
|
171
|
-
- -
|
215
|
+
- - '>='
|
172
216
|
- !ruby/object:Gem::Version
|
173
|
-
version: 1.
|
217
|
+
version: 1.9.3
|
174
218
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
175
|
-
none: false
|
176
219
|
requirements:
|
177
|
-
- -
|
220
|
+
- - '>='
|
178
221
|
- !ruby/object:Gem::Version
|
179
222
|
version: '0'
|
180
223
|
requirements: []
|
181
224
|
rubyforge_project:
|
182
|
-
rubygems_version:
|
225
|
+
rubygems_version: 2.0.14
|
183
226
|
signing_key:
|
184
|
-
specification_version:
|
227
|
+
specification_version: 4
|
185
228
|
summary: Ruby/Poppler is a Ruby binding of poppler-glib.
|
186
229
|
test_files: []
|