Skip to content

Commit

Permalink
graphics/ruby-image_size: update to 3.1.0
Browse files Browse the repository at this point in the history
3.1.0 (2022-09-17)

* Document experimental fetching from http server #18 @toy
* Improve experimental fetching of image meta from http server by reading
  only required amount of data when server does not support range header
  @toy
  • Loading branch information
taca committed Sep 18, 2022
1 parent 2eb034c commit ae7ab26
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions graphics/ruby-image_size/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2022/08/26 15:42:51 taca Exp $
# $NetBSD: Makefile,v 1.6 2022/09/18 12:28:23 taca Exp $

DISTNAME= image_size-3.0.2
DISTNAME= image_size-3.1.0
CATEGORIES= graphics

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
3 changes: 2 additions & 1 deletion graphics/ruby-image_size/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2022/08/26 15:42:51 taca Exp $
@comment $NetBSD: PLIST,v 1.6 2022/09/18 12:28:23 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.github/workflows/check.yml
${GEM_LIBDIR}/.github/workflows/rubocop.yml
Expand Down Expand Up @@ -60,4 +60,5 @@ ${GEM_LIBDIR}/spec/images/xbm/16x32.xbm
${GEM_LIBDIR}/spec/images/xbm/crlf.16x32.xbm
${GEM_LIBDIR}/spec/images/xpm/24x32.xpm
${GEM_LIBDIR}/spec/images/xpm/crlf.24x32.xpm
${GEM_LIBDIR}/spec/test_server.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
8 changes: 4 additions & 4 deletions graphics/ruby-image_size/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2022/08/26 15:42:51 taca Exp $
$NetBSD: distinfo,v 1.8 2022/09/18 12:28:23 taca Exp $

BLAKE2s (image_size-3.0.2.gem) = f315b3e2b7a2aa2cf349be77e63c13ede4cc38c259cc869948d8ea7b001d8a25
SHA512 (image_size-3.0.2.gem) = a5bbf852ffa5c81fa73cae3ff07bf92deffa7ce3cdb0ad1d3918324de7514af21045e0b86a96dc4d067b41c25b7f9a551ae156c6ff7c43ca828f56fcf72f9705
Size (image_size-3.0.2.gem) = 137216 bytes
BLAKE2s (image_size-3.1.0.gem) = ae632bf44aefe99fb8492a40064eeba7ab5b900bb8514f092a9ff89811a066d2
SHA512 (image_size-3.1.0.gem) = 49794ed752fde598ebf2da11cc7dfb06de2aee8dce6c1db5115a9d5085eaf32ceb023cbfa1ef9299daadd6c0c6ddc5042d4ea6cd249ea8f7f929016f3a36ee36
Size (image_size-3.1.0.gem) = 138752 bytes

0 comments on commit ae7ab26

Please sign in to comment.