Skip to content

Commit

Permalink
v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Jan 16, 2024
1 parent 3bfb94e commit 2c770c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## unreleased

## v3.4.0 (2024-01-16)

* Provide access to media types using media_type and media_types methods [#22](https://github.com/toy/image_size/issues/22) [@toy](https://github.com/toy)
* Allow fetching from HTTP server by requiring image_size/uri [@toy](https://github.com/toy)
* Fix for ArgumentError when requiring only image_size/uri_reader (without image_size) [@toy](https://github.com/toy)
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ puts Benchmark.measure{ p ImageSize.url(url).size }
This code is free to use under the terms of the [Ruby's licence](LICENSE.txt).

Original author: Keisuke Minami <keisuke@rccn.com>.\
Further development 2010-2023 Ivan Kuchin https://github.com/toy/image_size
Further development 2010-2024 Ivan Kuchin https://github.com/toy/image_size
2 changes: 1 addition & 1 deletion image_size.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'image_size'
s.version = '3.3.0'
s.version = '3.4.0'
s.summary = %q{Measure image size/dimensions using pure Ruby}
s.description = %q{Measure following file dimensions: apng, avif, bmp, cur, emf, gif, heic, heif, ico, j2c, jp2, jpeg, jpx, mng, pam, pbm, pcx, pgm, png, ppm, psd, svg, swf, tiff, webp, xbm, xpm}
s.homepage = "https://github.com/toy/#{s.name}"
Expand Down

0 comments on commit 2c770c8

Please sign in to comment.