mail/ruby-mime-types: update to 3.4.1
pkgsrc chnage: fix CATEGORIES from www to mail. 3.4.1 (2021-11-16) 1 bugfix: * Fixed a Ruby < 2.3 incompatibility introduced by the use of standardrb, where <<- heredocs were converted to <<~ heredocs. These have been reverted back to <<- with the indentation kept and a .strip call to prevent excess whitespace. 3.4.0 (2021-11-15) 1 minor enhancement: * Added a new field to MIME::Type for checking provisional registrations from IANA. [#157] Documentation: * Kevin Menard synced the documentation so that all examples are correct. #153 Administrivia: * Added Ruby 3.0 to the CI test matrix. Added windows/jruby to the CI exclusion list; it refuses to run successfully. * Removed the Travis CI configuration and changed it to Github Workflows #150. Removed Coveralls configuration. * Igor Victor added TruffleRuby to the Travis CI configuration. #149 * Koichi ITO loosened an excessively tight dependency. #147 * Started using standardrb for Ruby formatting and validation. * Moved deps:top functionality to a support file.
This commit is contained in:
parent
6646d372df
commit
00d8b25144
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.17 2020/03/08 16:04:22 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2021/11/23 14:34:55 taca Exp $
|
||||
|
||||
DISTNAME= mime-types-3.3.1
|
||||
CATEGORIES= www
|
||||
DISTNAME= mime-types-3.4.1
|
||||
CATEGORIES= mail
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/mime-types/ruby-mime-types/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.19 2021/10/26 10:54:28 nia Exp $
|
||||
$NetBSD: distinfo,v 1.20 2021/11/23 14:34:55 taca Exp $
|
||||
|
||||
BLAKE2s (mime-types-3.3.1.gem) = c9baaa7dbb4ae715fbbcd5ec03c7799ec8e6321023198f23cdc2722c948379bc
|
||||
SHA512 (mime-types-3.3.1.gem) = 48646c5d3cc1b65ad0418bd765c86102d5dd7d0196f1b2b4b92acd350d6927e0c0fec3d30d04bf8b073d342f56b38663dee791f2c87f82b5743c6508265692ec
|
||||
Size (mime-types-3.3.1.gem) = 36352 bytes
|
||||
BLAKE2s (mime-types-3.4.1.gem) = ddcb7d0c5bd5efaa8f842b5470868ab5549d68526655a9f1aef76da93e7203ba
|
||||
SHA512 (mime-types-3.4.1.gem) = d0cec7afbe1685c008765997c3047f23bbb0bd10989cd82475805f932e61c400b3d2e60f5f95804c46919b57f0d3644c866be358b0c4c653ace43d62bbc98e4f
|
||||
Size (mime-types-3.4.1.gem) = 36864 bytes
|
||||
|
|
Loading…
Reference in a new issue