Skip to content

Commit 1cb5756

Browse files
author
taca
committed
graphics/ruby-image_size: update to 3.4.0
3.4.0 (2024-01-16) * Provide access to media types using media_type and media_types methods #22 @toy * Allow fetching from HTTP server by requiring image_size/uri @toy * Fix for ArgumentError when requiring only image_size/uri_reader (without image_size) @toy * Require ruby 1.9.3 @toy
1 parent 5c374f1 commit 1cb5756

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

graphics/ruby-image_size/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.8 2023/06/06 13:54:53 taca Exp $
1+
# $NetBSD: Makefile,v 1.9 2024/02/03 15:53:02 taca Exp $
22

3-
DISTNAME= image_size-3.3.0
3+
DISTNAME= image_size-3.4.0
44
CATEGORIES= graphics
55

66
MAINTAINER= pkgsrc-users@NetBSD.org

graphics/ruby-image_size/PLIST

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.8 2023/06/06 13:54:53 taca Exp $
1+
@comment $NetBSD: PLIST,v 1.9 2024/02/03 15:53:02 taca Exp $
22
${GEM_HOME}/cache/${GEM_NAME}.gem
33
${GEM_LIBDIR}/.github/workflows/check.yml
44
${GEM_LIBDIR}/.github/workflows/rubocop.yml
@@ -15,10 +15,12 @@ ${GEM_LIBDIR}/lib/image_size.rb
1515
${GEM_LIBDIR}/lib/image_size/chunky_reader.rb
1616
${GEM_LIBDIR}/lib/image_size/format_error.rb
1717
${GEM_LIBDIR}/lib/image_size/isobmff.rb
18+
${GEM_LIBDIR}/lib/image_size/media_types.rb
1819
${GEM_LIBDIR}/lib/image_size/reader.rb
1920
${GEM_LIBDIR}/lib/image_size/seekable_io_reader.rb
2021
${GEM_LIBDIR}/lib/image_size/stream_io_reader.rb
2122
${GEM_LIBDIR}/lib/image_size/string_reader.rb
23+
${GEM_LIBDIR}/lib/image_size/uri.rb
2224
${GEM_LIBDIR}/lib/image_size/uri_reader.rb
2325
${GEM_LIBDIR}/spec/image_size/chunky_reader_spec.rb
2426
${GEM_LIBDIR}/spec/image_size/isobmff_spec.rb

graphics/ruby-image_size/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.10 2023/06/06 13:54:53 taca Exp $
1+
$NetBSD: distinfo,v 1.11 2024/02/03 15:53:02 taca Exp $
22

3-
BLAKE2s (image_size-3.3.0.gem) = 914c744fd5adde9ca85610cc3c05de18fbe690457f685785033b7258333c568c
4-
SHA512 (image_size-3.3.0.gem) = a4e1b60c7c351af552b11c55e841d3e20335a12fe9757c0bd17c8d5ccd29a4f82483970f931557bf98edd0da5de779eb2ef96237e1507783ac607be23cc92639
5-
Size (image_size-3.3.0.gem) = 159232 bytes
3+
BLAKE2s (image_size-3.4.0.gem) = 073f7b9c8157688a3aa7bd553a92132434f4a3a7e2c9d5841d2fa2c2aa339347
4+
SHA512 (image_size-3.4.0.gem) = 6396261d76df036bd50222d5034485ccac93b26505588cf3a98ada892a8139b9051b550463cad39675d8be2c6d8f160d75216a05c649ff861caed2199188c2f1
5+
Size (image_size-3.4.0.gem) = 159744 bytes

0 commit comments

Comments
 (0)