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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/pdf_oxide/version.rb +1 -1
  3. metadata +9 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6afd06aa9013b9dc06ddad471c8fbd0c9dfbe75b9ba7f52ad81774632451445
4
- data.tar.gz: eb553dde766db3937648ce72024b4acfdd16ad02518a125dc6b78ce8ac70a7f3
3
+ metadata.gz: 938441bdd61ad724dae76f0e01b651af6548a113f48194c315009f6a300ae411
4
+ data.tar.gz: 64076029222fadf3c9befe35d54fde6b1cde2a6c6856646c63f203ba4f591795
5
5
  SHA512:
6
- metadata.gz: cd15ec440227f00246d33c1d962be455888e9e966a5735b96d4790ea084470738e17392dc3d49f62aa0d70ab9650c859e67014fd74167dfdbac8b7a258c030cc
7
- data.tar.gz: 12e1a29d816c7d58bf7f20bd0ede84c187b9f59007f29724d94e8e4bf31db917846f81ea802a41443e076acd410175da308fd3fe5048857c711ba5d22d7bf372
6
+ metadata.gz: ea7c9ae9648a92cd8789b281873c3afb20edef30fe67b6560ada7bdbf9d71c2d6b6e83ea57e9e05b66fb1cf54965945bcd080a15781e39624d4771b77ae82589
7
+ data.tar.gz: a015a4d432b6860226873d5dde38b978a92543344d9e7ca3d73cfe7864dc281a1273d197c845d5e9f0b07ad8f69808622f2f9f9631bc0bfcf3e0b79ecf90f0b8
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PdfOxide
4
- VERSION = '0.3.74'
4
+ VERSION = '0.3.76'
5
5
  end
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.74
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-14 00:00:00.000000000 Z
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: Idiomatic Ruby bindings for PDF Oxide. Process, analyze, and generate
140
- PDFs through the libpdf_oxide cdylib used by the Python, Java, Node, Go, and C#
141
- bindings.
139
+ description: 'The fastest Ruby PDF library: 0.8ms mean, 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: Ruby bindings for PDF Oxide - high-performance PDF processing
198
+ summary: The fastest Ruby PDF library faster than the industry leaders, 100%
199
+ pass rate on 3,830 real-world PDFs
197
200
  test_files: []