pdfsink 0.1.0-x86_64-linux → 0.1.1-x86_64-linux

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34d1b6e0a8b05f517a8e65a67a6d0c403aff224c571259a64d3d2dd37e1a7a30
4
- data.tar.gz: c001deebaf3d8f7f56321cdea83c1afa18574a3d5c5c6e096bb03fcdebfe3637
3
+ metadata.gz: 4f56a3d4a3ebfbf73ddb9d4fb6c2fad6258ce5f004f4f3d299373fbecc4ce794
4
+ data.tar.gz: e7f3a0279aa6db9abf3cb20ac63f42dbd5700b8c81edc210b9cf37c601b60648
5
5
  SHA512:
6
- metadata.gz: 46ef50b4483f780005b46923364ddab7dab72179fb2eed24d053cdbf8254532a0ff66f71f7e60c6502ab7fa1ba1f17334827672ce7534e7cbe3267a5077f8158
7
- data.tar.gz: 4fed8ef3d23fd84df18f36573f7ad4a56b12d4edc6bfc8579928d381a02271227884342ccd418bb3428f5c91033e54f8ccabf41e32da907599428d3bdb54c963
6
+ metadata.gz: 765416c6b54810bb42ed4d363d0ca8ac588fd456b7bd1a8661068296e36976f4a48303ef55936da8f0ff850764bdf9f6649ac15b8f0c115cf80af13d6822c0fd
7
+ data.tar.gz: dd48ca4e3eecf67f2fa89e7d5889a7c6a5dfa1c78e76fb614b15f92117b0ee26e51104ce9f4349637aa3d0954cb3c62d3e3c4be2291ee42a451c6a0bcf63f1f0
data/README.md CHANGED
@@ -109,7 +109,7 @@ page.search(/total:\s*\$\d+/i)
109
109
  ### Binary version
110
110
 
111
111
  ```ruby
112
- Pdfsink.version # => "0.2.8"
112
+ Pdfsink.version # => "0.2.9"
113
113
  ```
114
114
 
115
115
  ## Rails Integration
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ RSpec::Core::RakeTask.new(:spec)
7
7
  namespace :cargo do
8
8
  desc "Build the pdfsink-rs binary into lib/pdfsink/"
9
9
  task :build do
10
- crate_ver = "0.2.8"
10
+ crate_ver = "0.2.9"
11
11
  bin_name = "pdfsink-rs"
12
12
  stage = File.expand_path("ext/pdfsink/cargo-root", __dir__)
13
13
  lib_dir = File.expand_path("lib/pdfsink", __dir__)
@@ -12,7 +12,7 @@
12
12
  require "fileutils"
13
13
 
14
14
  CRATE = "pdfsink-rs"
15
- CRATE_VER = "0.2.8"
15
+ CRATE_VER = "0.2.9"
16
16
  BIN_NAME = "pdfsink-rs"
17
17
  EXT_DIR = __dir__
18
18
  LIB_DIR = File.expand_path("../../lib/pdfsink", EXT_DIR)
data/lib/pdfsink/cli.rb CHANGED
@@ -30,7 +30,7 @@ module Pdfsink
30
30
  # Override the resolved binary path (mainly for tests).
31
31
  attr_writer :binary
32
32
 
33
- # The pdfsink-rs version string, e.g. "pdfsink-rs 0.2.8".
33
+ # The pdfsink-rs version string, e.g. "pdfsink-rs 0.2.9".
34
34
  #
35
35
  # The CLI has no version subcommand, so this reports the crate version
36
36
  # the gem was built against.
Binary file
@@ -1,8 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Pdfsink
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
 
6
6
  # Version of the pdfsink-rs crate this gem builds and wraps.
7
- PDFSINK_RS_VERSION = "0.2.8"
7
+ PDFSINK_RS_VERSION = "0.2.9"
8
8
  end
data/lib/pdfsink.rb CHANGED
@@ -73,7 +73,7 @@ module Pdfsink
73
73
 
74
74
  # The version of the underlying pdfsink-rs binary the gem was built with.
75
75
  #
76
- # @return [String] e.g. "0.2.8"
76
+ # @return [String] e.g. "0.2.9"
77
77
  def version
78
78
  Cli.version
79
79
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdfsink
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Accountaim
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-05 00:00:00.000000000 Z
11
+ date: 2026-07-01 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  A Ruby gem that wraps the pdfsink-rs CLI, a fast pure-Rust PDF extraction