combine_pdf 1.0.30beta → 1.0.31

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: 2f990d5b448b0b5e1949e59d2432b3b43ee394ab6bf5ba94fcbcc5ce94d8b856
4
- data.tar.gz: 326d40396956ba3472b3535217df4bec94d72f368dfd30da53b31a5697f04113
3
+ metadata.gz: 4c479622755f0a124f3da336eda5869d8591068d30bd408d03c5c6ce2689d12d
4
+ data.tar.gz: 4591c79c64670d11c9693f7edaf61ad2361e6132ba15dc2d5507bf95207f329f
5
5
  SHA512:
6
- metadata.gz: e1548c3e004f118d92189b81466f6bb4e2d202fb7b60ec12df3ce2dafb96ac0f44789d873b2a9409110e610aea59e49b83fcb6f141bd7aa48146e90719655624
7
- data.tar.gz: 81532eb10fe68f024566df811ab953f7f15c16fd007683d6210a6b6b6b4729931b1b1dcc2b9252a19f7c0d785f8c8610401f5c25f7bb5bb2e5b691447e35d030
6
+ metadata.gz: c31f00b8ff30ed3fa2927cfc34953b48d152d98771b5a73c4534ea04d0c5f67321ffaac1dae2d052ad9f9458256d2c5d344f62e608f6d31bc923631922606760
7
+ data.tar.gz: 155834559ec9edd5eb4ad6f8935c12bad910918d1316f9a95963e878bf43fab3b035b2da2e5aae185188b86a5ce6261a7f0730933cb6acfe5ad23d48bd98082e
data/CHANGELOG.md CHANGED
@@ -1,8 +1,10 @@
1
1
  # Change Log
2
2
 
3
- #### Change log v.1.0.31 (2025-04-03)
3
+ #### Change log v.1.0.31 (2025-04-08)
4
4
 
5
- **Fix**: frozen string literal lingering issues. Credit to @pauline-koch, @qdegraeve, @isaporto, @ncreuschling, @francescob, @@anthonykaufman and @ma-matsui for their input on this issue. Credit to @anthonykaufman for offering one possible solution and @Markus-Munk-Shipmondo for pushing on this.
5
+ **Fix**: RangeError: index out of range errors occurred with some malformed PDFs, when the number of bytes in a PDF `stream` didn't match the number of bytes expected according to the `Length` property. Credit to @Laykou and others for opening multiple issues (i.e., #205), as well as @julitrows, @mtwzim, and @Kaiito630, for pushing on this.
6
+
7
+ **Fix**: frozen string literal lingering issues. Credit to @pauline-koch, @qdegraeve, @isaporto, @ncreuschling, @francescob, @@anthonykaufman and @ma-matsui for their input on this issue. Credit to @anthonykaufman for offering one possible solution and @Markus-Munk-Shipmondo for pushing on this. Credit to @mfazekas for opening PR #215 and for @RBIII, @juliolinarez, and @osvaldoalvaradodev for supporting it.
6
8
 
7
9
  **Fix**: possible permission issues. Credit to @davidwessman, @visini, @sander-deryckere, and @LindseySaari for exploring this.
8
10
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CombinePDF
4
- VERSION = '1.0.30beta'
4
+ VERSION = '1.0.31'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: combine_pdf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.30beta
4
+ version: 1.0.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boaz Segev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-04 00:00:00.000000000 Z
11
+ date: 2025-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-rc4