Skip to content

Commit

Permalink
textproc/ruby-erubi: update to 1.10.0
Browse files Browse the repository at this point in the history
=== 1.10.0 (2020-11-13)

* Improve template parsing, mostly by reducing allocations (jeremyevans)

* Do not ship tests in the gem, reducing gem size about 20% (jeremyevans)

* Support :literal_prefix and :literal_postfix options for how to output
  literal tags (e.g. <%% code %>) (jaredcwhite) (#26, #27)
  • Loading branch information
taca committed Jan 14, 2021
1 parent 40a2eba commit 2fe4f31
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions textproc/ruby-erubi/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2020/03/24 16:46:59 taca Exp $
# $NetBSD: Makefile,v 1.4 2021/01/14 14:41:04 taca Exp $

DISTNAME= erubi-1.9.0
DISTNAME= erubi-1.10.0
CATEGORIES= textproc

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
3 changes: 1 addition & 2 deletions textproc/ruby-erubi/PLIST
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
@comment $NetBSD: PLIST,v 1.1 2018/03/13 16:07:49 taca Exp $
@comment $NetBSD: PLIST,v 1.2 2021/01/14 14:41:04 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/MIT-LICENSE
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/erubi.rb
${GEM_LIBDIR}/lib/erubi/capture_end.rb
${GEM_LIBDIR}/test/test.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
10 changes: 5 additions & 5 deletions textproc/ruby-erubi/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2020/03/24 16:46:59 taca Exp $
$NetBSD: distinfo,v 1.4 2021/01/14 14:41:04 taca Exp $

SHA1 (erubi-1.9.0.gem) = 303b7682b7215f6973839dde4990bb7b9f7f21d7
RMD160 (erubi-1.9.0.gem) = 67ebe80b6b28336742f7710ab5d77b68f264dac2
SHA512 (erubi-1.9.0.gem) = 34770c01215b323797739af54c5c821d28e982309a76f0a212657868629625ae6dfca3e9e2f5ae16893813fc81b5afbb172c397ddad1e2f93108c5112c540bd6
Size (erubi-1.9.0.gem) = 13824 bytes
SHA1 (erubi-1.10.0.gem) = 1267ccf1edf35c01cbeede7b8f67d8bc53e89786
RMD160 (erubi-1.10.0.gem) = 3b6cd7c5fe8c50ad111fd7da8d74a8a66cda4a67
SHA512 (erubi-1.10.0.gem) = 21bc96310ae6377e5e21fe5cece032ee084697e652639dbde1be94998bbeb876b7f5c938ee0f2a1605893f41974cf5f7b889f2b09cd834436f126b873d42ddec
Size (erubi-1.10.0.gem) = 11264 bytes

0 comments on commit 2fe4f31

Please sign in to comment.