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 +4 -4
- data/CHANGELOG.md +0 -10
- data/lib/combine_pdf/parser.rb +0 -1
- data/lib/combine_pdf/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2f4eb4504ba56b707d2145c1a6e92a24c0e35c0f1fbfc8f18864585f199eefb
|
4
|
+
data.tar.gz: c9fd95a94ef49a6252907dc107ed19440fc0081855e6a86cc6c0e614fc042d9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
data/lib/combine_pdf/parser.rb
CHANGED
data/lib/combine_pdf/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2025-03-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ruby-rc4
|