combine_pdf 1.0.30beta → 1.0.30

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.

Potentially problematic release.


This version of combine_pdf might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f990d5b448b0b5e1949e59d2432b3b43ee394ab6bf5ba94fcbcc5ce94d8b856
4
- data.tar.gz: 326d40396956ba3472b3535217df4bec94d72f368dfd30da53b31a5697f04113
3
+ metadata.gz: e2f4eb4504ba56b707d2145c1a6e92a24c0e35c0f1fbfc8f18864585f199eefb
4
+ data.tar.gz: c9fd95a94ef49a6252907dc107ed19440fc0081855e6a86cc6c0e614fc042d9f
5
5
  SHA512:
6
- metadata.gz: e1548c3e004f118d92189b81466f6bb4e2d202fb7b60ec12df3ce2dafb96ac0f44789d873b2a9409110e610aea59e49b83fcb6f141bd7aa48146e90719655624
7
- data.tar.gz: 81532eb10fe68f024566df811ab953f7f15c16fd007683d6210a6b6b6b4729931b1b1dcc2b9252a19f7c0d785f8c8610401f5c25f7bb5bb2e5b691447e35d030
6
+ metadata.gz: 6edd9716fe0acccd04deff29003d666e2f7a0f4f330259fed7dd15ffcbe96eb5589b4d1ae90a04e90aaf605f78eaea021b5c4010c56061041282d36270b93454
7
+ data.tar.gz: 330775ef6008b8959e63c9a3206c5dd1da414b0f2c0e5f7d47972556a60a20e19ef27d38278fcaa4ceb097f9eb186d7200e689ecf59ea2af57940c4d2da70408
data/CHANGELOG.md CHANGED
@@ -1,15 +1,5 @@
1
1
  # Change Log
2
2
 
3
- #### Change log v.1.0.31 (2025-04-03)
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.
6
-
7
- **Fix**: possible permission issues. Credit to @davidwessman, @visini, @sander-deryckere, and @LindseySaari for exploring this.
8
-
9
- **Fix**: calling CombinePDF.parse with a frozen string literal. Credit to @lovro-bikic for offering one possible solution.
10
-
11
- **Fix**: Ruby 3.4 warning. Credit to @chaadow for offering one possible solution.
12
-
13
3
  #### Change log v.1.0.29 (2024-12-07)
14
4
 
15
5
  **Fix**: frozen string literal support fix. Credit to @francescob (Francesco) for PR #245.
@@ -726,7 +726,6 @@ module CombinePDF
726
726
 
727
727
  # All Strings are one String
728
728
  def unify_string(str)
729
- str = str.dup if(str.frozen?)
730
729
  str.force_encoding(Encoding::ASCII_8BIT)
731
730
  @strings_dictionary[str] ||= str
732
731
  end
@@ -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.30'
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.30
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-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ruby-rc4