pdf_oxide 0.3.74 → 0.3.76
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 +4 -4
- data/lib/pdf_oxide/version.rb +1 -1
- metadata +9 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 938441bdd61ad724dae76f0e01b651af6548a113f48194c315009f6a300ae411
|
|
4
|
+
data.tar.gz: 64076029222fadf3c9befe35d54fde6b1cde2a6c6856646c63f203ba4f591795
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea7c9ae9648a92cd8789b281873c3afb20edef30fe67b6560ada7bdbf9d71c2d6b6e83ea57e9e05b66fb1cf54965945bcd080a15781e39624d4771b77ae82589
|
|
7
|
+
data.tar.gz: a015a4d432b6860226873d5dde38b978a92543344d9e7ca3d73cfe7864dc281a1273d197c845d5e9f0b07ad8f69808622f2f9f9631bc0bfcf3e0b79ecf90f0b8
|
data/lib/pdf_oxide/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pdf_oxide
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.76
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- PDF Oxide Contributors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: ffi
|
|
@@ -136,9 +136,11 @@ dependencies:
|
|
|
136
136
|
- - "~>"
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
138
|
version: '0.22'
|
|
139
|
-
description:
|
|
140
|
-
|
|
141
|
-
|
|
139
|
+
description: 'The fastest Ruby PDF library: 0.8ms mean, 5× faster than the industry
|
|
140
|
+
leaders, 100% pass rate on 3,830 real-world PDFs. Idiomatic Ruby bindings for text
|
|
141
|
+
extraction, Markdown/HTML conversion, and PDF creation and editing over the pdf_oxide
|
|
142
|
+
Rust core (the libpdf_oxide cdylib shared by the Python, Java, Node, Go, and C#
|
|
143
|
+
bindings).'
|
|
142
144
|
email:
|
|
143
145
|
- support@pdf-oxide.dev
|
|
144
146
|
executables: []
|
|
@@ -193,5 +195,6 @@ requirements: []
|
|
|
193
195
|
rubygems_version: 3.5.22
|
|
194
196
|
signing_key:
|
|
195
197
|
specification_version: 4
|
|
196
|
-
summary:
|
|
198
|
+
summary: The fastest Ruby PDF library — 5× faster than the industry leaders, 100%
|
|
199
|
+
pass rate on 3,830 real-world PDFs
|
|
197
200
|
test_files: []
|