File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change
1
+ v2.14.1 (4th February 2025)
2
+ - Fix issue in RBI signatures, introduced in v2.14.0(https://github.com/yob/pdf-reader/pull/550)
3
+
1
4
v2.14.0 (29th January 2025)
2
5
- Raise minimum supported ruby to 2.1 (https://github.com/yob/pdf-reader/pull/543)
3
6
- Add support for filtering to Page#text (https://github.com/yob/pdf-reader/pull/545)
Original file line number Diff line number Diff line change 2
2
# which will make the gem filesize irritatingly large
3
3
Gem ::Specification . new do |spec |
4
4
spec . name = "pdf-reader"
5
- spec . version = "2.14.0 "
5
+ spec . version = "2.14.1 "
6
6
spec . summary = "A library for accessing the content of PDF files"
7
7
spec . description = "The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe"
8
8
spec . license = "MIT"
You can’t perform that action at this time.
0 commit comments