Skip to content

Commit

Permalink
www/ruby-loofah: update to 2.4.0
Browse files Browse the repository at this point in the history
Update ruby-loofah to 2.4.0.


## 2.4.0 / 2019-11-25

### Features

* Allow CSS property `max-width` [#175] (Thanks, @bchaney!)
* Allow CSS sizes expressed in `rem` [#176, #177]
* Add `frozen_string_literal: true` magic comment to all `lib` files. [#118]
  • Loading branch information
taca committed Mar 21, 2020
1 parent 4714f99 commit dba034e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions www/ruby-loofah/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2019/10/22 16:24:20 taca Exp $
# $NetBSD: Makefile,v 1.7 2020/03/21 17:01:18 taca Exp $

DISTNAME= loofah-2.3.1
DISTNAME= loofah-2.4.0
CATEGORIES= www

MAINTAINER= minskim@NetBSD.org
Expand Down
10 changes: 5 additions & 5 deletions www/ruby-loofah/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.6 2019/10/22 16:24:20 taca Exp $
$NetBSD: distinfo,v 1.7 2020/03/21 17:01:18 taca Exp $

SHA1 (loofah-2.3.1.gem) = 732be438c5a2a3c7e63a8f173b24b05f78df1ff2
RMD160 (loofah-2.3.1.gem) = 382991856327a36978f2c47ccda2b1185338f412
SHA512 (loofah-2.3.1.gem) = 188e84818abc3a3eed39afd66a75e7fa3c0a29f8ec957441f43f4cbfd962c8c3ea848e83f435a3d61ffc667273b5ff006df39d718b7631a11b62ae2d3f78b6ba
Size (loofah-2.3.1.gem) = 68096 bytes
SHA1 (loofah-2.4.0.gem) = e48493b52483742bd4fffdd47886c4668c9f032b
RMD160 (loofah-2.4.0.gem) = 0d9145241ea1c675d6dc3545d6172c4b76fe02b1
SHA512 (loofah-2.4.0.gem) = 95bea374c0cf9e49becd4533c141a6ebb388f4ae0a1c27263612d3a4089177fd97956e4fbe7a8c8a8b17d8d69387e4629cf7c004f17008fb592f6b71297ed22a
Size (loofah-2.4.0.gem) = 68096 bytes

0 comments on commit dba034e

Please sign in to comment.