Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3' ]
steps:
- uses: actions/checkout@v4
- name: Install libexiv2-dev
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ are welcome.

## Compatibility

Tested on 2.6.x, 2.7.x, 3.0.x, 3.1.x and 3.2.x with Exiv2 0.27.1 and 0.28.0.
Tested on 2.7.x, 3.0.x, 3.1.x and 3.2.x with Exiv2 0.27.1 and 0.28.0.

## Developing

Expand Down
1 change: 1 addition & 0 deletions exiv2.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.homepage = "https://github.com/envato/exiv2"
s.summary = %q{A simple wrapper around Exiv2}
s.description = %q{A simple wrapper around the C++ Exiv2 libary for reading image metadata}
s.required_ruby_version = '>= 2.7.0'

s.metadata['bug_tracker_uri'] = "#{s.homepage}/issues"
s.metadata['changelog_uri'] = "#{s.homepage}/releases"
Expand Down
Loading