Skip to content

Commit cce874f

Browse files
authored
Merge pull request #155 from sdsykes/feature-refactoring
Split and refactor code + fixes
2 parents 054f563 + 4c06b15 commit cce874f

File tree

26 files changed

+1372
-1164
lines changed

26 files changed

+1372
-1164
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ jobs:
1717
- '3.0'
1818
- '3.1'
1919
- '3.2'
20+
- '3.3'
21+
- '3.4'
2022
steps:
21-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2224
- uses: ruby/setup-ruby@v1
2325
with:
2426
ruby-version: ${{ matrix.ruby }}
@@ -35,7 +37,7 @@ jobs:
3537
- '2.1'
3638
- '2.2'
3739
steps:
38-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
3941
- uses: ruby/setup-ruby@v1
4042
with:
4143
ruby-version: ${{ matrix.ruby }}

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1+
Version 2.4.0
2+
3+
03-Jan-2025
4+
5+
- IMPROVED: Refactor code into multiple files
6+
- FIX: error rising from redirects to unknown url scheme
7+
- FIX: Handle tiff format with long dimensions values
8+
- FIX: Remove problematic dependency on base64 gem
9+
- IMPROVED: properties including content_length are fetched more lazily improving performance
10+
111
Version 2.3.1
12+
13+
01-Apr-2024
14+
215
- FIX: avoid bug where a NoMethodError exception is raised on faulty images
316

417
Version 2.3.0

0 commit comments

Comments
 (0)