Skip to content

Commit

Permalink
Merge pull request #155 from sdsykes/feature-refactoring
Browse files Browse the repository at this point in the history
Split and refactor code + fixes
  • Loading branch information
sdsykes authored Jan 3, 2025
2 parents 054f563 + 4c06b15 commit cce874f
Show file tree
Hide file tree
Showing 26 changed files with 1,372 additions and 1,164 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3'
- '3.4'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand All @@ -35,7 +37,7 @@ jobs:
- '2.1'
- '2.2'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
Version 2.4.0

03-Jan-2025

- IMPROVED: Refactor code into multiple files
- FIX: error rising from redirects to unknown url scheme
- FIX: Handle tiff format with long dimensions values
- FIX: Remove problematic dependency on base64 gem
- IMPROVED: properties including content_length are fetched more lazily improving performance

Version 2.3.1

01-Apr-2024

- FIX: avoid bug where a NoMethodError exception is raised on faulty images

Version 2.3.0
Expand Down
Loading

0 comments on commit cce874f

Please sign in to comment.